On CMS they often invent a new operation with its own symbol. Do not panic — just substitute the numbers into the rule.
Problems about cleverness, non-standard thinking, and different types of reasoning. These are what make olympiads fun!
Two cyclists ride towards each other. The first goes 15 km/h, the second 10 km/h. The distance between them is 50 km. After how many hours will they meet?
Closing speed: \(15 + 10 = 25\) km/h.
Time: \(50 \div 25 = 2\) hours.
A bus leaves stop A at 08:10. There are 8 intermediate stops. Between stops it travels 9 minutes, and at each stop it waits 1 minute. At what time does it return to A?
From A back to A through 8 stops makes 9 travel segments.
Careful: the trip A→1→2→...→8→A has 9 segments and 8 stops.
Time: \(9 \times 9 + 8 \times 1 = 81 + 8 = 89\) min.
08:10 + 89 min = 09:39.
On CMS they often invent a new operation with its own symbol. Do not panic — just substitute the numbers into the rule.
Define: \(a \oplus b = 2a + 3b\). Find \(3 \oplus 4\).
Substitute \(a = 3\), \(b = 4\):
\(3 \oplus 4 = 2 \times 3 + 3 \times 4 = 6 + 12 = 18\).
CMS often uses fruits, stars, or other symbols instead of variables. The method is the same as for ordinary equations.
If \(\triangle + \triangle + \square = 17\) and \(\triangle + \square = 9\), find \(\triangle\).
From the second equation: \(\square = 9 - \triangle\).
Substitute into the first: \(\triangle + \triangle + (9 - \triangle) = 17\).
\(\triangle + 9 = 17\), so \(\triangle = 8\). Check: \(\square = 1\), \(8+8+1=17\) ✓.
\(\Gamma \times \Delta = 14\), \(\Delta \times E = 10\), \(\Gamma \times E = 35\). Find \(\Gamma + \Delta + E\).
Multiply all three: \((\Gamma \Delta E)^2 = 14 \times 10 \times 35 = 4900\).
\(\Gamma \Delta E = 70\).
\(\Gamma = \dfrac{70}{10} = 7\), \(\Delta = \dfrac{70}{35} = 2\), \(E = \dfrac{70}{14} = 5\).
Sum: \(7 + 2 + 5 = 14\).
To find the next number or the missing term, you need to spot the rule.
Row 1: 1 circle, Row 2: 3 circles, Row 3: 5 circles, Row 4: 7 circles... How many are in row 2021?
Each row has 2 more circles than the previous row.
Row \(n\): \(2n - 1\) circles.
Row 2021: \(2 \times 2021 - 1 = 4041\).
A mother is 36 years old and her daughter is 12. In how many years will the mother be twice as old as the daughter?
Difference: \(36 - 12 = 24\) years (always!).
The mother will be twice as old when the daughter’s age equals the difference: 24 years.
The daughter is now 12, so we need \(24 - 12 = 12\) more years.
Check: in 12 years the mother is 48 and the daughter 24. \(48 = 2 \times 24\) ✓.
When the final result is known but you need the starting number, go backwards and use opposite operations.
Number → ×8 → −14 → ÷2 → +4 → gives 9. What was the starting number?
Work backwards from the end:
\(9 \xrightarrow{-4} 5 \xrightarrow{\times 2} 10 \xrightarrow{+14} 24 \xrightarrow{\div 8} 3\).
Check: \(3 \times 8 = 24\), \(24 - 14 = 10\), \(10 \div 2 = 5\), \(5 + 4 = 9\) ✓.