problem stringlengths 2 5.64k | solution stringlengths 2 13.5k | answer stringlengths 2 43 | problem_type stringclasses 8
values | question_type stringclasses 4
values | problem_is_valid stringclasses 1
value | solution_is_valid stringclasses 1
value | source stringclasses 6
values | synthetic bool 1
class |
|---|---|---|---|---|---|---|---|---|
3. (7 points) The number 20 is written on the board. In one move, it is allowed to either double the number or erase its last digit. Is it possible to get the number 25 in several moves? | Answer. Possible.
Solution. The number 25 can be obtained by erasing the last digit of the number 256, which is a power of two. Thus, the required chain of transformations can look like this:
$$
20 \rightarrow 2 \rightarrow 4 \rightarrow 8 \rightarrow 16 \rightarrow 32 \rightarrow 64 \rightarrow 128 \rightarrow 256 \... | 25 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
Problem 5.5. A large rectangle consists of three identical squares and three identical small rectangles. The perimeter of the square is 24, and the perimeter of the small rectangle is 16. What is the perimeter of the large rectangle?
The perimeter of a figure is the sum of the lengths of all its sides.
: 2=2$. Then the entire large rectangle has dimensions $8 \times 18$, and its perimete... | 52 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
Problem 6.1. The set includes 8 weights: 5 identical round, 2 identical triangular, and one rectangular weight weighing 90 grams.
It is known that 1 round and 1 triangular weight balance 3 round weights. Additionally, 4 round weights and 1 triangular weight balance 1 triangular, 1 round, and 1 rectangular weight.
How... | Answer: 60.
Solution. From the first weighing, it follows that 1 triangular weight balances 2 round weights.
From the second weighing, it follows that 3 round weights balance 1 rectangular weight, which weighs 90 grams. Therefore, a round weight weighs $90: 3=30$ grams, and a triangular weight weighs $30 \cdot 2=60$ ... | 60 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
Problem 7.4. Seven boxes are arranged in a circle, each containing several coins. The diagram shows how many coins are in each box.
In one move, it is allowed to move one coin to a neighboring box. What is the minimum number of moves required to equalize the number of coins in all the boxes?
$, a point $M$ is marked. It is known that $AM = 7, MB = 3, \angle BMC = 60^\circ$. Find the length of segment $AC$.
 | Answer: 17.

Fig. 3: to the solution of problem 9.5
Solution. In the isosceles triangle \(ABC\), draw the height and median \(BH\) (Fig. 3). Note that in the right triangle \(BHM\), the angl... | 17 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
Problem 9.8. On the side $CD$ of trapezoid $ABCD (AD \| BC)$, a point $M$ is marked. A perpendicular $AH$ is dropped from vertex $A$ to segment $BM$. It turns out that $AD = HD$. Find the length of segment $AD$, given that $BC = 16$, $CM = 8$, and $MD = 9$.
. Since $B C \| A D$, triangles $B C M$ and $K D M$ are similar by angles, from which we obtain $D K = B C \cdot \frac{D M}{C M} = 16 \cdot \frac{9}{8} = 18$.

Fig. 6: to the solution of problem 10.3
F... | 20 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
Problem 10.6. In a convex quadrilateral $A B C D$, the midpoint of side $A D$ is marked as point $M$. Segments $B M$ and $A C$ intersect at point $O$. It is known that $\angle A B M=55^{\circ}, \angle A M B=$ $70^{\circ}, \angle B O C=80^{\circ}, \angle A D C=60^{\circ}$. How many degrees does the angle $B C A$ measure... | Answer: 35.
Solution. Since
$$
\angle B A M=180^{\circ}-\angle A B M-\angle A M B=180^{\circ}-55^{\circ}-70^{\circ}=55^{\circ}=\angle A B M
$$
triangle $A B M$ is isosceles, and $A M=B M$.
Notice that $\angle O A M=180^{\circ}-\angle A O M-\angle A M O=180^{\circ}-80^{\circ}-70^{\circ}=30^{\circ}$, so $\angle A C D... | 35 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
Problem 11.5. Quadrilateral $ABCD$ is inscribed in a circle. It is known that $BC=CD, \angle BCA=$ $64^{\circ}, \angle ACD=70^{\circ}$. A point $O$ is marked on segment $AC$ such that $\angle ADO=32^{\circ}$. How many degrees does the angle $BOC$ measure?
 standing consecutively. Find the number of chains, the sum of the numbers in which is positive.
