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 |
|---|---|---|---|---|---|---|---|---|
7. Find the maximum value of the expression
$$
\left(x_{1}-x_{2}\right)^{2}+\left(x_{2}-x_{3}\right)^{2}+\ldots+\left(x_{2010}-x_{2011}\right)^{2}+\left(x_{2011}-x_{1}\right)^{2}
$$
for $x_{1}, \ldots, x_{2011} \in[0 ; 1]$.
# | # Answer: 2010.
Let's prove this using mathematical induction for $2n+1$ numbers $x_{1}, \ldots, x_{2n+1} \in [0; 1]$. Specifically, we will show that the maximum value of the expression
$$
\left(x_{1}-x_{2}\right)^{2}+\left(x_{2}-x_{3}\right)^{2}+\ldots+\left(x_{2n}-x_{2n+1}\right)^{2}+\left(x_{2n+1}-x_{1}\right)^{2... | 2010 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
10. There are 12 pencils of pairwise different lengths. In how many ways can they be placed in a box in 2 layers of 6 pencils each, so that in each layer the pencils are arranged in increasing order of length (from left to right), and each pencil in the upper layer lies strictly above a pencil in the lower layer and is... | Answer: 132
Let $0 \leqslant m \leqslant n \leqslant 6$. Denote by $K(m, n)$ the set of all arrangements of $m+n$ pencils of different lengths with the conditions: 1) in the bottom row, there are $n$ pencils, starting from the right edge without gaps in decreasing order of length; 2) in the top row, there are also $m$... | 132 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
1. Six natural numbers (possibly repeating) are written on the faces of a cube, such that the numbers on adjacent faces differ by more than 1. What is the smallest possible value of the sum of these six numbers? | Answer: 18.
Solution: Consider three faces that share a common vertex. The numbers on them differ pairwise by 2, so the smallest possible sum would be for $1+3+5=9$. The same can be said about the remaining three faces. | 18 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
2. The Slytherin faculty has 30 students. Some of them are friends (friendship is mutual), but there are no 3 people who are all friends with each other. On New Year's, everyone sent cards to all their friends. What is the maximum number of cards that could have been sent? | Answer: 450.
Solution: Let's find the person with the most friends. Suppose there are no fewer than 15, and denote their number as $15+a$. We will divide the students into two groups: the first group will consist of these $15+a$ students. According to the condition, they cannot be friends with each other, so each of t... | 450 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
4. Given a sequence of natural numbers $a_{n}$, the terms of which satisfy the relations $a_{n+1}=k \cdot \frac{a_{n}}{a_{n-1}}$ (for $n \geq 2$). All terms of the sequence are integers.
It is known that $a_{1}=1$, and $a_{2018}=2020$. Find the smallest natural $k$ for which this is possible. | Answer: 2020
Solution: Let a2=x. Then all terms of the sequence will have the form $x^{m} k^{n}$.
The powers of $k$ will repeat with a period of 6: $0,0,1,2,2,1,0,0, \ldots$
The powers of $x$ will also repeat with a period of 6: $0,1,1,0,-1,-1,0,1, \ldots$
Since 2018 gives a remainder of 2 when divided by 6, then $... | 2020 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
6. Points $A_{1}, \ldots, A_{12}$ are the vertices of a regular 12-gon. How many different 11-segment open broken lines without self-intersections with vertices at these points exist? Broken lines that can be transformed into each other by rotation are considered the same. | Answer: 1024.
Solution: The first vertex of the broken line can be chosen in 12 ways. Each subsequent vertex (except the last one) can be chosen in two ways - it must be adjacent to the already marked vertices to avoid self-intersections. The last vertex is chosen uniquely. We get $12^{*} 2^{10}$ ways. Considering 12 ... | 1024 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
7. Find the smallest three-digit number with the property that if a number, which is 1 greater, is appended to it on the right, then the result (a six-digit number) will be a perfect square. Answer: 183 | Solution: Let the required number be \(a\), then \(1000a + a + 1 = n^2\). We can write it as: \(1001a = (n - 1)(n + 1)\). Factorize \(1001 = 7 \times 11 \times 13\), so the product \((n - 1)(n + 1)\) must be divisible by 7, 11, and 13. Moreover, for the square to be a six-digit number, \(n\) must be in the interval \([... | 183 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
17. In a regular 1000-gon, all diagonals are drawn. What is the maximum number of diagonals that can be selected such that among any three of the selected diagonals, at least two have the same length? | Answer: 2000
Solution: For the condition of the problem to be met, it is necessary that the lengths of the diagonals take no more than two different values. The diagonals connecting diametrically opposite vertices are 500. Any other diagonal can be rotated to coincide with a diagonal of the corresponding length, i.e.,... | 2000 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
18. In how many ways can the number 1024 be factored into three natural factors such that the first factor is divisible by the second, and the second is divisible by the third? | Answer: 14
Solution: Note that the factors have the form $2^{a} \times 2^{b} \times 2^{c}$, where $\mathrm{a}+\mathrm{b}+\mathrm{c}=10$ and $a \geq b \geq c$. Obviously, $c$ is less than 4, otherwise the sum would be greater than 10. Let's consider the cases:
$c=0)$ Then $b=0, \ldots, 5, a=10-b-6$ options
$c=1)$ The... | 14 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
19. Find the last two digits of the sum
$$
1^{2}+2^{2}+\ldots+50^{2}-51^{2}-\ldots-100^{2}+101^{2}+\ldots 150^{2}-151^{2}-\ldots 200^{2}+\ldots-2000^{2}+2001^{2}+\ldots+2017^{2}
$$
(i.e., 50 numbers with a plus sign, 50 with a minus sign, and so on.) | # Answer: 85
Solution: Note that the numbers $\mathrm{n}^{2}$ and $(\mathrm{n}+50)^{2}$ give the same remainder when divided by 100. Therefore, in each hundred, the sum will end in two zeros. The last digits of the squares from 2001 to 2017 are:
| 01 | 04 | 09 | 16 | 25 | 36 | 49 | 64 | 81 | 00 | 21 | 44 | 69 | 96 | ... | 85 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
20. Find the sum of the fourth powers of the real roots of the equation
$$
x^{4}-1000 x^{2}+2017=0
$$ | # Answer: 1991932
Solution: The roots of the equation are of the form $\pm \sqrt{t_{1}}, \pm \sqrt{t_{2}}$, where $t_{1,2}$ are the roots of the equation $t^{2}-1000 t+2017=0$. Therefore, the sum of the fourth powers is $2\left(t_{1}^{2}+t_{2}^{2}\right)=2\left(t_{1}+t_{2}\right)^{2}-4 t_{1} t_{2}=2 \cdot 1000^{2}-4 \... | 1991932 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
1. We will call a number "remarkable" if it has exactly 4 distinct natural divisors, and among them, there are two such that neither is a multiple of the other. How many "remarkable" two-digit numbers exist? | Answer 36.
Solution: Such numbers must have the form $p_{1} \cdot p_{2}$, where $p_{1}, p_{2}$ are prime numbers. Note that the smaller of these prime numbers cannot be greater than 7, otherwise the product will be at least 121. It is sufficient to check $p_{1}=2,3,5,7$. For 2, we get the second factor: 3, 5, 7, 11, 1... | 36 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
2. Arrange the smallest square area using square tiles of sizes $1 \times 1$, $2 \times 2$, and $3 \times 3$, such that the number of tiles of each size is the same. | Answer:

