Discord

Checklist VsOSh AI 2026 School Stage (Sirius platform, region group 2), grades 9–11 · Task 1

Cat or Dog Threshold

Russian title: Задание 1

Find the largest integer score for which a logistic-type rule prefers "dog" over "cat".

  • Algebra (polynomial inequality)
  • Russian original · English translation

The task

A model outputs a real number x for a photo, computes L(x) = 2x⁵ + 3x⁴ − 5x³ − 5x² + 3x + 2 = (x − 1)²(x + 1)(x + 2)(2x + 1), and converts it to P(cat | x) = 1/(1 + 2^(−L(x))); P(dog | x) = 1 − P(cat | x).

Find the largest integer x for which P(dog | x) > 0.5.

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 205 words

Cat or Dog Threshold

English translation by SOTA – AI Community of the Russian original. Organisers who would like this translation removed can email [email protected].

Task 1 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.

When analysing a photo, a model outputs a real number xx. Based on it, the model decides whether the photo shows a cat or a dog, using the following algorithm.

  1. First, a score is computed:

    L(x)=2x5+3x45x35x2+3x+2=(x1)2(x+1)(x+2)(2x+1).L(x) = 2x^5 + 3x^4 - 5x^3 - 5x^2 + 3x + 2 = (x - 1)^2 (x + 1)(x + 2)(2x + 1).

  2. This score is then converted into the probability of finding a cat in the photo:

    P(catx)=11+2L(x).\mathbb{P}(\text{cat} \mid x) = \frac{1}{1 + 2^{-L(x)}}.

  3. Next, the probability of finding a dog in the photo is obtained from it:

    P(dogx)=1P(catx).\mathbb{P}(\text{dog} \mid x) = 1 - \mathbb{P}(\text{cat} \mid x).

Find the largest integer xx for which P(dogx)>0.5\mathbb{P}(\text{dog} \mid x) > 0.5.

Scoring criterion: exact match of the answer — 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. 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
One integer.
Scoring
Exact answer; 12 points.
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 1
Language
Russian; English translation by SOTA
License
Not stated by the source