# | # Answer: 4951
Solution. Let's divide all chains (except the chain consisting of all numbers) into pairs that complement each other. If the sum of the numbers in one chain of the pair is $s$, and in the second is $t$, then $s+t=1$. Since $s$ and $t$ are integers, exactly one of them is positive. Therefore, exactly hal... | 4951 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
9.5 The square of a natural number a, when divided by a natural number n, gives a remainder of 8. The cube of the number a, when divided by n, gives a remainder of 25. Find n. | Answer: $n=113$
Solution. Note that the number $x=a^{6}-8^{3}=(a^{2})^{3}-8^{3}=(a^{2}-8)(a^{4}+8a^{2}+64)$ is divisible by $n$. Also note that the number $y=a^{6}-25^{2}=(a^{3})^{2}-25^{2}=(a^{3}-25)(a^{3}+25)$ is divisible by $n$. Then the difference $x-y=(a^{6}-8^{3})-(a^{6}-25^{2})=625-512=113$ is divisible by $n$... | 113 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
1. The number 1232 is divisible by the sum of its digits $1+2+3+2=8$. What is the next number that is divisible by the sum of its digits? | Answer: 1233.
Solution: One can notice that the next number fits, as 1233 is divisible by the sum of its digits $1+2+3+3=9$. Indeed, $1233: 9=137$.
Comment: One could have avoided performing the division and instead used the divisibility rule for 9. | 1233 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
3. A farmer wants to start growing watermelons. He wants to sell at least 10,000 watermelons every year. Watermelons are grown from seeds (one seed grows into one watermelon). Each watermelon can produce 250 good seeds that can be planted the following year, but then this watermelon cannot be sold. What is the minimum ... | Answer: 10041.
Solution: Let the smallest number of seeds the farmer needs to buy be $10000+x$. Then he will be able to sell 10000 watermelons, and the remaining $x$ watermelons can be used for seeds. For the seeds to be sufficient for the next season, the inequality $250 x \geqslant 10000+x$ must hold. From this, $x ... | 10041 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
4. For the function $f(x)$, it is known that it is odd, i.e., $f(-x) = -f(x)$ for every real $x$. Additionally, it is known that for every $x$, $f(x+5) = f(x)$, and also $f(1 / 3) = 2022$, and $f(1 / 2) = 17$. What is the value of
$$
f(-7) + f(12) + f\left(\frac{16}{3}\right) + f\left(\frac{9}{2}\right) ?
$$ | Answer: 2005.
Solution. Let's find the values of $f(-7)+f(12)$, $f\left(\frac{16}{3}\right)$, and $f\left(\frac{9}{2}\right)$ separately.
- $f(-7)+f(12)=f(-7+5)+f(12-2 \cdot 5)=f(-2)+f(2)=0$;
- $f\left(\frac{16}{3}\right)=f\left(5+\frac{1}{3}\right)=f\left(\frac{1}{3}\right)=2022$.
- $f\left(\frac{9}{2}\right)=f\left... | 2005 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
6. For the numbers $1000^{2}, 1001^{2}, 1002^{2}, \ldots$, the last three digits are discarded. How many of the first terms of the resulting sequence form an arithmetic progression? | Answer: 32.
Solution. $(1000+k)^{2}=1000000+2000 k+k^{2}$. As long as $k^{2}<1000$, after discarding the last three digits, the number $1000+2 k$ will remain, i.e., each term of the sequence will be 2 more than the previous one. When $k=31: k^{2}=961<1000$, and when $k=32: k^{2}=1024$. Therefore, the element obtained ... | 32 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
4. Given a cube. $A, B$ and $C$ are the midpoints of its edges (see figure). What is the angle $ABC$?
Answer. $120^{\circ}$. | Solution. 1st method. Draw diagonals $D E \| B C$ and $E F \| A B$ and let $K$ be the point on the extension of diagonal $D E$ beyond point $E$ (see figure). Then $\angle A B C = \angle F E K$. But triangle $D E F$ is equilateral, so
 A traveler was riding in a bus and saw a two-digit number on a kilometer post. He fell asleep and woke up an hour later to see a three-digit number on the kilometer post, where the first digit was the same as the second digit an hour ago, the second digit was zero, and the third digit was the same as the ... | Solution. Let the first number the traveler saw be $\overline{x y}=10 x+y$. After an hour, the number became $\overline{y o x}=100 y+x$. After 2 hours, it became $\overline{y z x}=100 x+10 z+x$. Since the bus's speed is constant, $\overline{y o x}-\overline{x y}=\frac{1}{2} \cdot(\overline{y z x}-\overline{y o x})$, th... | 45 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
2. For natural numbers $a$ and $b$, it is known that $5a-1$ is divisible by $b$, $a-10$ is divisible by $b$, but $3a+5$ is not divisible by $b$. What values can the number $b$ take? | Answer: 49.
Solution. The number $(5 a-1)-5 \cdot(a-10)=49$ is divisible by $b$, so either $b=1$, or $b=7$, or $b=49$. If the number $(3 a+5)-3 \cdot(a-10)=35$ were divisible by $b$, then $3 a+5$ would be divisible by $b$, which is not the case. Therefore, the options $b=1$ and $b=7$ are impossible. The numbers $a=10$... | 49 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
5. There is an infinite grid plane, none of the points of which are painted blue. For one ruble, you can choose a cell and paint all its sides blue, even if some side was already painted. What is the minimum amount of money you need to pay to get a grid square $1001 \times 1001$, all grid lines inside and on the bounda... | Answer: 503000 rubles.
Solution: We will call a segment in the solution any segment connecting grid nodes at a distance equal to the side of a cell. Let $s$ be our $1001 \times 1001$ square. Any cell either has two common segments with the perimeter of $s$ (in which case it falls into a corner of $s$), or has no more ... | 503000 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
2. The numbers from 1 to 8 are arranged in a circle. A number is called large if it is greater than its neighbors, and small if it is less than its neighbors. Each number in the arrangement is either large or small. What is the greatest possible sum of the small numbers? | Answer: 13.
Instructions. Adjacent numbers cannot be of the same type, so large and small numbers alternate, and there are four of each. 8 is large. 7 is also large, since a small number must be less than two numbers, and seven is less than only one. 1 and 2 are small. 6 and 5 cannot both be small, as they are less th... | 13 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
9.5 What is the largest number of non-overlapping groups into which all integers from 1 to 25 can be divided so that the sum of the numbers in each group is a perfect square? | Solution 1: A group consisting of a single number can only be formed by 5 squares. The remaining 20 numbers must be divided into groups of at least two. Therefore, there will be no more than 15 groups in total. Let's check that exactly 15 groups are not possible. Indeed, in such a case, the numbers 1, 4, 9, 16, 25 form... | 14 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
5.1. The numbers $415, 43, 7, 8, 74, 3$ are written on cards (see figure). Arrange the cards in a row so that the resulting ten-digit number is the smallest possible. | Answer: $\square 3415 \square 43 \square 74 \square 7 \square 8$
The correct answer can simply be recorded as the number 3415437478.
+ correct answer provided
- incorrect answer or no answer provided | 3415437478 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
5.4. The number 61 is written on the board. Every minute, the number is erased from the board and replaced with the product of its digits, increased by 13. That is, after one minute, the number on the board will be $19 (6 \cdot 1 + 13 = 19)$. What number will be on the board after an hour? | Answer: 16.
Let's consider the numbers that will be written on the board over the first few minutes:
| After one minute | $6 \cdot 1+13=\mathbf{1 9}$ |
| :---: | :---: |
| After two minutes | $1 \cdot 9+13=\mathbf{2 2}$ |
| After three minutes | $2 \cdot 2+13=\mathbf{1 7}$ |
| After four minutes | $1 \cdot 7+13=\math... | 16 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
# 6. CONDITION
At the factory, there are exactly 217 women, among whom 17 are brunettes, and the remaining 200 are blondes. Before New Year's, all of them dyed their hair, and each of these women wrote on "VKontakte" the surnames of exactly 200 women from the factory, whom they believed to be definitely blondes. Each ... | Solution. According to the problem, the correct list of all 200 blondes will be on "Vkontakte" exactly for 17 female workers at the plant: brunettes will write exactly this list, and a blonde will never write it, as otherwise she would have to include herself in it. Therefore, if a certain list appears not 17 times, bu... | 13 | Combinatorics | proof | Yes | Yes | olympiads | false |
7.4 Vanya wrote the numbers $1,2,3, \ldots, 13$ in his notebook. He multiplied five of them by 3, and the rest by 7, then added all the products. Could the result have been 433? | Solution. Let's try to figure out the situation. Let A be the sum of the five numbers that need to be multiplied by 3, and B be the sum of the other eight numbers (which need to be multiplied by 7). Consider the sum after multiplication: 3A + 7B. We can write it as (taking into account that the sum of all thirteen numb... | 433 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
7.5 In triangle ABC, the median BM is drawn. It is known that $\angle \mathrm{BAC}=30^{\circ}, \angle \mathrm{BMC}=45^{\circ}$. Find angle BAC. | Solution. See fig.

