Checklist VsOSh AI 2026 School Stage (Sirius platform, region group 2), grades 9–11 · Task 4
Interquartile-Range Outliers
Russian title: Задание 4
Find the half-interval of k for which the IQR rule flags exactly two outliers in a 12-element array.
The task
Quartiles are defined via medians of the lower and upper halves of the sorted array (with the middle element excluded for odd n), R = Q₃ − Q₁ and, for k > 0, the bounds are L = Q₁ − kR and U = Q₃ + kR; a number is an outlier if it is ≤ L or ≥ U.
For the array {12, −5, 14, 8, 30, 13, 9, 12, 11, 9, 12, 13}, the values of k for which exactly two elements are outliers form a half-interval. Give its left and right endpoints.
Abridged and translated by SOTA from the official Russian materials. The official statement has the exact rules, and it wins wherever this summary differs.
In English
This task was published in Russian. SOTA translated its 3 files into English on 16 September 2026.
- Task statement Russian original of Task statement
- Official solution Russian original of Official solution
- Full paper with solutions (all tasks of the tour) Russian original of Full paper with solutions (all tasks of the tour)
Read the task statement in English
Interquartile-Range Outliers
English translation by SOTA – AI Community of the Russian original. Organisers who would like this translation removed can email [email protected].
Task 4 of the school stage of the All-Russian School Olympiad (VsOSh) 2025/26 in artificial intelligence (region group II), grades 9–11. The official answer and solution are in a separate file.
An array of numbers is given. Let us arrange them in ascending order:
The median is the middle of the ordered set: for odd it is the middle element; for even it is the mean of the two middle elements.
The first quartile is the median of the lower half.
The third quartile is the median of the upper half.
An array of numbers is given. Let us arrange them in ascending order:
If is even, the lower half is and the upper half is . If is odd, the element does not belong to either half: the lower half is and the upper half is . In all cases, if the median falls between numbers, the mean of the neighbouring ones is taken. The interquartile range is the length of the segment between the quartiles:
For a parameter , we define the bounds:
A number is considered an outlier if it is less than or equal to or greater than or equal to . This is what an example looks like for a different dataset.
[Figure: see the original statement.]
Translator's transcription of the figure: a number line from −1 to 22 with data points (crosses) at 0, 1, 2, …, 12 and (blue squares) at 16, 20 and 21. and are marked with diamonds, and the shaded band between them is labelled “Interquartile range”. Dotted lines mark (at −0.5) and (at 15.5). The points 16, 20 and 21 to the right of are braced together and labelled “outliers”.
Consider the array of 12 numbers:
It is known that the values of the parameter for which exactly two elements of the array are outliers under the rule above form a half-open interval.
Write down the value of the left end of this half-open interval. Write down the value of the right end of the half-open interval.
Scoring criterion: 6 points for each correct answer. Total — 12 points
Maximum score for the task — 12
Translated by SOTA. The Russian original is the official version and wins wherever the two differ. Statement and official solution come from one PDF, the analysis of the school-stage tasks for region group II, grades 9–11, linked from the olympiad's Sirius page. The example figure (for a different dataset) is described in words. If you organise this olympiad and would like the translation removed, email [email protected] and we will take it down.
At a glance
- You get
- Statement only.
- You submit
- Two numbers (endpoints).
- Scoring
- Two answers, 6 points each (12 in total).
- Format
- School stage on the Sirius.Courses platform, region group 2, 24 October 2025; grades 9–11; individual; 150 minutes; maximum 112 points for the paper (tasks 1–6: 12 points each; tasks 7–8: 20 points each).