Solution. Let $n$ be the number of squares of each type. Then $n + 4n + 9n = 14n$ must be a perfect square. The smallest $n$ for which this is possible is 14. The figure shows an exa... | 14 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
3. The company conducted a survey among its employees - which social networks they use: VKontakte or Odnoklassniki. Some employees said they use VKontakte, some - Odnoklassniki, some said they use both social networks, and 40 employees said they do not use social networks. Among all those who use social networks, 75% u... | Answer: 540
Solution: Since 75% of social media users use VKontakte, it follows that only 25% use Odnoklassniki. Additionally, 65% use both networks, so in total, Odnoklassniki is used by $65+25=90\%$ of social media users. These $90\%$ constitute $5 / 6$ of the company's employees, so $100\%$ constitutes $10 / 9 * 5 ... | 540 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
4. In a regular 2017-gon, all diagonals are drawn. Petya randomly selects some $\mathrm{N}$ diagonals. What is the smallest $N$ such that among the selected diagonals, there are guaranteed to be two of the same length? | Answer: 1008.
Solution: Let's choose an arbitrary vertex and consider all the diagonals emanating from it. There are 2014 of them, and by length, they are divided into 1007 pairs. Clearly, by rotating the polygon, any of its diagonals can be aligned with one of these. Therefore, there are only 1007 different sizes of ... | 1008 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
7. How many zeros does the number
$$
(1 \underbrace{000 \ldots 001}_{2017 \text { zeros }})^{2017}-1 ?
$$
end with? | Answer 2018
Solution: Factorize:
$(1 \underbrace{000 \ldots 001}_{2017 \text { zeros }})^{2017}-1=(1 \underbrace{000 \ldots 00}_{2017 \text { zeros }} 1-1) \times(1 \underbrace{000 \ldots 00}_{2017 \text { zeros }} 1^{2016}+1 \underbrace{000 \ldots 00}_{2017 \text { zeros }} 1^{2015}+$
$\ldots .+1 \underbrace{000 \l... | 2018 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
2. Petya is coming up with a password for his smartphone. The password consists of 4 decimal digits. Petya wants the password not to contain the digit 7, and at the same time, the password should have at least two (or more) identical digits. In how many ways can Petya do this? | Answer 3537.
Solution: The total number of passwords not containing the digit 7 is $9^{4}=6561$. Of these, 9 98x7x6=3024 consist of different digits. Therefore, 6561-3024=3537 passwords contain identical digits. | 3537 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
3. In the computer center, there are 200 computers, some of which (in pairs) are connected by cables, a total of 345 cables are used. We will call a "cluster" a set of computers such that a signal from any computer in this set can reach all other computers via cables (possibly through intermediate computers). Initially... | Answer: 153.
Solution: Let's try to imagine the problem this way: an evil hacker has cut all the wires. What is the minimum number of wires the admin needs to restore to end up with 8 clusters? Obviously, by adding a wire, the admin can reduce the number of clusters by one. This means that from 200 clusters, 8 can be ... | 153 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
4. In trapezoid $A B C D$ with bases $A D / / B C$
diagonals intersect at point $E$. It is known that
the areas $S(\triangle A D E)=12$ and $S(\triangle B C E)=3$. Find
the area of the trapezoid. | Answer: 27

Solution: Triangles ADE and CBE are similar, their areas are in the ratio of the square of the similarity coefficient. Therefore, this coefficient is 2. This means that point E d... | 27 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
6. Find the smallest natural number ending in the digit 2 that doubles when this digit is moved to the beginning. | Answer: 105263157894736842
Solution: Let's write the number in the form ***...** 2 and gradually restore the "asterisks" by multiplying by 2:
$* * * . . . * * 2 \times 2=* * * . . * * 4$
$* * * . . . * 42 \times 2=* * * . . . * 84$
$* * * \ldots * 842 \times 2=* * * \ldots * 684$
$* * * . . * 6842 \times 2=* * * \... | 105263157894736842 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
1. Find the smallest $n \geq 2017$, such that $1^{\mathrm{n}}+2^{\mathrm{n}}+3^{\mathrm{n}}+4^{\mathrm{n}}$ is not divisible by 10. | Answer: 2020.
Solution: Powers of 1 always end in 1. The last digit of powers of 2 changes with a period of 4:

$2,4,8,6$. Powers of 3 also follow the pattern $3,9,7,1$. Powers of 4 change... | 2020 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
4. In the Empire of Westeros, there were 1000 cities and 2017 roads (each road connected some two cities). From any city, you could travel to any other. One day, an evil wizard enchanted $N$ roads, making it impossible to travel on them. As a result, 7 kingdoms formed, such that within each kingdom, you could travel fr... | Answer: 1024.
Solution: Suppose the evil wizard enchanted all 2017 roads. This would result in 1000 kingdoms (each consisting of one city). Now, imagine that the good wizard disenchants the roads so that there are 7 kingdoms. He must disenchant at least 993 roads, as each road can reduce the number of kingdoms by no m... | 1024 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
5. Jack Sparrow needed to distribute 150 piastres into 10 purses. After placing a certain number of piastres in the first purse, he put more in each subsequent purse than in the previous one. As a result, it turned out that the number of piastres in the first purse was not less than half the number of piastres in the l... | Answer: 16
Solution: Let there be $\mathrm{x}$ piastres in the first purse. Then in the second there are no less than $\mathrm{x}+1$, in the third - no less than $\mathrm{x}+2$... in the 10th - no less than $\mathrm{x}+9$. Thus, on the one hand, $x+$ $x+1+\cdots+x+9=10 x+45 \leq 150$, from which $x \leq 10$. On the ot... | 16 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
2. At the international StarCraft championship, 100 participants gathered. The game is played in a knockout format, meaning in each match, two players compete, the loser is eliminated from the tournament, and the winner remains. Find the maximum possible number of participants who won exactly two games. | Answer: 49
Solution: each participant (except the winner) lost one game to someone. There are 99 such participants, which means no more than 49 participants could have won 2 games (someone must lose 2 games to them).
We will show that there could have been 49. Let's say β3 won against β1 and β2, β5 - against β3 and β... | 49 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
3. We will call a number "remarkable" if it has exactly 4 distinct natural divisors, and among them, there are two such that neither is a multiple of the other. How many "remarkable" two-digit numbers exist? | Answer 36.
Solution: Such numbers must have the form $p_{1} \cdot p_{2}$, where $p_{1}, p_{2}$ are prime numbers. Note that the smaller of these prime numbers cannot be greater than 7, because otherwise the product will be at least 121. It is sufficient
. Then all the grid lines inside the triangle were outlined. What is the maximum number of triangles that can be found in this drawing?
# | # Answer: 28 triangles
Solution: One of the sides of the triangle must be inclined, i.e., lie on the segment BC. If we fix some diagonal segment, the remaining vertex is uniquely determined. That is, we need to choose 2 points out of 8, which can be done in $7 \times 8 \backslash 2=28$ ways. | 28 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
6. Find all three-digit numbers $\overline{\Pi B \Gamma}$, consisting of distinct digits Π, B, and Π, for which the equality $\overline{\Pi B \Gamma}=(Π+B+\Gamma) \times(Π+B+\Gamma+1)$ holds. | Answer: 156.
Solution: Note that $P+B+\Gamma \geq 3$ and $\leq 24$ (since the digits are different). Moreover, the numbers $\overline{P B \Gamma}$ and $(P + B + \Gamma)$ should give the same remainder when divided by 9. This is only possible when $P+B+\Gamma$ is a multiple of 3. Note that $P+B+\Gamma=9$ does not work,... | 156 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
7. Given a cube $A B C D A_{1} B_{1} C_{1} D_{1}$. We will call a point "equidistant" if there exist two vertices of the cube for which this point is the midpoint of the segment. How many "equidistant" points are there in the cube | Answer: 19.
Solution: Midpoints of 12 edges, centers of 6 faces, and the center of the cube. | 19 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
8. Let $x_{1}, x_{2}$ be the roots of the equation $x^{2}-x-3=0$. Find $\left(x_{1}^{5}-20\right) \cdot\left(3 x_{2}^{4}-2 x_{2}-35\right)$. | Answer: -1063.
Solution: If $x$ is one of the roots of the equation, then $x^{2}=x+3$. Squaring, we get $x^{4}=$ $x^{2}+6 x+9=7 x+12$. Multiplying by $x$, we get $x^{5}=7 x^{2}+12 x=19 x+21$. Substituting the roots of the equation for $x$, we get: $\left(x_{1}^{5}-20\right) \cdot\left(3 x_{2}^{4}-2 x_{2}-35\right)=\le... | -1063 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
4. On graph paper, a stepped right-angled triangle with legs equal to 6 cells (see fig.) was drawn. Then all the grid lines inside the triangle were outlined. What is the maximum number of rectangles that can be found in this drawing? | Answer: 126
Solution: For each cell, find the number of rectangles in which this cell is the top right corner. This is not difficult to do, you can simply multiply the cell number horizontally and vertically (if starting from the lower left corner and numbering from one).
| | | | | | | |
| :--- | :--- | :--- |... | 126 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
8. Let $x_{1}, x_{2}$ be the roots of the equation $x^{2}-x-4=0$. Find $\left(x_{1}^{5}-20 x_{1}\right) \cdot\left(x_{2}^{4}+16\right)$. | Answer 76
Solution: If $x$ is one of the roots of the equation, then $x^{2}=x+4$. Squaring, we get $x^{4}=$ $x^{2}+8 x+16=9 x+20$. Multiplying by $x$, we get $x^{5}=9 x^{2}+20 x=29 x+36$. Substituting $x$ with the roots of the equation, we get: $\left(x_{1}^{5}-20 x_{1}\right) \cdot\left(x_{2}^{4}+16\right) .=\left(29... | 76 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
8. Find $\sqrt{\frac{x}{63}-32} \times \sqrt{\frac{y}{63}-32}$, given that $\frac{1}{x}+\frac{1}{y}=\frac{1}{2016}$.
ANSWER: 32. | Solution: Let's make the substitution: $a=x / 63, b=y / 63$. Then we can rewrite the condition as: find $\sqrt{(a-32) \cdot(b-32)}$, given that $\frac{1}{a}+\frac{1}{b}=\frac{1}{32}$, i.e., $a b=32(a+b)$. Transforming: $\sqrt{(a-32) \cdot(b-32)}=\sqrt{a b-32(a+b)+1024}=32$. | 32 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
3. Find the smallest $n>2016$, such that $1^{n}+2^{n}+3^{n}+4^{n}$ is not divisible by 10. | Answer: 2020.
Solution: Powers of 1 always end in 1. The last digit of powers of 2 changes with a period of 4: 2,4,8,6. Powers of 3 also change with a period of 4: 3,9,7,1. Powers of 4 change with a period of 2: 4,6,4,6. That is, the last digit will repeat with a period of 4. Checking for $n=1,2,3$ we get that the las... | 2020 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
4. Masha has 2 kg of "Swallow" candies, 3 kg of "Truffle" candies, 4 kg of "Bird's Milk" candies, and 5 kg of "Citron" candies. What is the maximum number of New Year's gifts she can make if each gift must contain 3 different types of candies, 100 grams of each? | Answer: 45
Solution: Even if Masha puts "Citron" in all the gifts, she will still have 2+3+4 = 9 kg of candies left, and in each gift, she must put at least 200g (and if she doesn't put Citron in all of them, then more than 200g). This means there can be no more than 45 gifts. 45 gifts can be made if she creates 5 gif... | 45 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
6. In the Empire of Westeros, there were 1000 cities and 2017 roads (each road connected some two cities). From any city, you could travel to any other. One day, an evil wizard enchanted $N$ roads, making it impossible to travel on them. As a result, 7 kingdoms formed, such that within each kingdom, you could travel fr... | # Answer 1024.
Solution: Suppose the evil wizard enchanted all 2017 roads. This would result in 1000 kingdoms (each consisting of one city). Now, imagine that the good wizard disenchants the roads so that there are 7 kingdoms. He must disenchant at least 993 roads, as each road can reduce the number of kingdoms by no ... | 1024 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
5. In a regular $1000-$gon, all diagonals are drawn. What is the maximum number of diagonals that can be selected such that among any three of the selected diagonals, at least two have the same length? | Answer: 2000
Solution: For the condition of the problem to be met, it is necessary that the lengths of the diagonals take no more than two different values. The diagonals connecting diametrically opposite vertices are 500. Any other diagonal can be rotated to coincide with a diagonal of the corresponding length, i.e.,... | 2000 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
2. How many natural numbers from 1 to 2017 have exactly three distinct natural divisors? | Answer: 14.
Solution: Only squares of prime numbers have exactly three divisors. Note that $47^{2}>2017$, so it is sufficient to consider the squares of prime numbers from 2 to 43. There are 14 of them. | 14 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
4. Petya is coming up with a password for his smartphone. The password consists of 4 decimal digits. Petya wants the password not to contain the digit 7, and at the same time, the password should have at least two (or more) identical digits. In how many ways can Petya do this? | # Answer 3537.
Solution: The total number of passwords not containing the digit 7 will be $9^{4}=6561$. Among these, 9x8x7x6=3024 consist of different digits. Therefore, the number of passwords containing identical digits is 6561-3024=3537 passwords. | 3537 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
5. In the computer center, there are 200 computers, some of which (in pairs) are connected by cables, a total of 345 cables are used. We will call a "cluster" a set of computers such that a signal from any computer in this set can reach all the others via the cables. Initially, all computers formed one cluster. But one... | Answer: 153.
Solution: Let's try to imagine the problem this way: an evil hacker has cut all the wires. What is the minimum number of wires the admin needs to restore to end up with 8 clusters? Obviously, by adding a wire, the admin can reduce the number of clusters by one. This means that from 200 clusters, 8 can be ... | 153 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
3. At the international StarCraft championship, 100 participants gathered. The game is played in a knockout format, meaning in each match, two players compete, the loser is eliminated from the tournament, and the winner remains. Find the maximum possible number of participants who won exactly two games? | Answer: 49
Solution: Each participant (except the winner) lost one game to someone. There are 99 such participants, so no more than 49 participants could have won 2 games (someone must lose 2 games to them).
We will show that there could be 49. Let's say β3 won against β1 and β2, β5 - against β3 and β4, ... β99 - aga... | 49 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
5. On graph paper, a right-angled triangle with legs equal to 7 cells was drawn (see fig.). Then all the grid lines inside the triangle were outlined. What is the maximum number of triangles that can be found in this drawing? | Answer: 28 triangles
Solution: One of the sides of the triangle must go at an

angle, i.e., lie on the segment BC. If we fix some diagonal segment, the remaining vertex is uniquely determine... | 28 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
6. Find all three-digit numbers $\overline{\Pi B \Gamma}$, consisting of distinct digits $\Pi, B$, and $\Gamma$, for which the equality $\overline{\Pi B \Gamma}=(\Pi+B+\Gamma) \times(\Pi+B+\Gamma+1)$ holds. | Answer: 156.
Solution: Note that Π+Π $\overline{\Pi Π \Gamma}$ and (Π + Π + Π) should give the same remainder when divided by 9. This is only possible when $Π+Π+\Gamma$ is a multiple of 3. Note that $Π+Π+\Gamma=9$ - does not work, because (Π + Π + $\Gamma) \times(Π+B+\Gamma+1)=90$-two-digit. By trying $12,15,18,21,24$... | 156 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
2. How many three-digit natural numbers have an even number of distinct natural divisors? | Answer: 878.
Solution: Note that only perfect squares have an odd number of divisors (for non-squares, divisors can be paired with their complements). There are 900 three-digit numbers in total. Among them, the perfect squares are $10^{2}, 11^{2}, \ldots, 31^{2}=961$ ( $32^{2}=1024-$ is a four-digit number). There are... | 878 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
3. At the international table tennis championship, 200 participants gathered. The game is played in a knockout format, i.e., in each match, two players participate, the loser is eliminated from the championship, and the winner remains. Find the maximum possible number of participants who won at least three matches. | Answer: 66.
Solution: Each participant (except the winner) lost one game to someone. There are 199 such participants, so no more than 66 participants could have won 3 games (someone must lose 3 games to them).
We will show that there could be 66 such participants. Let β4 win against β1,2,3; β7 - against β4,5,6,... β1... | 66 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
1. Can you use the four arithmetic operations (and also parentheses) to write the number 2016 using the digits 1, 2, 3, 4, 5, 6, 7, 8, 9 in sequence? | Answer: $1 \cdot 2 \cdot 3 \cdot(4+5) \cdot 6 \cdot 7 \cdot 8: 9=2016$. | 2016 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
2. Anya did not tell Misha how old she is, but she informed him that on each of her birthdays, her mother puts as many coins into the piggy bank as Anya is turning years old. Misha estimated that there are no fewer than 110 but no more than 130 coins in the piggy bank. How old is Anya? | Answer: 15. Solution. Either use the formula for the sum of an arithmetic progression: $110 \leq \frac{1+n}{2} n \leq 130$, or simply calculate the sum "brute force". | 15 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
7. The number $n+2015$ is divisible by 2016, and the number $n+2016$ is divisible by 2015. Find the smallest natural $n$ for which this is possible.
ANS: 4058209. | Solution. According to the condition $\left\{\begin{array}{l}n+2015=2016 m, \\ n+2016=2015 k .\end{array}\right.$ From this, $2016 m-2015 k=-1$. The solution of this equation in integers: $m=-1+2015 p, k=-1+2016 p$. Therefore, $n+2015=2016(-1+2015 p)=-2016+2016 \cdot 2015 p$, which means $n=-2015-2016+2016 \cdot 2015 p... | 4058209 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
2. Kolya is twice as old as Olya was when Kolya was as old as Olya is now. And when Olya is as old as Kolya is now, their combined age will be 36 years. How old is Kolya now?
ANS: 16 years. | Solution: Let $x$ be Kolya's current age, $y$ be Olya's age. We can set up the system $\mathrm{x}=2(y-(x-y)) ; x+(x-y)+y+(x-y)=36$. Solving it: $x=16, y=12$. | 16 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
5. How many five-digit numbers of the form $\overline{a b 16 c}$ are divisible by 16? $(a, b, c-$ arbitrary digits, not necessarily different).
ANSWER: 90. | Solution: Note that the first digit does not affect divisibility, hence, a=1,..,9. On the other hand, divisibility by 8 implies that c=0 or 8. If c=0, then $b$ must be even, and if $c=8$ - odd. In both cases, we get 5 options, from which the total number is $9 *(5+5)=90$. | 90 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
2. Philatelist Andrey decided to distribute all his stamps equally into 3 envelopes, but it turned out that one stamp was extra. When he distributed them equally into 5 envelopes, 3 stamps were extra; finally, when he distributed them equally into 7 envelopes, 5 stamps remained. How many stamps does Andrey have in tota... | Solution. If the desired number is $x$, then the number $x+2$ must be divisible by 3, 5, and 7, i.e., it has the form $3 \cdot 5 \cdot 7 \cdot p$. Therefore, $x=105 p-2$. Since by the condition $150<x \leq 300$, then $p=2$. Therefore, $x=208$. | 208 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
1. Find the smallest natural number $N$ such that $N+2$ is divisible (without remainder) by 2, $N+3$ by 3, ..., $N+10$ by 10.
ANSWER: 2520. | Solution: Note that $N$ must be divisible by $2,3,4, \ldots, 10$, therefore, N= LCM $(2,3,4, . ., 10)=2^{3} \times 3^{2} \times 5 \times 7=2520$. | 2520 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
3. $A B C D E F$ - a regular hexagon, point O - its center. How many different isosceles triangles with vertices at the specified seven points can be constructed? Triangles that differ only in the order of vertices are considered as
.
$ and $f(x, y)$ in this chain, there are no other solutions to the equation.
Suppose such a solution $(\alpha, \beta)$ does exist, then $(x, y)<(\alpha, \beta)<f(x, y)$. Apply the mapping $g$, which is the inverse of $f: g(x, y)=(3 x-2 y,-4 x+3 y)$, to all parts of this inequal... | Answer: 696.
V-2. The summer vacation residents of Flower City, Know-it-all and Don't-know-it, spent in a large 15-story hotel by the sea. Know-it-all noticed that the sum of all room numbers from the first to his own, inclusive, is twice the sum of all room numbers from the first to the one where Don't-know-it stayed... | 539 | Number Theory | proof | Yes | Yes | olympiads | false |
4. A certain 4-digit number is a perfect square. If you remove the first digit from the left, it becomes a perfect cube, and if you remove the first 2 digits, it becomes a fourth power of an integer. Find this number. | Answer: 9216.
Solution: Only 16 and 81 are two-digit fourth powers. But 81 does not work, since no three-digit cube ends in $81\left(5^{3}=125,7^{3}=343,9^{3}=729\right)$. But 16 is the ending of $6^{3}=216$. Next, we look for a perfect square that ends in 216. | 9216 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
5. How many natural numbers from 1 to 2015 inclusive have a sum of digits that is a multiple of 5? | Answer: 402.
Solution: Note that among ten numbers of the form $\overline{a 0}, \ldots, \overline{a 9}$, exactly two numbers have a sum of digits that is a multiple of five. Thus, among the numbers from 10 to 2009, there are exactly 200 such tens, and therefore, 400 such numbers. Considering also the numbers 5 and 201... | 402 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
5. Drop perpendiculars $D D_{1}, D D_{2}, D D_{3}$ from point $D$ to the planes $S B C$, $S A C$, and $S A B$ respectively. Let $D D_{1}=x, D D_{2}=y, D D_{3}=z$. According to the condition, we form the system of equations
$$
\left\{\begin{array}{l}
y^{2}+z^{2}=5 \\
x^{2}+z^{2}=13 \\
x^{2}+y^{2}=10
\end{array}\right.
... | Answer: 27.
Answer to option 17-2: 108.
Answer to option $17-3: 27$.
Answer to option $17-4: 108$.
[^0]: ${ }^{1}$ This equality can be proven by expressing $B C^{2}$ from two triangles $B A C$ and $B D C$ using the planimetric cosine theorem. | 27 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
Let $x, y, z$ be the number of students in the categories of biology, physics, and chemistry, respectively. Then, according to the problem, we get the system of equations:
$$
\left\{\begin{array} { l }
{ 5 x = 2 ( y + z ) , } \\
{ 7 z = 3 ( x + y ) . }
\end{array} \Rightarrow \left\{\begin{array} { l }
{ 5 x - 2 y =... | Answer: 29. Answer to option: 4-2: 11.
# | 29 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
5. The solution can only exist if $a \in\left\{-\frac{\pi}{12}\right\} \cup\left(0 ; \frac{\pi}{12}\right]$, since otherwise the left side of the equation is either undefined or strictly positive. When $a=-\frac{\pi}{12}$, the equation becomes $2|x-16|=0$. Therefore, when $a=-\frac{\pi}{12}$, $x=16$. If $a \in\left(0 ;... | Answer: $x=16$ when $a=-\frac{\pi}{12}$. For other $a$, there are no solutions. Answer to option $5-2: x=-16$ when $a=\frac{\pi}{12}$. For other $a$, there are no solutions.
Lomonosov Moscow State University
## Olympiad "Conquer Sparrow Hills"
Option $6-1$ (Nizhny Novgorod) | 16 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
5. Let's introduce the function $g(x)=f(x)+(x-2021)^{2}-4$. For this function, the conditions $g(2019)=g(2020)=g(2021)=g(2022)=g(2023)=0$ are satisfied, meaning that the function $g(x)$ has 5 roots. Since it is a polynomial of the 5th degree, it has no other roots. Therefore,
$$
g(x)=(x-2019)(x-2020)(x-2021)(x-2022)(x... | Answer: -125. Answer to option: 7-2: -115. 7-3: 115. 7-4: 125. | -125 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
5. Find the largest three-digit number that is divisible by the sum of its digits and in which the first digit matches the third, but does not match the second. | Answer: 828.
Solution: Let this number be $\overline{a b a}=100 a+10 b+a$, where $a \neq b$. It must be divisible by $2 a+b$, so $101 a+10 b-10(2 a+b)=81 a$ is also divisible by $2 a+b$.
Since we need to find the largest such number, consider $a=9$. Then $81 a=729=3^{6}$, i.e., all divisors are powers of three, so $1... | 828 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
6. Solve the equation in natural numbers
$$
a b c + a b + b c + a c + a + b + c = 164
$$
In your answer, specify the product $a b c$. | Answer: 80.
Solution: $(a+1) \times(b+1) \times(c+1)=a b c+a b+b c+a c+a+b+c+1=$ $165=3 \times 5 \times 11$, therefore, $a=2, b=4$ and $c=10$. Note that the solution is unique up to the permutation of $a, b$ and $c$, since $3,5,11$ are prime numbers.
## 2013/2014 Academic Year CRITERIA FOR DETERMINING WINNERS AND PRI... | 80 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
9.6. In a certain company, there are 100 shareholders, and any 66 of them own no less than $50 \%$ of the company's shares. What is the largest percentage of all shares that one shareholder can own? | Solution. Let M be the shareholder owning the largest percentage of shares - x percent of shares. Divide the other 99 shareholders into three groups A, B, and
C, each with 33 shareholders. Let them own a, b, c percent of shares, respectively. Then
$$
2(100-x)=2(a+b+c)=(a+b)+(b+c)+(c+a) \geq 50+50+50
$$
That is, $x \... | 25 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
6.1. A ticket to the Historical Museum costs 300 rubles for an adult and 60 rubles for a schoolchild, while pensioners can visit the museum for free. There is also a
"family ticket" for two adults and two children, which costs 650 rubles. What is the minimum amount in rubles that a family, including a father, a mother... | Solution. All possible options are presented in the table.
| Grandmother | Father | Mother | 1st child | 1st child | 1st child | 1st child | Total cost, RUB |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| free | "adult" ticket 300 | "adult" ticket 300 | "child" 60 | "child" 60 | "child" 60 | "chi... | 770 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
1. When one of two integers was increased 1996 times, and the other was reduced 96 times, their sum did not change. What can their quotient be | Solution. Let the first number be x, and the second y. Then the equation $1996 x+\frac{y}{96}=x+y$ must hold, from which we find that 2016x=y. Therefore, their quotient is 2016 or $\frac{1}{2016}$.
Answer: 2016 or $\frac{1}{2016}$.
Criteria: Full solution - 7 points; correct answer without solution 1 point. | 2016 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
4. On a line, 3025 points are marked. The midpoints of every two of the marked points are painted green, blue, or red. Prove that the number of points painted in one of the colors on the line is at least 2016. | Solution. Let's start by considering three points. Obviously, for three points on a line, the midpoints of each pair of them are three different points. Consider the extreme point on the line. The midpoints between it and the two nearest points to it are two points that are not midpoints of any other points. If we remo... | 2016 | Combinatorics | proof | Yes | Yes | olympiads | false |
1. When one of two integers was increased 1996 times, and the other was reduced 96 times, their sum did not change. What can their quotient be? | Solution. Let the first number be x, and the second y. Then the equation $1996 x + \frac{y}{96} = x + y$ must hold, from which we find that $2016 x = y$. Therefore, their quotient is 2016 or $\frac{1}{2016}$.
Answer: 2016 or $\frac{1}{2016}$.
Criteria: Full solution - 7 points; correct answer without solution 1 point... | 2016 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
8.6. Ostap Bender put new tires on the car "Gnu Antelope". It is known that the front tires of the car wear out after 25,000 km, while the rear tires wear out after 15,000 km (the tires are the same both in the front and in the rear, but the rear ones wear out more). After how many kilometers should Ostap Bender swap t... | Solution. Let Ostap Bender swap the tires after x kilometers. Then the rear tires have used up [x/15000] of their resource, and the front tires [x/25000]. After the swap, they can work for another
$$
25000 \cdot\left(1-\frac{x}{15000}\right) \text { and } 15000 \cdot\left(1-\frac{x}{25000}\right)
$$
kilometers, respe... | 9375 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
5.3. To number the pages of a book, a total of 1392 digits were used. How many pages are in this book? | Solution. The first nine pages will require 9 digits, and for the next 90 pages, 2 digits are needed for each page, which means 2 * 90 digits are required. Let the book have x pages, then the pages with three digits will be x - 99, and the digits on them will be 3 * (x - 99). We get the equation: $9 + 2 \cdot 90 + 3 \c... | 500 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
7.2. There are 30 logs with lengths of 3 and 4 meters, the total length of which is 100 meters. How many cuts can be made to saw the logs into logs of 1 meter length? (Each cut saws exactly one log.)
# | # Solution.
First solution. Glue all the logs into one 100-meter log.
To divide it into 100 parts, 99 cuts are needed, 29 of which have already been made.
Second solution. If there were $m$ three-meter logs and $n$ four-meter logs,
then $m+n=30, 3m+4n=100$, from which $m=20, n=10$. Therefore, $20 \cdot 2 + 10 \cdot... | 70 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
3.1. Find all pairs of two-digit natural numbers for which the arithmetic mean is $25 / 24$ times greater than the geometric mean. In your answer, specify the largest of the arithmetic means for all such pairs. | Answer: 75.
Solution: Let $a, b$ be the required numbers (without loss of generality, we can assume that $a > b$) and let $\frac{a+b}{2}=25x$ and $\sqrt{ab}=24x$. Then $(\sqrt{a}+\sqrt{b})^2=a+b+2\sqrt{ab}=98x$ and $(\sqrt{a}-\sqrt{b})^2=$ $a+b-2\sqrt{ab}=2x$. From this, it follows that $\sqrt{a}+\sqrt{b}=7(\sqrt{a}-\... | 75 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
4.1. All natural numbers from 1 to 2017 inclusive were written in a row. How many times was the digit 7 written? | Answer: 602.
Solution. First, consider the numbers from 1 to 2000. Then the digit 7 can be in the third position from the end: numbers of the form $7 * *$ or $17 * *$ - there are 200 such numbers. It can be in the second position: $* 7 *$ or $1 * 7 *$ - there are also 200 such numbers; or the last position: $* * 7$ or... | 602 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
5.1. At the vertices of a cube, numbers $\pm 1$ are placed, and on its faces - numbers equal to the product of the numbers at the vertices of that face. Find all possible values that the sum of these 14 numbers can take. In your answer, specify their product. | Answer: -20160.
Solution. It is obvious that the maximum value of the sum is 14. Note that if we change the sign of one of the vertices, the sum of the numbers in the vertices will increase or decrease by 2. On the other hand, the signs of three faces will change. If their sum was $1, -1, 3, -3$, it will become $-1, 1... | -20160 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
6.1. How many numbers from 1 to 1000 (inclusive) cannot be represented as the difference of two squares of integers | Answer: 250.
Solution. Note that any odd number $2n+1$ can be represented as $(n+1)^{2}-n^{2}$. Moreover, an even number that is a multiple of 4 can be represented as $4n=(n+1)^{2}-(n-1)^{2}$. The numbers of the form $4n+2$ remain. Note that a square can give remainders of 0 or 1 when divided by 4, so numbers of the f... | 250 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
5.1. How many four-digit numbers exist that contain the digit 9 in their notation, immediately followed by the digit 5? | Answer: 279.
Solution. For numbers of the form $95 * *$, the last two digits can be anything - there are $10 \cdot 10=100$ such numbers, and for numbers of the form $* 95 *$ and $* * 95$, the first digit cannot be 0, so there are $10 \cdot 9=90$ of each. The number 9595 was counted twice, so we get 279 numbers. | 279 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
6.1. All natural numbers from 1 to 2017 inclusive were written in a row. How many times was the digit 7 written? | Answer: 602.
Solution. First, consider the numbers from 1 to 2000. Then the digit 7 can be in the third position from the end: numbers of the form $7 * *$ or $17 * *$ - there are 200 such numbers. It can be in the second position: $* 7 *$ or $1 * 7 *$ - there are also 200 such numbers; or the last position: $* * 7$ or... | 602 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
7.1. How many numbers from 1 to 1000 (inclusive) cannot be represented as the difference of two squares of integers | Answer: 250.
Solution. Note that any odd number $2 n+1$ can be represented as $(n+1)^{2}-n^{2}$. Moreover, an even number that is a multiple of 4 can be represented as $4 n=(n+1)^{2}-(n-1)^{2}$. The numbers of the form $4 n+2$ remain. Note that a square can give remainders of 0 or 1 when divided by 4, so numbers of th... | 250 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
3.1. Among all integer solutions of the equation $20 x+19 y=2019$, find the one for which the value of $|x-y|$ is minimal. In the answer, write the product $x y$. | Answer: 2623.
Solution. One of the solutions to the equation is the pair $x=100, y=1$. Therefore, the set of all integer solutions is $x=100-19 n, y=1+20 n, n \in \mathbb{Z}$. The absolute difference $|x-y|=$ $|100-19 n-1-20 n|=|99-39 n|$ is minimized when $n=3$, and the corresponding solution is $(x, y)=(43,61)$. We ... | 2623 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
4.1. A teacher at a summer math camp took with him for the whole summer several shirts, several pairs of pants, several pairs of shoes, and two jackets. At each lesson, he wore pants, a shirt, and shoes, and he wore a jacket on some lessons. On any two lessons, at least one of the items of his clothing or shoes was dif... | Answer: 126.
Solution: Let the teacher bring $x$ shirts, $y$ pairs of trousers, $z$ pairs of shoes, and 2 jackets. Then he can conduct $3 x y z$ lessons (the number 3 means: 2 lessons in each of the jackets and 1 lesson without a jacket). If he has one more shirt, the number of lessons will increase by $3 y z$. If he ... | 126 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
4.4. A teacher at a summer math camp took with him for the whole summer several shirts, several pairs of pants, several pairs of shoes, and two jackets. At each lesson, he wore pants, a shirt, and shoes, and he wore a jacket on some lessons. On any two lessons, at least one of the items of his clothing or shoes was dif... | Answer: 216.
Note. In versions $4.2,4.3,4.4$, answers $252,360,420$ respectively are also counted as correct. | 216 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
8.1. It is known that $P(x)$ is a polynomial of degree 9 and $P(k)=2^{k}$ for all $k=1,2,3, \ldots, 10$. Find $P(12)$. | Answer: 4072.
Solution. Let $P(x)$ be a polynomial of degree $n$ and $P(k)=2^{k}$ for all $k=1,2,3, \ldots, n+1$. We will find $P(n+m+2), m=0,1, \ldots$. By the binomial theorem for any $k \in \mathbb{N}$ we have
$$
2^{k}=2 \cdot(1+1)^{k-1}=2 \sum_{i=0}^{k-1} C_{k-1}^{i}=2 \sum_{i=0}^{k-1} \frac{(k-1)(k-2) \ldots(k-i... | 4072 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
10.1. The sequences $\left\{x_{n}\right\},\left\{y_{n}\right\}$ are defined by the conditions $x_{1}=11, y_{1}=7, x_{n+1}=3 x_{n}+2 y_{n}$, $y_{n+1}=4 x_{n}+3 y_{n}, n \in \mathbb{N}$. Find the remainder of the division of the number $y_{1855}^{2018}-2 x_{1855}^{2018}$ by 2018. | Answer: 1825.
Solution. For all $n \in \mathbb{N}$, the numbers $x_{n}$ and $y_{n}$ are odd. Notice that
$$
2 x_{n+1}^{2}-y_{n+1}^{2}=2\left(3 x_{n}+2 y_{n}\right)^{2}-\left(4 x_{n}+3 y_{n}\right)^{2}=2 x_{n}^{2}-y_{n}^{2}
$$
Therefore, $2 x_{n}^{2}-y_{n}^{2}=\ldots=2 x_{1}^{2}-y_{1}^{2}=242-49=193$.
Let $p=1009$. ... | 1825 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
1. How many weeks can a year overlap? Assume that a year overlaps with a week if at least 6 and one day of this week falls within the given year. | Answer: On the 53rd 54th week. Solution. If there are 365 days in a year (a non-leap year), then since $365=52 \cdot 7+1$, there are no fewer than 53 weeks in a year. If it is a leap year, meaning there are 366 days in a year ( $366=52 \cdot 7+2$ ), there is a situation where the year starts with the last day of the we... | 54 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
4. How many numbers divisible by 4 and less than 1000 do not contain any of the digits $6,7,8,9$ or 0. | Answer: 31. Solution. According to the condition, these numbers consist only of the digits 1, 2, 3, 4, and 5. Out of such numbers, only one single-digit number is divisible by 4: 4. Among the two-digit numbers, the following are divisible by 4: $12, 24, 32, 44, 52$. If we prepend 1, 2, 3, 4, or 5 to all these two-digit... | 31 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
Problem 3. In a right triangle $ABC$ with a right angle at $C$, the bisector $BD$ and the altitude $CH$ are drawn. A perpendicular $CK$ is dropped from vertex $C$ to the bisector $BD$. Find the angle $HCK$, if $BK: KD=3: 1$. | Answer: $30^{\circ}$.
Solution. Let $M$ be the midpoint of $B D$. Then $C M$ is the median of the right triangle $C B D$ and $C M=M B=M D$. In addition, $C K$ is the height and median of triangle $M C D$, so $M C=C D$ and triangle $C M D$ is equilateral. Then $\angle C D M=60^{\circ}$ and $\angle C B M=$ $\angle C B D... | 30 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
Problem 2. Vanya thought of a two-digit number, then swapped its digits and multiplied the resulting number by itself. The result turned out to be four times larger than the number he thought of. What number did Vanya think of? | Answer: 81.
Solution. Let the intended number be $\overline{m n}=10 m+n$. Then $4 \overline{m n}=\overline{n m}^{2}$. Therefore, $\overline{n m}^{2}$ is divisible by 4, and $\overline{n m}$ is divisible by 2, so the digit $m$ is even (and not zero). Moreover, $\overline{m n}=\overline{n m}^{2}: 4=(\overline{n m}: 2)^{... | 81 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
Problem 5. On the lateral sides $AB$ and $BC$ of an isosceles triangle $ABC$, points $M$ and $N$ are marked such that $AM = MN = NC$. On the side $AC$, points $P$ and $Q$ are chosen such that $MQ \parallel BC$ and $NP \parallel AB$. It is known that $PQ = BM$. Find the angle $MQB$. | Answer: $36^{\circ}$. The answer can also be given in the form $\arccos \left(\frac{\sqrt{5}+1}{4}\right)$, etc.
Solution. Let $\angle A=\angle C=\alpha$, then by the property of parallel lines $\angle N P C=$ $\angle A Q M=\alpha$. It is not difficult to prove that $M N \| A C$ (through the similarity of triangles, o... | 36 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
2.1. How many terms will there be if we expand the expression $\left(4 x^{3}+x^{-3}+2\right)^{2016}$ and combine like terms? | Answer: 4033.
Solution. In the resulting sum, there will be monomials of the form $k_{n} x^{3 n}$ for all integers $n \in[-2016 ; 2016]$ with positive coefficients $k_{n}$, i.e., a total of $2 \cdot 2016+1=4033$ terms. | 4033 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
4.1. The function $f$ satisfies the equation $(x-1) f(x)+f\left(\frac{1}{x}\right)=\frac{1}{x-1}$ for each value of $x$, not equal to 0 and 1. Find $f\left(\frac{2016}{2017}\right)$. | Answer: 2017.
Solution. Substitute $\frac{1}{x}$ for $x$ in the equation. Together with the original equation, we get a system of two linear equations in terms of $f(x)$ and $f\left(\frac{1}{x}\right)$:
$$
\left\{\begin{array}{l}
(x-1) f(x)+f\left(\frac{1}{x}\right)=\frac{1}{x-1} \\
\left(\frac{1}{x}-1\right) f\left(... | 2017 | Algebra | math-word-problem | Yes | Yes | olympiads | false |
6.1. Find the sum of all integers \( x \in [-3 ; 13] \) that satisfy the inequality
$$
\left(1-\operatorname{ctg}^{2} \frac{\pi x}{12}\right)\left(1-3 \operatorname{ctg}^{2} \frac{\pi x}{12}\right)\left(1-\operatorname{tg} \frac{\pi x}{6} \cdot \operatorname{ctg} \frac{\pi x}{4}\right) \leqslant 16
$$ | Answer: 28.
Solution. Let $t=\frac{\pi x}{12}$, then the inequality takes the form
$$
\left(1-\operatorname{ctg}^{2} t\right)\left(1-3 \operatorname{ctg}^{2} t\right)(1-\operatorname{tg} 2 t \cdot \operatorname{ctg} 3 t) \leqslant 16
$$
Since
$$
\begin{gathered}
1-\operatorname{ctg}^{2} t=-\frac{\cos 2 t}{\sin ^{2}... | 28 | Inequalities | math-word-problem | Yes | Yes | olympiads | false |
9.1. Find the smallest natural number $n$ for which the decimal representation of $n$ together with $n^{2}$ uses all the digits from 1 to 9 exactly once. | Answer: 567.
Solution: If $n \geqslant 1000$, then $n^{2} \geqslant 10^{6}$, so the decimal representations of $n$ and $n^{2}$ together contain at least 11 digits. If, however, $n \leqslant 316$, then $n^{2} \leqslant 99856$, and the decimal representations of $n$ and $n^{2}$ together contain no more than 8 digits. Th... | 567 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
3. Find a two-digit number, the digits of which are different and the square of which is equal to the cube of the sum of its digits. | Answer: 27.
Solution: Let's write the condition as $\overline{A B}^{2}=(A+B)^{3}$. Note that the sum of the digits $(A+B)$ does not exceed 17, i.e., $\overline{A B}^{2} \leq 17^{3}$. Moreover, this number $\overline{A B}^{2}=n^{6}$, where $n$ is some natural number that does not exceed 4. However, 1 and 2 do not work ... | 27 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
4. On a circle, 100 points are marked, painted either red or blue. Some of the points are connected by segments, with each segment having one blue end and one red end. It is known that no two red points belong to the same number of segments. What is the maximum possible number of red points? | Answer: 50.
Solution: Take 50 red and 50 blue points. The first red point is not connected to any other, the second is connected to one blue, ..., the 50th is connected to 49 blues. Obviously, there cannot be more than 50 red points, because if there are 51 or more, then there are no more than 49 blues, hence the numb... | 50 | Combinatorics | math-word-problem | Yes | Yes | olympiads | false |
5. How many diagonals in a regular 32-sided polygon are not parallel to any of its sides | Answer: 240.
Solution: In a 32-sided polygon, there are $32*(32-3)/2=464$ diagonals in total. We can divide the sides into 16 pairs of parallel sides. It is not hard to notice that if we fix a pair, i.e., 4 vertices, the remaining vertices can be connected in pairs by diagonals parallel to this pair. There will be a t... | 240 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
6. For natural numbers $m$ and $n$, it is known that $3 n^{3}=5 m^{2}$. Find the smallest possible value of $m+n$. | Answer: 60.
Solution: Obviously, if $m, n$ contain prime factors other than 3 or 5, then they can be canceled out (and reduce $\mathrm{m}+\mathrm{n}$).
Let $n=3^{a} \cdot 5^{b}, m=3^{c} \cdot 5^{d}$. Then the condition implies that $3 a+1=2 c, 3 b=2 d+1$. The smallest possible values are: $a=1, b=1, c=2, d=1$, from w... | 60 | Number Theory | math-word-problem | Yes | Yes | olympiads | false |
2.1. On a grid paper, a square made up of several cells is shaded, with its sides lying on the grid lines. It is known that to get a larger square under the same condition, 47 more cells need to be shaded. Find the side length of the original square. | Answer: 23.
Solution. If the side of the original square was $n$, and the side of the obtained square became larger by $k$, then to obtain it, one needs to color $(n+k)^{2}-n^{2}=2 n k+k^{2}$ cells, i.e., $2 n k+k^{2}=47$. Therefore, $k$ is odd, and $k^{2}<47$, so $k \leqslant 5$. If $k=5$, then $10 n+25=47$, and $n$ ... | 23 | Geometry | math-word-problem | Yes | Yes | olympiads | false |
3.1. At a sumo wrestling tournament, 20 sumo-tori (sumo wrestlers) arrived. After weighing, it was found that the average weight of the sumo-tori is 125 kg. What is the maximum possible number of wrestlers who weigh more than 131 kg, given that according to sumo rules, people weighing less than 90 kg cannot participate... | Answer: 17.
Solution: Let $n$ be the number of sumo-tori that weigh more than 131 kg. Their total weight is more than $131 n$ kg, and the total weight of the remaining ones is no less than $90(20-n)$. Therefore, $\frac{131 n+90(20-n)}{20}<125$, from which $41 n<35 \cdot 20$, i.e., $n<\frac{700}{41}=17 \frac{3}{41}$. T... | 17 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
4.1. Once, in a company, the following conversation took place:
- We must call Misha immediately! - exclaimed Vanya.
However, no one remembered Misha's phone number.
- I remember for sure that the last three digits of the phone number are consecutive natural numbers, - said Nastya.
- And I recall that the first five... | Answer: 7111765.
Solution. Note that three consecutive ones cannot stand at the beginning, as 111 is not divisible by 9. Therefore, among the first three digits, there is one that is different from one. If this is the second or third digit, then since the first five form a palindrome and the last three are consecutive... | 7111765 | Logic and Puzzles | math-word-problem | Yes | Yes | olympiads | false |
6.1. We will call a natural number interesting if all its digits, except the first and last, are less than the arithmetic mean of the two adjacent digits. Find the largest interesting number. | Answer: 96433469.
Solution. Let $a_{n}$ be the n-th digit of the desired number. By the condition, $a_{n}9$. Similarly, there cannot be four negative differences. Therefore, the maximum number of such differences can be 7, and the desired number is an eight-digit number. To make it the largest, the first digit should ... | 96433469 | Number Theory | 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.