C
$\triangle \mathrm{AMB}: \angle \mathrm{AMB}=135^{\circ} \Rightarrow \angle \mathrm{ABM}=15^{\circ}$
Let $\mathrm{AC}=2 \mathrm{~b}$. Then $\mathrm{AM}=\mathrm{MC}=\mat... | 45 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
1. An army of mice attacked a grain warehouse. To fight the mice, one cat was released into the warehouse on the first day, a second cat on the next day, and each subsequent day, one more cat was released. A mouse eats 100 grams of grain per day, and a cat eats 10 mice per day. After several days, there were no mice le... | Solution. Let the entire process last $n$ days, then by its end, there were $n$ cats on the warehouse, with the first cat eating $10 n$ mice, the second cat eating 10( $n-1)$ mice, $\ldots, n$-th cat - 10 mice, meaning there were a total of $10(1+2+\ldots+n)$ mice. Let's calculate how much grain the mice ate.
Ten mice... | 150 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
# Task № 3.4
## Condition:
Cupcakes are sold in boxes of 2, eclairs - in boxes of 6, and gingerbread - in boxes of 15. You can only buy whole boxes, you cannot open them. Alice bought an equal number of cupcakes, eclairs, and gingerbread. What is the smallest number of boxes she could have taken | Answer: 22
Exact match of the answer - 1 point
Solution by analogy with task №3.1
# | 22 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
# Task No. 5.1
## Condition:
A Dog, a Cat, and a Mouse are running around a circular lake. They all started simultaneously in the same direction from the same point and finished at the same time, each running at a constant speed. The Dog ran 12 laps, the Cat ran 6 laps, and the Mouse ran 4 laps. How many total overta... | # Answer: 13
## Exact match of the answer -1 point
## Solution.
At the moment when the faster runner catches up with the slower one, he is ahead by one lap. The Dog has lapped the Cat by 6 laps, meaning it has caught up with her 6 times, with the last catch-up at the finish line not counting as a lap, so the Dog has... | 13 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
# Task No. 5.3
## Condition:
A Dog, a Cat, and a Mouse are running around a circular lake. They all started in the same direction from the same point and finished at the same time, each running at a constant speed.
The Dog ran 12 laps, the Cat ran 7 laps, and the Mouse ran 3 laps. How many total overtakes were made ... | # Answer: 15
Exact match of the answer -1 point
Solution by analogy with task №5.1
# | 15 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
# Task № 5.4
## Condition:
A Dog, a Cat, and a Mouse are running around a circular lake. They started simultaneously in the same direction from the same point and finished simultaneously, all running at constant speeds.
The Dog ran 12 laps, the Cat ran 5 laps, and the Mouse ran 2 laps. How many total overtakes were ... | Answer: 17
Exact match of the answer -1 point
Solution by analogy with task №5.1
# | 17 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
# Task № 6.1
## Condition:
Anya, Tanya, and Vanya had identical cardboard squares with a side of 16 cm. Each of them cut off two rectangles from their square, as shown in the figure, and all 6 rectangles are the same. The perimeter of Anya's figure is 88 cm, and the perimeter of Vanya's figure is 82 cm.
(b+d)
$$
Since Katya increased each number by 1, her sum is
$$
(a+c+2)(b+d+2)=(a+c)(b+d)+2(a+b+c+d)+4
$$
greater than Masha's by $2(... | 4046 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
10.1. Every second, the computer outputs a number equal to the sum of the digits of the previous number, multiplied by 31. On the first second, the number 2020 was displayed. What number will be displayed on the 2020th second | Answer: 310.
Solution: Let's calculate the first few numbers displayed on the screen.
On the first second, the number $a_{1}=2020$ is displayed, then
on the second second, the number $a_{2}=(2+0+2+0) \cdot 31=4 \cdot 31=124$ is displayed;
on the third second, the number $a_{3}=(1+2+4) \cdot 31=7 \cdot 31=217$;
on ... | 310 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
11.1. Two runners, starting simultaneously at constant speeds, run on a circular track in opposite directions. One of them runs the loop in 5 minutes, while the other takes 8 minutes. Find the number of different meeting points of the runners on the track, if they ran for at least an hour.
# | # Solution.
Let the length of the track be $\mathrm{S}$ meters. Then the speeds of the runners are $\mathrm{S} / 5$ and $\mathrm{S} / 8$ meters per minute, respectively.
Assume the runners start from the same point. They will meet again after $\mathrm{S} /(\mathrm{S} / 5+\mathrm{S} / 8)=40 / 13$ minutes.
Now, let's ... | 13 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
4. In the record of three two-digit numbers, there are no zeros, and in each of them, both digits are different. Their sum is 40. What could be their sum if the digits in them are swapped? | Answer: 103.
Solution. In all numbers, the tens digit is 1. Otherwise, the larger number is at least 21, and the other two are at least 12. Their sum is no less than $12+12+21=44$, which is not equal to 40. The sum of the units digits is 10 (zeros are not allowed). Therefore, the sum of the numbers with swapped digits... | 103 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
11.5. A cube of size $n \times n \times n$, where $n$ is a natural number, was cut into 99 smaller cubes, of which exactly one has an edge length different from 1 (each of the others has an edge length of 1). Find the volume of the original cube. | Answer: 125.
Let $m$ be the length of the edge of the cube, different from the unit cube. We get the equation $n^{3}-m^{3}=98$ (in natural numbers). Further, $(n-m)\left(n^{2}+n m+m^{2}\right)=98$. The numbers $m$ and $n$ are of the same parity, otherwise $n^{3}-m^{3}$ would be an odd number. Moreover, if $n$ and $m$ ... | 125 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
Problem 8.2. Oleg bought a chocolate bar for $n$ rubles, and after some time, he sold it for 96 rubles. It turned out that he sold the chocolate bar for exactly $n \%$ more than he bought it for. For how many rubles did Oleg buy the chocolate bar? | Answer: 60.
Solution. From the condition of the problem, it follows that $96=n \cdot\left(1+\frac{n}{100}\right)$. Transforming this equation, we get
$$
0=n^{2}+100 n-9600 \quad \Leftrightarrow \quad 0=(n+160)(n-60)
$$
Thus, $n=60$, since the chocolate bar cannot cost a negative number of rubles. | 60 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
Problem 8.3. Masha has three identical dice, on the faces of each of which six different prime numbers are written, with a total sum of 87.
Masha rolled all three dice twice. The first time, the sum of the numbers that came up was 10, and the second time, the sum was 62.
Exactly one of the six numbers did not come up... | # Answer: 17.
Solution. Note that the number 10 can be uniquely represented as the sum of three prime numbers: $10=2+3+5$. This means that the numbers $2,3,5$ are on the dice and they came up the first time.
Note that if the even number 62 can be represented as the sum of three prime numbers, then one of them is even... | 17 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
Problem 8.5. In a convex quadrilateral $A B C D$, the bisectors of angles $A$ and $C$ are parallel, and the bisectors of angles $B$ and $D$ intersect at an angle of $46^{\circ}$, as shown in the figure. How many degrees does the acute angle between the bisectors of angles $A$ and $B$ measure?
. Additionally, let $\angle A=2 \alpha, \angle B=2 \beta, \angle C=2 \gamma, \angle D=2 \delta$. Since the sum of the angles of quadrilateral
 (2 points) $n=27$
