Discord

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.

  • Descriptive statistics (outlier detection)
  • Russian original · English translation

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.

Read the task statement in English 500 words

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 nn numbers is given. Let us arrange them in ascending order:

x1x2x3xnx_1 \le x_2 \le x_3 \ldots \le x_n

The median is the middle of the ordered set: for odd nn it is the middle element; for even nn it is the mean of the two middle elements.
The first quartile Q1Q_1 is the median of the lower half.
The third quartile Q3Q_3 is the median of the upper half.
An array of nn numbers is given. Let us arrange them in ascending order:

x1x2xn.x_1 \le x_2 \le \cdots \le x_n.

If nn is even, the lower half is x1,,x(n/2)x_1, \ldots, x_{(n/2)} and the upper half is x(n/2+1),,x(n)x_{(n/2+1)}, \ldots, x_{(n)}. If nn is odd, the element x((n+1)/2)x_{((n+1)/2)} does not belong to either half: the lower half is x1,,x((n1)/2))x_1, \ldots, x_{((n-1)/2))} and the upper half is x((n+3)/2),,x(n)x_{((n+3)/2)}, \ldots, x_{(n)}. 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:

R=Q3Q1.R = Q_3 - Q_1.

For a parameter k>0k > 0, we define the bounds:

L=Q1kR,U=Q3+kR.L = Q_1 - kR, \qquad U = Q_3 + kR.

A number is considered an outlier if it is less than or equal to LL or greater than or equal to UU. 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. Q1=3.5Q_1 = 3.5 and Q3=11.5Q_3 = 11.5 are marked with diamonds, and the shaded band between them is labelled “Interquartile range”. Dotted lines mark LL (at −0.5) and UU (at 15.5). The points 16, 20 and 21 to the right of UU are braced together and labelled “outliers”.

Consider the array of 12 numbers:

{12, 5, 14, 8, 30, 13, 9, 12, 11, 9, 12, 13}.\{12,\ -5,\ 14,\ 8,\ 30,\ 13,\ 9,\ 12,\ 11,\ 9,\ 12,\ 13\}.

It is known that the values of the parameter k>0k > 0 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).

Details

Year
2026, Schools in the regions of group 2 (Sirius.Courses online platform)
Round
School Stage (Sirius platform, region group 2), grades 9–11 · Task 4
Language
Russian; English translation by SOTA
License
Not stated by the source