(b) (2 points) $n=26$ ? | Answer: (a) 14. (b) 105.
Solution. Let's number the zeros from left to right with numbers from 1 to 13. Denote the number of crosses before the first zero by $a_{1}$, between the first and second zero by $a_{2}, \ldots$, after the thirteenth zero by $a_{14}$. We get that $a_{1}+a_{2}+\ldots+a_{14}=n$. The condition th... | 14 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
Problem 8.8. Given a triangle $A B C$, in which $\angle A=42^{\circ}$ and $A B<A C$. Point $K$ on side $A C$ is such that $A B=C K$. Points $P$ and $Q$ are the midpoints of segments $A K$ and $B C$ respectively. How many degrees does angle $A C B$ measure, if it is known that $\angle P Q C=110^{\circ} ?$

Fig. 4: to the solution of problem 8.8
Solution. Mark a point $L$ on the extension of side $C A$ beyond point $A$ such that $A L = A B$ (Fig. 4).
Notice that line $P Q$ is para... | 49 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
1. Does there exist a natural number such that after increasing it by 18, the sum of its digits decreases by 18? | Answer: can
Solution. For example, the number 982 works. $982+18=1000$.
| | |
| :--- | :--- |
| | |
| | |
| ${ }_{15-x}$ | $\times$ |
## Grading Criteria.
Only answer: 0 points.
Correct example provided: 7 points. | 982 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
3. On the Island of Logic, there live 40 knights (who always tell the truth), 25 liars (who always lie), and several sophists. A sophist can only utter phrases that a knight or a liar could not say in their place. For example, standing next to a liar, a sophist can say, "We are both liars" (because if he were a knight,... | Answer. 1) There are exactly 26 liars on the island; 2) 27 sophists.
Solution.
1) If a sophist were a liar, he would have to tell the truth, and then he would say that there are $25+1=26$ liars. If he were a knight, there would be 25 liars, and he would lie.
2) Let C be the total number of sophists on the island. If ... | 26 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
Problem 3.6. Petya can draw only 4 things: the sun, a ball, a tomato, and a banana. But he does it extremely realistically! Today he drew several things, among which there were exactly 15 yellow, 18 round, and 13 edible. What is the maximum number of balls he could have drawn?
Petya believes that all tomatoes are roun... | Answer: 18.
Solution. Since there are a total of 18 round objects, and all balls are round, there were no more than 18 balls. Note that there could have been exactly 18, if 2 yellow balls, 16 green balls, and 13 bananas were drawn. | 18 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
Problem 3.8. A small raft was swaying by the riverbank. Five mice weighing 70 g each, three moles weighing 90 g each, and four hamsters weighing 120 g each approached the shore. What is the minimum number of grams the raft must be able to support so that all the animals can cross to the other side, possibly in several ... | Answer: 140.
Solution. If the raft can carry less than two animals, then they will not all be able to cross. Indeed, in this case, one animal would have to row back and forth on the raft, without the possibility of staying on the other side of the river (since the raft cannot return without a rower).
Therefore, the r... | 140 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
Task 4.1. Assign each letter a digit $1,2,3,4,5$ so that all inequalities are satisfied.
$$
3>\mathrm{A}>\mathrm{M}<\mathrm{E}<\mathrm{H}<\mathrm{A}
$$
Different letters must correspond to different digits. Write the number ZAMENA as your answer. | Answer: 541234.
Solution. From the condition, it follows that $\mathrm{M}<\mathrm{E}<\mathrm{H}<\mathrm{A}<3$. The numbers from 1 to 5 are uniquely ordered, so $\mathrm{M}=1, \mathrm{E}=2, \mathrm{H}=3, \mathrm{~A}=4,3=5$. Then ZAMENA $=541234$. | 541234 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
Problem 4.3. How many rectangles exist on this picture with sides running along the grid lines? (A square is also a rectangle.)
 | Answer: 24.
Solution. In a horizontal strip $1 \times 5$, there are 1 five-cell, 2 four-cell, 3 three-cell, 4 two-cell, and 5 one-cell rectangles. In total, $1+2+3+4+5=15$ rectangles.
In a vertical strip $1 \times 4$, there are 1 four-cell, 2 three-cell, 3 two-cell, and 4 one-cell rectangles. In total, $1+2+3+4=10$ r... | 24 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
Task 4.5. Write the largest eight-digit number in which all even digits are present. (Even digits: $0,2,4,6,8$.) | Answer: 99986420.
Solution. The number 99986420 meets the condition of the problem. Suppose there exists a larger eight-digit number. It is clear that its first three digits must be nines. Since there are only 5 even digits, the last five digits are $0,2,4,6,8$ in some order. But then such an eight-digit number cannot... | 99986420 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
Problem 4.6. Some digits in the rectangle are already placed. Place the remaining digits so that:
- the sum of the digits in each column is the same;
- the sum of the digits in each row is the same;
- the sum of the digits in the red cells is equal to the sum of the digits in any row. Enter the three-digit number $A B... | Answer: 652.
Solution. If we add 3 to the sum of the two upper red numbers, we get the same number as if we added the sum of the two lower red numbers. Therefore, the unknown lower red number is 2. Then, in each row, the sum is $1+2+6=$ 9. This means that the unknown upper red number complements $4+3$ to 9, i.e., it i... | 652 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
Problem 4.8. If in the number 79777 the digit 9 is crossed out, the number 7777 is obtained. How many different five-digit numbers exist from which 7777 can be obtained by crossing out one digit? | Answer: 45.
Solution. Note that 77777 is one of such numbers. Next, we will consider five-digit numbers where to get 7777, we need to strike out a digit that is not 7.
If the first digit in the number is struck out, there are 8 options for it: $1,2,3,4,5,6,8,9$. If, however, the second, third, fourth, or fifth digit ... | 45 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
Problem 5.1. Sasha wrote down on the board all two-digit numbers divisible by 6, and then erased those that do not end in 4. What is the largest number that ended up on the board? | Answer: 84.
Solution. Let's take the largest two-digit number divisible by 6, which is 96, and sequentially subtract 6 from it. This way, we will go through all numbers divisible by 6 in descending order. We will stop at the first one that ends in 4, which is what we need.
$$
96 \rightarrow 90 \rightarrow 84
$$ | 84 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
Problem 5.3. A cuckoo clock is hanging on the wall. When a new hour begins, the cuckoo says "cuckoo" a number of times equal to the number the hour hand points to (for example, at 19:00, "cuckoo" sounds 7 times). One morning, Maxim approached the clock when it was 9:05. He started turning the minute hand until he advan... | Answer: 43.
Solution. The cuckoo will say "cuckoo" from 9:05 to 16:05. At 10:00 it will say "cuckoo" 10 times, at 11:00 - 11 times, at 12:00 - 12 times. At 13:00 (when the hand points to the number 1) "cuckoo" will sound 1 time. Similarly, at 14:00 - 2 times, at 15:00 - 3 times, at 16:00 - 4 times. In total
$$
10+11+... | 43 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
Problem 5.4. At the end-of-the-year school dance, there were twice as many boys as girls. Masha counted that there were 8 fewer girls, besides herself, than boys. How many boys came to the dance? | Answer: 14.
Solution. Let there be $d$ girls at the disco, then there are twice as many boys, i.e., $d+d$. The number of girls, excluding Masha, is $d-1$ (all except herself).
Since there are 8 more boys than the other girls, excluding Masha, then $d+d=(d-1)+8$. From this, it follows that $d=7$, so the total number o... | 14 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
Problem 5.5. From a $6 \times 6$ grid square, gray triangles have been cut out. What is the area of the remaining figure? The side length of each cell is 1 cm. Give your answer in square centimeters.
. Moreover, after three years, each city is the end of exactly three flights.
In the "mountain" cities, flights have a total of $30 \cdot 3=90$ ends. Among these, 21 flights connect two "mountain" cities. Each such flight between "mountain" citi... | 81 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
Problem 6.1. Masha placed the numbers from 1 to 16 in the cells of a $4 \times 4$ table so that any two numbers differing by one were in adjacent cells.
And Sasha erased all the numbers except for 1, 4, 9, and 16. What number was in the cell with the question mark?
| | 1 | | $?$ |
| :---: | :---: | :---: | :---: |
... | Answer: 13.
Solution. Since any two numbers that differ by one are in adjacent cells, the number in the upper left corner must be either 2 (neighbor of 1) or a number that has only one neighbor - 1 or 16. The second option does not work for us, so we can write the numbers 2 and 3 in the table.
| 2 | 1 | | $?$ |
| :-... | 13 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
Problem 6.2. For preparing one portion of salad, 2 cucumbers, 2 tomatoes, 75 grams of feta cheese, and 1 pepper are required. The restaurant's warehouse has 60 peppers, 4.2 kg of feta cheese, 116 tomatoes, and 117 cucumbers. How many portions can be made? | Answer: 56.
Solution. The pepper will last for $60: 1=60$ servings.
The feta cheese will last for $4200: 75=56$ servings (kilograms converted to grams).
The tomatoes will last for $116: 2=58$ servings.
The cucumbers will last for $117: 2=58.5$, i.e., 58 whole servings.
Since all ingredients must be included in eac... | 56 | Other | math-word-problem | Yes | Yes | olympiads | false |
Problem 6.5. In the park, paths are laid out as shown in the figure. Two workers started to asphalt them, starting simultaneously from point $A$. They lay asphalt at constant speeds: the first on the section $A-B-C$, the second on the section $A-D-E-F-C$. In the end, they finished the work simultaneously, spending 9 ho... | Answer: 45.
Solution. Let the line $A D$ intersect the line $C F$ at point $G$, as shown in the figure below. Since $A B C G$ and $D E F G$ are rectangles, we have $A B=C G, B C=A G, E F=D G$ and $D E=F G$.
 were picked from a tree. When they were weighed, it turned out that the weight of any three oranges taken together is less than $5 \%$ of the total weight of the remaining oranges. What is the smallest number of oranges that could have been picked? | Answer: 64.
Solution. 64 oranges could have been, for example, if all of them had the same mass $m$, since $\frac{3 m}{61 m}<0.05$.
Suppose there were no more than 63 oranges. Consider the three heaviest oranges with a total mass of $M$. All the other oranges (no more than 60) can be divided into no more than 20 grou... | 64 | Inequalities | math-word-problem | Yes | Yes | olympiads | false |
Problem 6.8. There are exactly 120 ways to color five cells in a $5 \times 5$ table so that each column and each row contains exactly one colored cell.
There are exactly 96 ways to color five cells in a $5 \times 5$ table without a corner cell so that each column and each row contains exactly one colored cell.
How ma... | Answer: 78.
Solution. Consider the colorings of a $5 \times 5$ table described in the problem (i.e., such that in each column and each row exactly one cell is colored).
For convenience, let's introduce some notations. The top-left corner cell of the $5 \times 5$ table will be called $A$, and the bottom-right corner c... | 78 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
Problem 7.2. Three pirates were dividing a treasure. The first one got a third of the initial number of coins and one more coin, the second one got a quarter of the initial number of coins and five more coins, the third one got a fifth of the initial number of coins and twenty more coins (thus all the coins were distri... | Answer: 120.
Solution. Let $m$ be the initial total number of coins in the treasure. The pirates collectively took $\left(\frac{m}{3}+1\right)+\left(\frac{m}{4}+5\right)+\left(\frac{m}{5}+20\right)$ coins. Since they divided the entire treasure, this sum equals $m$. Expanding the brackets in the equation
$$
\left(\fr... | 120 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
Problem 7.5. If a platoon of soldiers is divided into brigades of 7 people, then 2 people will not fit into any brigade. If the platoon is divided into brigades of 12 people, then again 2 people will not fit into any brigade. What is the minimum number of soldiers that need to be added to the platoon so that it can be ... | Answer: 82.
Solution. A platoon can be entirely divided into brigades of 7 and brigades of 12 if and only if the number of people in it is divisible by $7 \cdot 12=84$.
Remove two people from the platoon. Then the remaining people can be divided into brigades both ways, meaning their number is divisible by 84. Return... | 82 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
Problem 8.1. In a $5 \times 5$ square, some cells have been painted black as shown in the figure. Consider all possible squares whose sides lie along the grid lines. In how many of them is the number of black and white cells the same?
. There are only two non-fitting $2 \times 2$ squares (both of which contain th... | 16 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
Problem 8.2. The arithmetic mean of three two-digit natural numbers $x, y, z$ is 60. What is the maximum value that the expression $\frac{x+y}{z}$ can take? | Answer: 17.
Solution. From the condition, it follows that the sum of the numbers $x, y, z$ is $60 \cdot 3=180$. Then
$$
\frac{x+y}{z}=\frac{180-z}{z}=\frac{180}{z}-1 \leqslant \frac{180}{10}-1=17
$$
since $z \geqslant 10$. Note also that when $x=90, y=80, z=10$, the value 17 is achieved. | 17 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
Problem 8.3. In triangle $ABC$, the sides $AC=14$ and $AB=6$ are known. A circle with center $O$, constructed on side $AC$ as the diameter, intersects side $BC$ at point $K$. It turns out that $\angle BAK = \angle ACB$. Find the area of triangle $BOC$.

Then
$$
\angle BAC = \angle BAK + \angle CAK = \angle BCA ... | 21 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
Problem 8.4. Find any solution to the puzzle
$$
\overline{A B C A}=182 \cdot \overline{C D}
$$
where $A, B, C, D$ are four different non-zero digits (the notation $\overline{X Y \ldots Z}$ means the decimal representation of the number).
As an answer, write the four-digit number $\overline{A B C D}$. | Answer: 2916.
Solution. $\overline{A B C A}=1001 A+10 \cdot \overline{B C}$. Note that 1001 and 182 are divisible by 91, therefore, $10 \cdot \overline{B C}$ is also divisible by 91, i.e., $\overline{B C}=91$.
Substituting $B=9, C=1$ and dividing by 91, we get the equation $11 A=10+2 D$. On the left side of this equa... | 2916 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
Problem 8.5. In a race, several people participated, including Andrey, Dima, and Lёnya. No two participants of this race arrived at the same time.
- The number of people who arrived before Andrey is 2 times less than the number of people who arrived after him.
- The number of people who arrived before Dima is 3 times ... | Answer: 61.
Solution. Let $x$ be the number of people who ran before Andrey, then $2x$ people ran after him. We get that there were $3x+1$ participants in the race.
Let $y$ be the number of people who ran before Dima, then there were $4y+1$ participants in total.
Finally, let $z$ be the number of people who ran befo... | 61 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
Problem 8.6. A natural number is called interesting if all its digits are different, and the sum of any two adjacent digits is a square of a natural number. Find the largest interesting number. | Answer: 6310972.
Solution. Mark 10 points on the plane, representing the digits from 0 to 9, and connect those that sum to the square of a natural number.

On such a diagram, we need to fin... | 6310972 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
Problem 8.7. Given an isosceles triangle $A B C$, where $A B=A C$ and $\angle A B C=53^{\circ}$. Point $K$ is such that $C$ is the midpoint of segment $A K$. Point $M$ is chosen such that:
- $B$ and $M$ are on the same side of line $A C$;
- $K M=A B$
- angle $M A K$ is the maximum possible.
How many degrees does angl... | Answer: 44.
Solution. Let the length of segment $AB$ be $R$. Draw a circle with center $K$ and radius $R$ (on which point $M$ lies), as well as the tangent $AP$ to it such that the point of tangency $P$ lies on the same side of $AC$ as $B$. Since $M$ lies inside the angle $PAK$ or on its boundary, the angle $MAK$ does... | 44 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
Problem 8.8. A computer can apply three operations to a number: "increase by 2", "increase by 3", "multiply by 2". The computer was given the number 1 and was made to try all possible combinations of 6 operations (each of these combinations is applied to the initial number 1). After how many of these combinations will ... | Answer: 486.
Solution. If the number was odd before the last operation, then one of the two operations "increase by 3" or "multiply by 2" will make it even, but the third will not. Similarly, if the number was even before the last operation, then one of the two operations "increase by 2" or "multiply by 2" will make i... | 486 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
Problem 9.1. In a $3 \times 3$ table, the digits from 1 to 9 are arranged (each digit is written in exactly one cell). The digits 1, 2, 3, 4 are placed as shown in the figure. It is also known that the sum of the digits in the cells adjacent to the digit 5 is 9. Find the sum of the digits in the cells adjacent to the d... | Answer: 29.
Solution. Note that the smallest possible sum of the digits around the digit 5 is exactly $1+2+6=9$, and this is only possible when it is below the digit 1 and above the digit 2, with the digit 6 in the center.
Indeed, if 5 is in the center, then the sum of the surrounding digits is $6+7+8+$ $9>9$. And if... | 29 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
Problem 9.2. In the first hour of the shift, the master made 35 parts. Then he realized that, maintaining the current speed, he would have to stay an extra hour to complete the shift's plan. By increasing his speed by 15 parts per hour, he completed the plan half an hour before the end of the shift. How many parts shou... | Answer: 210.
Solution. Let $N$ be the number of parts he still needs to manufacture. If he continued to make 35 parts per hour, he would finish in $\frac{N}{35}$ hours. When he sped up and started producing 50 parts per hour, he completed the work in $\frac{N}{50}$ hours.
From the condition, it follows that $\frac{N}... | 210 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
Problem 9.3. The farmer said: "I have $N$ rabbits. Long ears are exactly on 13 of them. And exactly 17 of them can jump far."
The traveler rightly noted: "Therefore, among your rabbits, there are at least 3 rabbits that simultaneously have long ears and can jump far."
What is the largest value that the number $N$ can... | Answer: 27.
Solution. If $N \geqslant 28$, then the traveler is wrong: it is possible that the farmer had only 2 long-eared rabbits that can jump far. In addition to them, there were 11 long-eared rabbits that cannot jump far, and 15 rabbits without long ears that can jump far. The remaining $N-28$ rabbits neither hav... | 27 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
Problem 9.4. At a round table, 40 knights and 10 samurais are sitting. Exactly 7 knights have a samurai as their right neighbor. What is the maximum number of knights that could be sitting next to two knights? | # Answer: 32.
Solution. Let's divide the people sitting at the table into alternating groups of consecutive knights and consecutive samurais. From the condition, it follows that there are exactly 14 such groups (7 groups of knights and 7 groups of samurais), since the 7 knights mentioned in the condition are precisely... | 32 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
Problem 9.6. The teacher wrote a number on the board. Sasha decided to divide it by 102 with a remainder, and Masha - by 103. It turned out that the quotient obtained by Sasha and the remainder obtained by Masha add up to 20. What remainder did Sasha get? List all possible options. | Answer: 20.
Solution. Let $n$ be the number on the board, divide it by 102 and by 103 with remainders:
$$
n=102 a+b ; \quad n=103 c+(20-a)
$$
Subtract the second equation from the first:
$$
0=103(a-c)+(b-20)
$$
From this, it follows that $b-20$ is divisible by 103. Since $0 \leqslant b \leqslant 101$, we get that ... | 20 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
Problem 10.1. An equilateral triangle with a side of 10 is divided into 100 small equilateral triangles with a side of 1. Find the number of rhombi consisting of 8 small triangles (such rhombi can be rotated).

It is clear that the number of rhombuses of each orientation will be the same, so let's consider ... | 84 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
Problem 10.4. Consider the sequence
$$
a_{n}=\cos (\underbrace{100 \ldots 0^{\circ}}_{n-1})
$$
For example, $a_{1}=\cos 1^{\circ}, a_{6}=\cos 100000^{\circ}$.
How many of the numbers $a_{1}, a_{2}, \ldots, a_{100}$ are positive? | Answer: 99.
Solution. Note that for an integer $x$ divisible by 40, the cosines of the angles $x^{\circ}$ and $10 x^{\circ}$ coincide, since the difference between these angles $9 x^{\circ}$ is divisible by $360^{\circ}$. Therefore, $\cos \left(\left(10^{k}\right)^{\circ}\right)=$ $\cos \left(\left(10^{k+1}\right)^{\c... | 99 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
Problem 10.5. A circle $\omega$ is inscribed in trapezoid $A B C D$, and $L$ is the point of tangency of $\omega$ and side $C D$. It is known that $C L: L D=1: 4$. Find the area of trapezoid $A B C D$, if $B C=9$, $C D=30$.

... | 42 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
1. Let's divide the sequence of natural numbers into groups:
$(1),(2,3),(4,5,6)(7,8,9,10), \ldots$
Denote $S_{n}$ as the sum of the $n$-th group of numbers. Find $S_{16}-S_{4}-S_{1}$. | Solution. Note that in the $n$-th group there are $n$ terms and the first one is $\frac{n(n-1)}{2}+$ 1. The last term of the $n$-th group is $\frac{n(n-1)}{2}+1+(n-1)=\frac{n^{2}+n}{2}$. Therefore, $S_{n}=\left(\frac{n(n-1)}{2}+1+\frac{n(n+1)}{2}\right) \cdot \frac{n}{2}=\frac{n\left(n^{2}+1\right)}{2}$. Hence, $S_{16}... | 2021 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
# 8.1. Condition:
A five-digit number is called a hill if the first three digits are in ascending order and the last three digits are in descending order. For example, 13760 and 28932 are hills, while 78821 and 86521 are not hills. How many hills exist that are greater than the number $77777?$
# | # Answer: 36
## Solution.
Suitable slides must start with 7, so the next digit is either 8 or 9. If the second position is occupied by the digit 9, the third digit will not be greater than the second, so the condition is only satisfied by 8. Therefore, the third position is occupied by 9. The last two positions can b... | 36 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
# 8.2. Condition:
A five-digit number is called a pit if the first three digits are in descending order, and the last three digits are in ascending order. For example, 73016 and 98346 are pits, while 88012 and 56821 are not pits. How many pits are there that are less than the number $22222?$ | Answer: 36
## Solution.
Suitable pits must start with 2, so the next is either 1 or 0. If the second position is occupied by the digit 1, then the third digit will not be greater than the second, so the condition is only satisfied by 0. Therefore, the third position is 0. The last two places can be occupied by any tw... | 36 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
11.1. The numbers $2^{2019}$ and $5^{2019}$ are written consecutively. How many digits are written in total? | Answer: 2020.
Solution. Let the number $2^{2019}$ contain $\mathrm{m}$ digits, and the number $5^{2019}$ contain $\mathrm{n}$ digits. Then the following inequalities hold: $10^{\mathrm{m}-1}<2^{2019}<10^{\mathrm{m}}, 10^{\mathrm{n}-1}<5^{2019}<10^{\mathrm{n}}$ (the inequalities are strict because the power of two or f... | 2020 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
4-1. Katya attached a square with a perimeter of 40 cm to a square with a perimeter of 100 cm as shown in the figure. What is the perimeter of the resulting figure in centimeters?
 | Answer: 120.
Solution: If we add the perimeters of the two squares, we get $100+40=140$ cm. This is more than the perimeter of the resulting figure by twice the side of the smaller square. The side of the smaller square is $40: 4=10$ cm. Therefore, the answer is $140-20=120$ cm. | 120 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
4-5. Given a figure consisting of 33 circles. You need to choose three circles that are consecutive in one of the directions. In how many ways can this be done? The image shows three of the desired ways.
 | Answer: 500.
Solution. The perimeter of the figure consists of 3 segments of length 100 and 4 segments of length 50. Therefore, the length of the perimeter is
$$
3 \cdot 100 + 4 \cdot 50 = 500
$$ | 500 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
5-5. Along a straight alley, 400 lamps are placed at equal intervals, numbered in order from 1 to 400. At the same time, from different ends of the alley, Alla and Boris started walking towards each other at different constant speeds (Alla from the first lamp, Boris from the four hundredth). When Alla was at the 55th l... | Answer. At the 163rd lamppost.
Solution. There are a total of 399 intervals between the lampposts. According to the condition, while Allа walks 54 intervals, Boris walks 79 intervals. Note that $54+79=133$, which is exactly three times less than the length of the alley. Therefore, Allа should walk three times more to ... | 163 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
5-6. A rectangular table of size $x$ cm $\times 80$ cm is covered with identical sheets of paper of size 5 cm $\times 8$ cm. The first sheet touches the bottom left corner, and each subsequent sheet is placed one centimeter higher and one centimeter to the right of the previous one. The last sheet touches the top right... | Answer: 77.
Solution I. Let's say we have placed another sheet of paper. Let's look at the height and width of the rectangle for which it will be in the upper right corner.

We will call suc... | 77 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
7-3. A secret object is a rectangle measuring $200 \times 300$ meters. Outside the object, there is a guard at each of the four corners. An intruder approached the perimeter of the secret object from the outside, and all the guards ran to him along the shortest paths along the external perimeter (the intruder remained ... | Answer: 150.
Solution. Note that no matter where the violator is, two guards in opposite corners will run a distance equal to half the perimeter in total.

Therefore, all four guards will ru... | 150 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
7-4. In a giraffe beauty contest, two giraffes, Tall and Spotted, made it to the final. 135 voters are divided into 5 districts, each district is divided into 9 precincts, and each precinct has 3 voters. The voters choose the winner by majority vote in their precinct; in the district, the giraffe that wins the majority... | Answer: 30.
Solution. For High to win the final, he must win in 3 districts. To win in a district, High must win in 5 precincts of that district. In total, he needs to win in at least $3 \cdot 5=15$ precincts. To win in a precinct, at least 2 voters must vote for him. Therefore, at least 30 voters are needed.
Comment... | 30 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
8-1. Two rectangles $8 \times 10$ and $12 \times 9$ are overlaid as shown in the figure. The area of the black part is 37. What is the area of the gray part? If necessary, round the answer to 0.01 or write the answer as a common fraction.
 | Answer: 58.
Solution. Angle $ACD$ is a right angle since it subtends the diameter of the circle.

Therefore, $\angle CAD = 90^{\circ} - \angle CDA = 48^{\circ}$. Also, $AO = BO = CO$ as they... | 58 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
11.4. What is the minimum number of cells that need to be marked on an $8 \times 9$ board so that among any five consecutive cells in a row, column, or diagonal, there is a marked cell
Fig. 11.4a | Answer: 14 cells.
Solution. Example.
See Fig. 11.4a.
Estimate. Let's highlight 14 rectangles of size $\quad 1 \times 5 \quad$ on the board, touching only two central cells (see Fig. 11.4b). In each of them, there must be at least one marked cell, meaning there are at least 14 marked cells.
![](https://cdn.mathpix.c... | 14 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.