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
2. For the quadratic trinomial $p(x)=(a-1) x^{2}-(a-1) x+2022$, it is known that $-2022 \leq p(x) \leq 2022$ for $x \in[0 ; 1]$. Find the greatest possible value of $a$.
Answer: 16177. Solution. Since $p(0)=p(1)=2022$, the graph of the quadratic trinomial is a parabola symmetric about the line $x=\frac{1}{2}$. From the conditions that $-2022 \leq$ $p(x) \leq 2022$ for $x \in[0 ; 1]$ and $p(0)=p(1)=2022$, it follows that the branches of the parabola are directed upwards. Then the minim...
16177
Algebra
math-word-problem
Yes
Yes
olympiads
false
4. In the store "Everything for School," chalk is sold in packages of three grades: regular, unusual, and superior. Initially, the ratio of the quantities by grade was 3:4:6. As a result of sales and deliveries from the warehouse, this ratio changed to 2:5:8. It is known that the number of packages of superior chalk in...
# Answer: 260 packages. Solution: Let $x$ be the initial number of packages of regular chalk, then the number of packages of unusual chalk is $\frac{4 x}{3}$. Since the latter number is an integer, then $x=3 n$, where $n \in N$. Therefore, the initial quantities of all three types of packages are $3 n, 4 n, 6 n$ respe...
260
Algebra
math-word-problem
Yes
Yes
olympiads
false
4. In the store "Everything for School," chalk is sold in packages of three grades: regular, unusual, and superior. Initially, the ratio of the quantities by grade was 2:3:6. After a certain number of packages of regular and unusual chalk, totaling no more than 100 packages, were delivered to the store, and 40% of the ...
# Answer: 24 packs. Solution: a similar solution to this problem is present in Variant 1 under the same number.
24
Algebra
math-word-problem
Yes
Yes
olympiads
false
3. Determine how many times the number $((2014)^{2^{2014}}-1)$ is larger than the number written in the following form: $\left.\left.\left((2014)^{2^{0}}+1\right) \cdot\left((2014)^{2^{1}}+1\right) \cdot\left((2014)^{2^{2}}+1\right) \cdot \ldots \quad \cdot\right)^{2^{2013}}+1\right)$.
Justify the solution. Answer: 2013.
2013
Number Theory
math-word-problem
Yes
Yes
olympiads
false
4. Find all prime numbers whose decimal representation has the form 101010 ... 101 (ones and zeros alternate).
Solution. Let $2n+1$ be the number of digits in the number $A=101010 \ldots 101$. Let $q=10$ be the base of the numeral system. Then $A=q^{0}+q^{2}+\cdots q^{2n}=\frac{q^{2n+2}-1}{q^{2}-1}$. Consider the cases of even and odd $n$. - $n=2k \Rightarrow A=\frac{q^{2n+2}-1}{q^{2}-1}=\frac{q^{2k+1}-1}{q-1} \cdot \frac{q^{...
101
Number Theory
math-word-problem
Yes
Yes
olympiads
false
5. The ordinary fraction $\frac{1}{221}$ is represented as a periodic decimal fraction. Find the length of the period. (For example, the length of the period of the fraction $\frac{25687}{99900}=0.25712712712 \ldots=0.25(712)$ is 3.)
Solution. Let's consider an example. We will convert the common fraction $\frac{34}{275}$ to a decimal. For this, we will perform long division (fig.). As a result, we find $\frac{34}{275}=0.123636363 \ldots=0.123(63)$. ## Interregional Olympiad for Schoolchildren Based on Departmental Educational Organizations in Ma...
48
Number Theory
math-word-problem
Yes
Yes
olympiads
false
6. It is known that the lengths of the sides of a convex quadrilateral are respectively $a=4, b=5, c=6, d=7$. Find the radius $R$ of the circle circumscribed around this quadrilateral. Provide the integer part of $R^{2}$ as the answer.
Solution. By the cosine theorem, we express the length of the diagonal: $$ l^{2}=a^{2}+b^{2}-2 a b \cos \gamma, l^{2}=c^{2}+d^{2}-2 c d \cos (\pi-\gamma) $$ From this, we get $\cos \gamma=\frac{a^{2}+b^{2}-c^{2}-d^{2}}{2(a b+c d)}$. Since $R=\frac{l}{2 \sin \gamma^{\prime}}$, we obtain $$ R^{2}=\frac{l^{2}}{4\left(1...
15
Geometry
math-word-problem
Yes
Yes
olympiads
false
1. It is known that the equation $x^{4}-8 x^{3}+a x^{2}+b x+16=0$ has (taking into account multiplicity) four positive roots. Find $a-b$.
Solution: Let $x_{1}, x_{2}, x_{3}, x_{4}$ be the roots of our equation (some of them may be the same). Therefore, the polynomial on the left side of the equation can be factored as: $$ x^{4}-8 x^{3}+a x^{2}+b x+16=\left(x-x_{1}\right)\left(x-x_{2}\right)\left(x-x_{3}\right)\left(x-x_{4}\right) $$ Expanding the brack...
56
Algebra
math-word-problem
Yes
Yes
olympiads
false
2. There is an unlimited number of test tubes of three types - A, B, and C. Each test tube contains one gram of a solution of the same substance. Test tubes of type A contain a $10\%$ solution of this substance, type B $-20\%$ solution, and type C $-90\%$ solution. Sequentially, one after another, the contents of the t...
Solution: Let the number of test tubes of types A, B, and C be \(a\), \(b\), and \(c\) respectively. According to the problem, \(0.1a + 0.2b + 0.9c = 0.2017 \cdot (a + b + c) \Leftrightarrow 1000 \cdot (a + 2b + 9c) = 2017 \cdot (a + b + c)\). The left side of the last equation is divisible by 1000, so the right side m...
73
Algebra
math-word-problem
Yes
Yes
olympiads
false
3. Find the sum of the squares of the natural divisors of the number 1800. (For example, the sum of the squares of the natural divisors of the number 4 is $1^{2}+2^{2}+4^{2}=21$ ).
Solution: Let $\sigma(N)$ be the sum of the squares of the natural divisors of a natural number $N$. Note that for any two coprime natural numbers $a$ and $b$, the equality $\sigma(a b)=\sigma(a) \cdot \sigma(b)$ holds. Indeed, any divisor of the product $a b$ is the product of a divisor of $a$ and a divisor of $b$. Co...
5035485
Number Theory
math-word-problem
Yes
Yes
olympiads
false
5. It is known that the polynomial $f(x)=8+32 x-12 x^{2}-4 x^{3}+x^{4}$ has 4 distinct real roots $\left\{x_{1}, x_{2}, x_{3}, x_{4}\right\}$. The polynomial $\quad$ of the form $g(x)=b_{0}+b_{1} x+b_{2} x^{2}+b_{3} x^{3}+x^{4}$ has $\quad$ roots $\left\{x_{1}^{2}, x_{2}^{2}, x_{3}^{2}, x_{4}^{2}\right\}$. Find the coe...
Solution: Let the coefficients of the given polynomial (except the leading one) be denoted by $a_{0}, a_{1}, a_{2}, a_{3}$: $f(x)=a_{0}+a_{1} x+a_{2} x^{2}+a_{3} x^{3}+x^{4}$. Then, according to the problem, we have: $f(x)=a_{0}+a_{1} x+a_{2} x^{2}+a_{3} x^{3}+x^{4}=\left(x-x_{1}\right)\left(x-x_{2}\right)\left(x-x_{...
-1216
Algebra
math-word-problem
Yes
Yes
olympiads
false
6. Calculate with an accuracy of one-tenth the value of the expression $\sqrt{86+41 \sqrt{86+41 \sqrt{86+\ldots}}}$
Solution: Consider the strictly increasing sequence of values: $$ \sqrt{86}, \sqrt{86+41 \sqrt{86}}, \sqrt{86+41 \sqrt{86+41 \sqrt{86}}}, \ldots $$ If this sequence is bounded above, then the value of $F$ is the least upper bound, and thus $F$ is a real number. Therefore, it is sufficient to prove the boundedness of ...
43
Algebra
math-word-problem
Yes
Yes
olympiads
false
3. Calculate with an accuracy of one-tenth the value of the expression $\sqrt{86+41 \sqrt{86+41 \sqrt{86+\ldots}}}$ #
# Solution: Consider the strictly increasing sequence of values: $$ \sqrt{86}, \sqrt{86+41 \sqrt{86}}, \sqrt{86+41 \sqrt{86+41 \sqrt{86}}}, \ldots $$ If this sequence is bounded above, then the value of $F$ is the least upper bound, and thus $F$ is a real number. Therefore, it is sufficient to prove the boundedness ...
43
Algebra
math-word-problem
Yes
Yes
olympiads
false
1. (2 points) A square of 90 by 90 is divided by two horizontal and two vertical lines into 9 rectangles. The sides of the central rectangle are 34 and 42. Find the total area of the four corner rectangles.
1. 2688 . +(2 points) - the solution is correct -(0 points) - there are errors in the solution, including arithmetic errors
2688
Geometry
math-word-problem
Yes
Yes
olympiads
false
1. Oleg has 550 rubles, and he wants to give his mother tulips for March 8, and there must be an odd number of them, and no color shade should be repeated. In the store where Oleg came, one tulip costs 49 rubles, and there are eleven shades of flowers available. How many ways are there for Oleg to give his mother flowe...
Solution. From the condition, it is obvious that the maximum number of flowers in a bouquet is 11. 1st method Using the property of binomial coefficients $$ \mathrm{C}_{n}^{1}+\mathrm{C}_{n}^{3}+\mathrm{C}_{n}^{5}+\cdots=2^{n-1} $$ and also considering their combinatorial meaning, we get that the number of ways to ...
1024
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
7. Calculate with an accuracy of one-tenth the value of the expression $\sqrt{86+41 \sqrt{86+41 \sqrt{86+\ldots}}}$
Solution. Consider the strictly increasing sequence of values: $$ \sqrt{86}, \sqrt{86+41 \sqrt{86}}, \sqrt{86+41 \sqrt{86+41 \sqrt{86}}}, \ldots $$ If this sequence is bounded above, then the value of $F$ is the least upper bound, and thus $F$ is a real number. Therefore, it is sufficient to prove the boundedness of ...
43
Algebra
math-word-problem
Yes
Yes
olympiads
false
1. A 100-digit number has the form $a=1777 \ldots 76$ (with 98 sevens in the middle). The number $\frac{1}{a}$ is represented as an infinite periodic decimal. Find its period. Justify your answer.
# Solution: Notice that $a=16 \cdot 111 \ldots 11$. The last number $b$ consists of 99 ones. According to the rules for converting a common fraction to a decimal, the number $\frac{1}{b}=0,(00 \ldots 09)$. Its period is 99. Then, when multiplying this fraction by the number $\frac{1}{16}=0.0625$, the period will not c...
99
Number Theory
math-word-problem
Yes
Yes
olympiads
false
1. A robot is located in one of the cells of an infinite grid paper, to which the following commands can be given: - up (the robot moves to the adjacent cell above); - down (the robot moves to the adjacent cell below); - left (the robot moves to the adjacent cell to the left); - right (the robot moves to the adjacent ...
Solution. For brevity, let's denote the command to move left as L, right as R, up as U, and down as D. For the robot to return to its initial position, it is necessary and sufficient that the number of L commands equals the number of R commands, and the number of U commands equals the number of D commands. Let $k$ be t...
36
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
3. Find the value of $f(2019)$, given that $f(x)$ simultaneously satisfies the following three conditions: 1) $f(x)>0$ for any $x>0$ 2) $f(1)=1$; 3) $f(a+b) \cdot(f(a)+f(b))=2 f(a) \cdot f(b)+a^{2}+b^{2}$ for any $a, b \in \mathbb{R}$.
Solution. In the identity given in the problem $$ f(a+b) \cdot(f(a)+f(b))=2 f(a) \cdot f(b)+a^{2}+b^{2} $$ let $a=1, b=0$. Then $f(1) \cdot(f(1)+f(0))=2 f(1) \cdot f(0)+1$. Since $f(1)=1$, we find $$ f(0)=0 $$ Next, by setting $b=-a$ in (1), we get, taking (2) into account, that $$ f(a) \cdot f(-a)=-a^{2} $$ Fina...
2019
Algebra
math-word-problem
Yes
Yes
olympiads
false
8. In a circle, three chords $A A_{1}, B B_{1}, C C_{1}$ intersect at one point. The angular measures of the arcs $A C_{1}, A B, C A_{1}$, and $A_{1} B_{1}$ are $150^{\circ}, 30^{\circ}, 60^{\circ}$, and $30^{\circ}$, respectively. Find the angular measure of the arc $B_{1} C_{1}$.
Solution: Let's formulate several auxiliary statements. 1) Let the angular measure of the arc $AB$ (Fig.1) be $\varphi$. (This means that $\varphi$ is equal to the corresponding central angle $AOB$.) Then the length of the chord ![](https://cdn.mathpix.com/cropped/2024_05_06_09f4d2a1d6569731a9d0g-2.jpg?height=311&wid...
60
Geometry
math-word-problem
Yes
Yes
olympiads
false
4. Calculate with an accuracy of one-tenth the value of the expression $\sqrt{86+41 \sqrt{86+41 \sqrt{86+\ldots}}}$ #
# Solution: Consider the strictly increasing sequence of values: $$ \sqrt{86}, \sqrt{86+41 \sqrt{86}}, \sqrt{86+41 \sqrt{86+41 \sqrt{86}}}, \ldots $$ If this sequence is bounded above, then the value of $F$ is the least upper bound, and thus $F$ is a real number. Therefore, it is sufficient to prove the boundedness ...
43
Algebra
math-word-problem
Yes
Yes
olympiads
false
1. Find the sum of all even natural numbers $n$ for which the number of divisors (including 1 and $n$ itself) is equal to $\frac{n}{2}$. (For example, the number 12 has 6 divisors: $1,2,3,4,6,12$.)
Solution. Let the canonical decomposition of the number $n$ be: $n=2^{t_{1}} \cdot 3^{t_{2}} \cdot 5^{t_{3}} \cdots \cdots \cdot p^{t_{k}}$. Then the number of divisors of the number $n$ is $\left(t_{1}+1\right)\left(t_{2}+1\right)\left(t_{3}+1\right) \cdots\left(t_{k}+1\right)$. From the condition of the problem, we h...
20
Number Theory
math-word-problem
Yes
Yes
olympiads
false
2. In how many ways can 4 numbers be chosen from the first 1000 natural numbers $1,2, \ldots, 1000$ to form an increasing arithmetic progression?
Solution. Let's find the formula for calculating the number of ways to choose 4 numbers from the first $n$ natural numbers $1,2, \ldots, n$ that form an increasing arithmetic progression. The number of progressions with a difference of 1 is $n-3$ (the first term of the progression can take values from 1 to $n-3$ inclus...
166167
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
4. It is known that there exists a natural number $N$ such that $(\sqrt{3}-1)^{N}=4817152-2781184 \cdot \sqrt{3}$. Find $N$.
Solution. Suppose that raising the number $a+b \sqrt{3}$ to the power $N$ results in the number $A+B \sqrt{3}$ (where $a, b, A, B$ are integers). Expanding the expression $(a+b \sqrt{3})^{N}$, we get a sum of monomials (with non-essential (for us now) integer coefficients) of the form $a^{N-n}(b \sqrt{3})^{n}$. The ter...
16
Algebra
math-word-problem
Yes
Yes
olympiads
false
6. Find all prime numbers whose representation in base 14 has the form 101010 ... 101 (ones and zeros alternate).
Solution: Let $2n+1$ be the number of digits in the number $A=101010 \ldots 101$. Let $q=$ 14 - the base of the numeral system. Then $A=q^{0}+q^{2}+\cdots q^{2 n}=\frac{q^{2 n+2}-1}{q^{2}-1}$. Consider the cases of even and odd $n$. - $n=2 k \Rightarrow A=\frac{q^{2 n+2}-1}{q^{2}-1}=\frac{q^{2 k+1}-1}{q-1} \cdot \frac...
197
Number Theory
math-word-problem
Yes
Yes
olympiads
false
3. It is known that the polynomial $f(x)=8+32 x-12 x^{2}-4 x^{3}+x^{4}$ has 4 distinct real roots $\left\{x_{1}, x_{2}, x_{3}, x_{4}\right\}$. The polynomial of the form $g(x)=b_{0}+b_{1} x+b_{2} x^{2}+b_{3} x^{3}+x^{4}$ has roots $\left\{x_{1}^{2}, x_{2}^{2}, x_{3}^{2}, x_{4}^{2}\right\}$. Find the coefficient $b_{1}$...
Solution: Let the coefficients of the given polynomial (except the leading one) be denoted by $a_{0}, a_{1}, a_{2}, a_{3}$ $$ f(x)=a_{0}+a_{1} x+a_{2} x^{2}+a_{3} x^{3}+x^{4} $$ Then, according to the problem, we have $$ f(x)=a_{0}+a_{1} x+a_{2} x^{2}+a_{3} x^{3}+x^{4}=\left(x-x_{1}\right)\left(x-x_{2}\right)\left(x...
-1216
Algebra
math-word-problem
Yes
Yes
olympiads
false
1. A robot is located in one of the cells of an infinite grid and can be given the following commands: - up (the robot moves to the adjacent cell above); - down (the robot moves to the adjacent cell below); - left (the robot moves to the adjacent cell to the left); - right (the robot moves to the adjacent cell to the ...
Solution. For brevity, let's denote the command to the left as L, to the right as R, up as U, and down as D. For the robot to return to its initial position, it is necessary and sufficient that the number of L commands equals the number of R commands, and the number of U commands equals the number of D commands. Let $k...
36
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
6. Find all prime numbers whose decimal representation has the form 101010 ... 01.
Solution. Let $2 n+1$ be the number of digits in the number $A=101010 \ldots 101$ under investigation. Let $q=$ 10 be the base of the number system. Then $A=q^{0}+q^{2}+\cdots q^{2 n}=\frac{q^{2 n+2}-1}{q^{2}-1}$. Consider the cases of even and odd $n$. - $n=2 k \Rightarrow A=\frac{q^{2 n+2}-1}{q^{2}-1}=\frac{q^{2 k+1...
101
Number Theory
math-word-problem
Yes
Yes
olympiads
false
7. The ordinary fraction $\frac{1}{221}$ is represented as a periodic decimal fraction. Find the length of the period. (For example, the length of the period of the fraction $\frac{25687}{99900}=0.25712712712 \ldots=0.25$ (712) is 3.)
Solution. Let's consider an example. We will convert the common fraction $\frac{34}{275}$ to a decimal. For this, we will perform long division (fig.). As a result, we find $\frac{34}{275}=0.123636363 \ldots=0.123(63)$. We obtain the non-repeating part 123 and the repeating part 63. Let's discuss why the non-repeating ...
48
Number Theory
math-word-problem
Yes
Yes
olympiads
false
8. Anya and Borya are playing "battleship" with the following rules: 29 different points are chosen on a circle, numbered clockwise with natural numbers from 1 to 29. Anya draws a ship - an arbitrary triangle with vertices at these points. We will call a "shot" the selection of two different natural numbers $k$ and $m$...
Solution. The vertices of Anya's triangle divide the circle into three arcs (see figure). Let $x, y$, and $26-x-y$ be the number of points on these arcs (see figure), excluding the vertices of the triangle itself. For a "shot" with endpoints at points $k$ and $m$ to not hit the ship, both these points must lie on one o...
100
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
4. (4 points) Numbers are marked on a chessboard (see Fig. 1). How many arrangements of 8 rooks, none of which attack each other, exist such that the numbers on the squares occupied by the rooks include all numbers from 0 to 7? $\left(\begin{array}{llllllll}0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 \\ 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7...
# Solution: Let's number the rows of the board from 1 to 8 from top to bottom. On the first row, the position of the rook can be chosen in 8 ways. For example, we choose the first cell with the number 0. On the second row, there are 7 options left. Six of them (cells from the second to the seventh) have the property t...
3456
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
8. There is an unlimited number of test tubes of three types - A, B, and C. Each test tube contains one gram of a solution of the same substance. Test tubes of type A contain a $10\%$ solution of this substance, type B $-20\%$ solution, and type C $-90\%$ solution. Sequentially, one after another, the contents of the t...
Solution: Let the number of test tubes of types A, B, and C be $a$, $b$, and $c$ respectively. According to the problem, $0.1a + 0.2b + 0.9c = 0.2017 \cdot (a + b + c) \Leftrightarrow 1000 \cdot (a + 2b + 9c) = 2017 \cdot (a + b + c)$. The left side of the last equation is divisible by 1000, so the right side must also...
73
Other
math-word-problem
Yes
Yes
olympiads
false
9. Find the sum of the squares of the natural divisors of the number 1800. (For example, the sum of the squares of the natural divisors of the number 4 is $1^{2}+2^{2}+4^{2}=21$ ).
Solution: Let $\sigma(N)$ be the sum of the squares of the natural divisors of a natural number $N$. Note that for any two coprime natural numbers $a$ and $b$, the equality $\sigma(a b)=\sigma(a) \cdot \sigma(b)$ holds. Indeed, any divisor of the product $a b$ is the product of a divisor of $a$ and a divisor of $b$. Co...
5035485
Number Theory
math-word-problem
Yes
Yes
olympiads
false
12. Find the number of matrices that satisfy two conditions: 1) the matrix has the form $\left(\begin{array}{lll}1 & * & * \\ * & 1 & * \\ * & * & 1\end{array}\right)$, where each * can take the value 0 or 1 2) the rows of the matrix do not repeat.
Solution: Let $A$ be the set of matrices satisfying condition 1) and $B$ be the subset of $A$ consisting of matrices satisfying condition 2). We need to find the number of elements in the set $B$. Let $A_{ij}, i, j \in\{1,2,3\}, i \neq j$, be the subset of $A$ consisting of matrices in which row $i$ and $j$ are the sam...
42
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
4. A motorist set off from point A to point B, the distance between which is 100 km. At the moment when the navigator showed that 30 minutes of travel remained, the motorist first reduced the speed by 10 km/h, and at the moment when the navigator showed that 20 km remained to travel, the motorist reduced the speed by t...
Solution. According to the condition, the distance from C to D is 20 km. Let the distance from A to B be denoted as ![](https://cdn.mathpix.com/cropped/2024_05_06_63cad4cd842f2f58c3e5g-2.jpg?height=120&width=737&top_left_y=874&top_left_x=471) $x$ (km), then the distance from B to C will be $(80 - x)$ km. Let $v \frac...
100
Algebra
math-word-problem
Yes
Yes
olympiads
false
1. Find all roots of the equation $\frac{1}{\cos ^{3} x}-\frac{1}{\sin ^{3} x}=4 \sqrt{2}$, lying in the interval $\left(-\frac{\pi}{2}, 0\right)$. Write the answer in degrees.
# Solution: $\sin ^{3} x-\cos ^{3} x=4 \sqrt{2} \sin ^{3} x \cos ^{3} x \Leftrightarrow(\sin x-\cos x)\left(\sin ^{2} x+\sin x \cos x+\cos ^{2} x\right)=4 \sqrt{2} \sin ^{3} x \cos ^{3} x$. Substitution: $\sin x-\cos x=t, \sin x \cos x=\frac{1-t^{2}}{2}$. Then $t\left(3-t^{2}\right)=\sqrt{2}\left(1-t^{2}\right)^{3}$. ...
-45
Algebra
math-word-problem
Yes
Yes
olympiads
false
3. Find the sum of the squares of the natural divisors of the number 1800. (For example, the sum of the squares of the natural divisors of the number 4 is $\left.1^{2}+2^{2}+4^{2}=21\right)$.
Solution: Let $\sigma(N)$ be the sum of the squares of the natural divisors of a natural number $N$. Note that for any two coprime natural numbers $a$ and $b$, the equality $\sigma(a b)=\sigma(a) \cdot \sigma(b)$ holds. Indeed, any divisor of the product $a b$ is the product of a divisor of $a$ and a divisor of $b$. Co...
5035485
Number Theory
math-word-problem
Yes
Yes
olympiads
false
5. It is known that the polynomial $f(x)=8+32 x-12 x^{2}-4 x^{3}+x^{4}$ has 4 distinct real roots $\left\{x_{1}, x_{2}, x_{3}, x_{4}\right\}$. The polynomial of the form $g(x)=b_{0}+b_{1} x+b_{2} x^{2}+b_{3} x^{3}+x^{4}$ has roots $\left\{x_{1}^{2}, x_{2}^{2}, x_{3}^{2}, x_{4}^{2}\right\}$. Find the coefficient $b_{1}$...
Solution: Let the coefficients of the given polynomial (except the leading one) be denoted by $a_{0}, a_{1}, a_{2}, a_{3}$: $f(x)=a_{0}+a_{1} x+a_{2} x^{2}+a_{3} x^{3}+x^{4}$. Then, according to the problem statement, we have: $f(\quad)=a_{0}+a_{1} x+a_{2} x^{2}+a_{3} x^{3}+x^{4}=\left(x-x_{1}\right)\left(x-x_{2}\rig...
-1216
Algebra
math-word-problem
Yes
Yes
olympiads
false
6. Find the number of matrices that satisfy two conditions: 3) the matrix has the form $\left(\begin{array}{lll}1 & * & * \\ * & 1 & * \\ * & * & 1\end{array}\right)$, where each * can take the value 0 or 1 and the rows of the matrix do not repeat.
Solution: Let $A$ be the set of matrices satisfying condition 1) and $B$ be the subset of $A$ consisting of matrices satisfying condition 2). We need to find the number of elements in the set $B$. Let $A_{ij}, i, j \in\{1,2,3\}, i \neq j$, be the subset of $A$ consisting of matrices in which row $i$ and $j$ are the sam...
42
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
1. Find the value of $f(2019)$, given that $f(x)$ simultaneously satisfies the following three conditions: 1) $f(x)>0$ for any $x>0$ 2) $f(1)=1$; 3) $f(a+b) \cdot(f(a)+f(b))=2 f(a) \cdot f(b)+a^{2}+b^{2}$ for any $a, b \in \mathbb{R}$.
Solution. In the identity given in the problem $$ f(a+b) \cdot(f(a)+f(b))=2 f(a) \cdot f(b)+a^{2}+b^{2} $$ let $a=1, b=0$. Then $f(1) \cdot(f(1)+f(0))=2 f(1) \cdot f(0)+1$. Since $f(1)=1$, we find $$ f(0)=0 $$ Next, by setting $b=-a$ in (1), we get, taking (2) into account, that $$ f(a) \cdot f(-a)=-a^{2} $$ Fina...
2019
Algebra
math-word-problem
Yes
Yes
olympiads
false
3. A robot is located in one of the cells of an infinite grid paper, to which the following commands can be given: - up (the robot moves to the adjacent cell above); - down (the robot moves to the adjacent cell below); - left (the robot moves to the adjacent cell to the left); - right (the robot moves to the adjacent ...
Solution. For brevity, let's denote the command to move left as L, right as R, up as U, and down as D. For the robot to return to its initial position, it is necessary and sufficient that the number of L commands equals the number of R commands, and the number of U commands equals the number of D commands. Let $k$ be t...
4900
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
4. A robot is located in one of the cells of an infinite grid paper, to which the following commands can be given: - up (the robot moves to the adjacent cell above); - down (the robot moves to the adjacent cell below); - left (the robot moves to the adjacent cell to the left); - right (the robot moves to the adjacent ...
Solution. For brevity, let's denote the command to move left as L, right as R, up as U, and down as D. For the robot to return to its initial position, it is necessary and sufficient that the number of L commands equals the number of R commands, and the number of U commands equals the number of D commands. Let $k$ be t...
4900
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
5. Find all prime numbers whose decimal representation has the form 101010 ... 101 (ones and zeros alternate).
Solution: Let $2n+1$ be the number of digits in the number $A=101010$...101 under investigation. Let $q=$ 10 be the base of the numeral system. Then $A=q^{0}+q^{2}+\cdots q^{2n}=\frac{q^{2n+2}-1}{q^{2}-1}$. Consider the cases of even and odd $n$. - $n=2k \Rightarrow A=\frac{q^{2n+2}-1}{q^{2}-1}=\frac{q^{2k+1}-1}{q-1} ...
101
Number Theory
math-word-problem
Yes
Yes
olympiads
false
8. Anya and Borya are playing "battleship" with the following rules: 29 different points are chosen on a circle, numbered clockwise with natural numbers from 1 to 29. Anya draws a ship - an arbitrary triangle with vertices at these points. We will call a "shot" the selection of two different natural numbers $k$ and $m$...
Solution. The vertices of Anya's triangle divide the circle into three arcs. Let $x, y$ and $26-x-y$ be the number of points on these arcs (see figure), excluding the vertices of the triangle itself. For a "shot" with endpoints at points $k$ and $m$ to not hit the ship, both these points must lie on one of the arcs. Cl...
100
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
7. It is known that there exists a natural number $N$ such that $$ (\sqrt{3}-1)^{N}=4817152-2781184 \cdot \sqrt{3} $$ Find $N$. ![](https://cdn.mathpix.com/cropped/2024_05_06_c0af7857c77436db1b60g-3.jpg?height=534&width=419&top_left_y=755&top_left_x=1481)
Solution. Suppose that raising the number $a+b \sqrt{3}$ to the power $N$ results in the number $A+B \sqrt{3}$ (here $a, b, A, B$ are integers). Expanding the expression $(a+b \sqrt{3})^{N}$, we get a sum of monomials (with integer coefficients that are not important to us now) of the form $a^{N-n}(b \sqrt{3})^{n}$. Th...
16
Number Theory
math-word-problem
Yes
Yes
olympiads
false
2. (2 points) It is known about the numbers $x_{1}$ and $x_{2}$ that $x_{1}+x_{2}=2 \sqrt{1703}$ and $\left|x_{1}-x_{2}\right|=90$. Find $x_{1} \cdot x_{2}$.
Solution: Let $A=x_{1}+x_{2}, B=x_{1} \cdot x_{2}, C=\left|x_{1}-x_{2}\right|$. Since $C^{2}=A^{2}-4 \cdot B$, we find $B=-322$. Answer: -322 .
-322
Algebra
math-word-problem
Yes
Yes
olympiads
false
3. (3 points) Find the number of integers from 1 to 1000 inclusive that give the same remainder when divided by 11 and by 12.
Solution. Let $r_{n}(a)$ be the remainder of the division of the number $a$ by the number $n$. Suppose $a \in [1 ; 1000]$ and $r_{11}(a)=r_{12}(a)=t$. Then $t \in \{0, \ldots, 10\}$ and the following equality holds: $$ t+11 k=t+12 m=a, \quad k, m \in N_{0} $$ From the last equality, it follows that $k$ is divisible b...
87
Number Theory
math-word-problem
Yes
Yes
olympiads
false
1. Find the sum of all natural numbers $n$ that are multiples of three and for which the number of divisors (including 1 and $n$ itself) is equal to $\frac{n}{3}$. (For example, the number 12 has 6 divisors: $1,2,3,4,6,12$.)
Solution. Let the canonical decomposition of the number $n$ be: $n=2^{t_{1}} \cdot 3^{t_{2}} \cdot 5^{t_{3}} \cdots \cdot p^{t_{k}}$. Then the number of divisors of the number $n$ is $\left(t_{1}+1\right)\left(t_{2}+1\right)\left(t_{3}+1\right) \cdots\left(t_{k}+1\right)$. From the condition of the problem, we have the...
51
Number Theory
math-word-problem
Yes
Yes
olympiads
false
6. (5 points) Numbers are marked on a chessboard (see Fig. 1). How many arrangements of 8 rooks are there such that no rook attacks another and the numbers on the squares occupied by the rooks include all numbers from 0 to 7? \(\left(\begin{array}{llllllll}0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 \\ 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7...
Answer: 3456. ## Variant 2
3456
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
2. [6] On an island, there live knights, liars, and yes-men; each knows who everyone else is. All 2018 residents were lined up and asked to answer "Yes" or "No" to the question: "Are there more knights than liars on the island?". The residents answered in turn, and everyone could hear their answers. Knights answered tr...
Answer: 1009 yes-men. Solution: Let's call knights and liars principled people. Estimate. First method. (Buchaev Abdulqadyr) We will track the balance - the difference between the number of "Yes" and "No" answers. At the beginning and at the end, the balance is zero, and with each answer, it changes by 1. Zero values ...
1009
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
4. [8] A $7 \times 7$ board is either empty or has an invisible $2 \times 2$ ship placed on it "by cells." It is allowed to place detectors in some cells of the board and then turn them on simultaneously. An activated detector signals if its cell is occupied by the ship. What is the smallest number of detectors needed ...
Answer: 16 detectors. Solution: Evaluation. In each $2 \times 3$ rectangle, there should be at least two detectors: the rectangle consists of three $1 \times 2$ dominoes, and if a detector is in the outer domino, we cannot determine whether there is a ship on the other two dominoes, and if a detector is in the middle d...
16
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
5. [5] In each cell of a strip of length 100, there is a chip. You can swap any two adjacent chips for 1 ruble, and you can also swap any two chips that have exactly 4 chips between them for free. What is the minimum number of rubles needed to rearrange the chips in reverse order? (Egor Bakaev)
Answer: For 61 rubles. Solution: Let's number the chips and cells in order from 0 to 99. The free operation does not change the remainder of the cell number when divided by 5. Estimate. Let's mentally arrange the piles of chips in a circle. First, the pile of chips with a remainder of 0, then with 1, and so on up to 4...
61
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
1. Given a triangular pyramid $S A B C$, the base of which is an equilateral triangle $A B C$, and all plane angles at vertex $S$ are equal to $\alpha$. For what least $\alpha$ can we assert that this pyramid is regular? M. Malkin
Answer: $60^{\circ}$. We will prove that when $\alpha=60^{\circ}$, the pyramid is regular. Let the sides of the triangle $ABC$ be equal to 1. Note that in any triangle with an angle of $60^{\circ}$, the side opposite this angle is the middle-length side (and if it is strictly less than one of the sides, it is strictly...
60
Geometry
math-word-problem
Yes
Yes
olympiads
false
3. [4] In each cell of a strip of length 100, there is a chip. You can swap any two adjacent chips for 1 ruble, and you can also swap any two chips that have exactly three chips between them for free. What is the minimum number of rubles required to rearrange the chips in reverse order? (Egor Bakaev)
Answer. 50 rubles. Solution. Evaluation. Each chip must change the parity of its number. A free operation does not change the parity, while a paid operation changes the parity of two chips. Therefore, at least 50 rubles will be required. Example. Let's number the chips in order from 0 to 99. We will color the cells i...
50
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
6. [9] Inside an isosceles triangle $A B C$, a point $K$ is marked such that $C K=A B=B C$ and $\angle K A C=30^{\circ}$. Find the angle $A K B$. E. Bakayev
Answer: $150^{\circ}$. Solution 1. Construct an equilateral triangle $B C L$ (see the figure; points $A$ and $L$ are on the same side of the line $B C$). Points $A, C$, and $L$ lie on a circle with radius $B A$ and center at point $B$. Since $K$ lies inside triangle $A B C$, angle $A B C$ is greater than $60^{\circ}$, ...
150
Geometry
math-word-problem
Yes
Yes
olympiads
false
7. [12] There are 100 piles, each with 400 stones. In one move, Petya selects two piles, removes one stone from each, and earns as many points as the absolute difference in the number of stones in these two piles. Petya must remove all the stones. What is the maximum total number of points he can earn? M. Diden
Answer: 3920000. Solution. Estimation. We will assume that the stones in the piles are stacked on top of each other, and Petya takes the top (at the moment) stones from the selected piles. We will number the stones in each pile from bottom to top with numbers from 1 to 400. Then the number of points Petya gets on each ...
3920000
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
5. [5] Several natural numbers are written in a row with a sum of 2019. No number and no sum of several consecutive numbers equals 40. What is the maximum number of numbers that could have been written? A. Shapovalov
Answer: 1019 numbers. Lemma. The sum of any forty consecutive numbers is not less than 80. Proof. Let the numbers $a_{1}, \ldots, a_{40}$ be written consecutively. Among the numbers $b_{0}=0, b_{1}=a_{1}$, $b_{2}=a_{1}+a_{2}, \ldots, b_{40}=a_{1}+a_{2}+\ldots+a_{40}$, there will be two $b_{i}$ and $b_{j}(i1019$ numbe...
1019
Number Theory
math-word-problem
Yes
Yes
olympiads
false
4. There is a 1001-digit natural number $A$. The 1001-digit number $Z$ is the same number $A$, written from end to beginning (for example, for four-digit numbers, these could be 7432 and 2347). It is known that $A > Z$. For which $A$ will the quotient $A / Z$ be the smallest (but strictly greater than 1)?
Answer. For $A$, whose notation (from left to right) is: 501 nines, an eight, and 499 nines. Solution 1. Let $A=\overline{a_{1000} a_{999 \ldots a_{0}}}$. Since $A>Z$, among the digits $a_{0}, a_{1}, \ldots, a_{499}$ there is at least one non-nine. Therefore, $Z \leqslant Z_{0}=\underbrace{99 \ldots 9}_{499} 8 \underb...
501
Number Theory
math-word-problem
Yes
Yes
olympiads
false
3. [4] In each cell of a strip of length 100, there is a chip. You can swap any two adjacent chips for 1 ruble, and you can also swap any two chips that have exactly three chips between them for free. What is the minimum number of rubles needed to rearrange the chips in reverse order? (Egor Bakaev)
Answer. 50 rubles. Solution. Evaluation. Each chip must change the parity of its number. A free operation does not change the parity, while a paid operation changes the parity of two chips. Therefore, at least 50 rubles will be required. Example. Let's number the chips in order from 0 to 99. We will color the cells i...
50
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
1. [5] On an island, there live knights, liars, and yes-men; each knows who everyone else is. All 2018 inhabitants were lined up and asked to answer "Yes" or "No" to the question: "Are there more knights than liars on the island?". The inhabitants answered in turn, and everyone could hear their answers. Knights answere...
Answer: 1009 yes-men. Solution: Let's call knights and liars principled people. Estimate. First method. (Buchaev Abdulqadir) We will track the balance - the difference between the number of "Yes" and "No" answers. At the beginning and at the end, the balance is zero, and with each answer, it changes by 1. Zero values ...
1009
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
3. [5] Pentagon $A B C D E$ is circumscribed around a circle. The angles at its vertices $A, C$ and $E$ are $100^{\circ}$. Find the angle $A C E$.
Answer: $40^{\circ}$. It is not hard to understand that such a pentagon exists. Solution 1. The lines connecting the vertices with the center $O$ of the inscribed circle $\omega$ are the angle bisectors of the pentagon. Therefore, $\angle O A E=\angle O E A=50^{\circ}, \angle A O E=80^{\circ}$. Let $\omega$ touch the ...
40
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 6. It is known that three numbers $a_{1}, a_{2}, a_{3}$ were obtained as follows. First, a natural number $A$ was chosen and the numbers $A_{1}=[A]_{16}, A_{2}=$ $[A / 2]_{16}, A_{3}=[A / 4]_{16}$ were found, where $[X]_{16}$ is the remainder of the integer part of the number $X$ divided by 16 (for example, $[...
# Answer: 16. ## Conditions and answers to the problems of the final stage of the 2012-13 academic year #
16
Number Theory
MCQ
Yes
Yes
olympiads
false
5. Unlocking the communicator is done by entering a 4-digit numerical code on the touch screen. The arrangement of digits on the keyboard changes after entering the code depending on a random prime number $k$ from 7 to 2017, and the digit $i$ is displayed as $a_{i}$, which is the last digit of the number $ik$. The user...
5. Unlocking the communicator is done by entering a 4-digit numerical code on the touch screen. The layout of the digits on the keyboard changes after entering the code based on a random prime number $k$ from 7 to 2017, and the digit $i$ is displayed as $a_{i}$, which is the last digit of the number $i k$. The user ent...
3212
Number Theory
math-word-problem
Yes
Yes
olympiads
false
3. At the robot running competition, a certain number of mechanisms were presented. The robots were released on the same distance in pairs. The protocol recorded the differences in the finish times of the winner and the loser in each of the races. All of them turned out to be different: 1 sec., 2 sec., 3 sec., 4 sec., ...
3. At the robot running competition, a certain number of mechanisms were presented. The robots were released on the same distance in pairs. The protocol recorded the differences in the finish times of the winner and the loser in each of the races. All of them turned out to be different: 1 sec., 2 sec., 3 sec., 4 sec., ...
37
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
6. Unlocking the communicator is done by entering a 4-digit numerical code on the touch screen. The arrangement of digits on the keyboard changes after entering the code depending on a random prime number $k$ from 7 to 2017, and the digit $i$ is displayed as $a_{i}$, which is the last digit of the number $i k$. The use...
6. Unlocking the communicator is done by entering a 4-digit numerical code on the touch screen. The arrangement of digits on the keyboard changes after entering the code depending on a random prime number $k$ from 7 to 2017, and the digit $i$ is displayed as $a_{i}$, which is the last digit of the number $i k$. The use...
3212
Number Theory
math-word-problem
Yes
Yes
olympiads
false
8. Workers at an aluminum plant played the following game during their break. They drew cards from a deck (36 cards) until they had cards of all 4 suits among the drawn cards. What is the minimum number of cards that must be drawn to ensure that all 4 suits are among them? a) 4 b) 9 c) 18 d) 28 e) 36
8. answer: g. There are 9 cards of each suit. If you draw 27 cards, they could all be from only three suits. Suppose you draw 28 cards and among the first 27 cards, they are only from three suits, then in the deck, only cards of the fourth suit will remain. And the 28th card will already be of the 4th suit.
28
Combinatorics
MCQ
Yes
Yes
olympiads
false
8. During the lunch break on the day of the "13th Element. ALchemy of the Future" competition, a cafeteria worker mixed 2 liters of one juice with a $10 \%$ sugar content and 3 liters of another juice with a $15 \%$ sugar content. What is the sugar content of the resulting mixture? a) $5 \%$ б) $12.5 \%$ в) $12.75 \%...
8. Answer g. In the first juice, there is $0.1 \cdot 2=0.2$ liters of sugar, and in the second juice, there is $0.15 \cdot 3=0.45$ liters of sugar. Then, in the resulting mixture, there will be $0.2+0.45=0.65$ liters of sugar. The total volume is 5 liters. Then the percentage of sugar in the mixture is $\frac{0.65}{5} ...
13
Algebra
MCQ
Yes
Yes
olympiads
false
15. Hydrogen was passed over a heated powder (X1). The resulting red substance (X2) was dissolved in concentrated sulfuric acid. The resulting solution of the substance blue (X3) was neutralized with potassium hydroxide - a blue precipitate (X4) formed, which upon heating turned into a black powder (X1). What substance...
15. 80 g/mol; $\mathrm{m}(\mathrm{CuO})=80$ g/mol; $\mathrm{X}_{1}-\mathrm{CuO} ; \mathrm{X}_{2}-\mathrm{Cu} ; \mathrm{X}_{3}-\mathrm{CuSO}_{4 ;} \mathrm{X}_{4}-\mathrm{Cu}(\mathrm{OH})_{2}$
80
Other
math-word-problem
Yes
Yes
olympiads
false
7. What is the mass fraction (%) of oxygen in aluminum oxide $\mathrm{Al}_{2} \mathrm{O}_{3}$? a) $53 \%$ b) $27 \%$ c) $16 \%$ d) $102 \%$
7. $53 \% . \operatorname{Mr}(\mathrm{Al} 2 \mathrm{O} 3)=27 * 2+16 * 3=102 \quad \mathrm{~W}(\mathrm{Al})=27 * 2 / 102 * 100 \%=53 \%$ 7. $53 \% . \operatorname{Mr}(\mathrm{Al} 2 \mathrm{O} 3)=27 * 2+16 * 3=102 \quad \mathrm{~W}(\mathrm{Al})=27 * 2 / 102 * 100 \%=53 \%$ The text is already in a format that is a mix...
53
Other
MCQ
Yes
Yes
olympiads
false
16. Every sixth bus in the bus park of the aluminum plant is equipped with an air conditioner. After the plant director ordered to install it on 5 more buses, a quarter of the buses had an air conditioner. How many buses are there in the park of the plant, if each bus is equipped with only one air conditioner?
16. 60. Let the number of buses in the park be denoted by $x$. Then, $\frac{1}{6} x + 5$ buses are equipped with air conditioning. This constitutes a quarter of all the buses in the park. We have the equation: $\left(\frac{1}{6} x + 5\right) \cdot 4 = x$ or $\frac{1}{3} x = 20$. From this, $x = 60$.
60
Algebra
math-word-problem
Yes
Yes
olympiads
false
Problem 1. The sum of the first thirteen terms of a certain arithmetic progression is $50 \%$ of the sum of the last thirteen terms of this progression. The sum of all terms of this progression except the first three is to the sum of all terms except the last three as $4: 3$. Find the number of terms in this progressio...
Answer: 20. Solution. Let $a$ be the first term of the arithmetic progression, $d$ be its common difference, and $n$ be the number of terms. Then, the sum of the first thirteen terms is $\frac{13 \cdot(a+(a+12 d))}{2}$, the sum of the last thirteen terms is $-\frac{13 \cdot(a+(n-13) d+a+(n-1) d)}{2}$, the sum of all t...
20
Algebra
math-word-problem
Yes
Yes
olympiads
false
Problem 3. A four-digit number $X$ is not divisible by 10. The sum of the number $X$ and the number written with the same digits in reverse order is equal to $N$. It turns out that the number $N$ is divisible by 100. Find $N$.
Answer: 11000. Solution. Let $X=\overline{a b c d}=1000 a+100 b+10 c+d, Y=\overline{d c b a}=1000 d+100 c+10 b+a$, where $a$, $b, c, d$ are digits and $a \neq 0$. According to the condition, $X+Y$ is divisible by 100, i.e., $1001(a+d)+110(b+c) \vdots 100$. We have $1001(a+d) \vdots 10$, i.e., $a+d \vdots 10$, from w...
11000
Number Theory
math-word-problem
Yes
Yes
olympiads
false
Problem 4. The bases $AB$ and $CD$ of trapezoid $ABCD$ are equal to 65 and 31, respectively, and its diagonals are perpendicular to each other. Find the scalar product of vectors $\overrightarrow{AD}$ and $\overrightarrow{BC}$.
Answer: 2015. Solution. Let $O$ be the intersection point of diagonals $AC$ and $BD$. From the similarity of triangles $AOB$ and $COD$, it follows that $\overrightarrow{OC} = \frac{31}{65} \overrightarrow{AO}$, and $\overrightarrow{OD} = \frac{31}{65} \overrightarrow{BO}$. Let the vector $\overrightarrow{AO}$ be deno...
2015
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 10. A cylinder of volume 9 is inscribed in a cone. The plane of the upper base of this cylinder cuts off a frustum of volume 63 from the original cone. Find the volume of the original cone.
Answer: 64. Solution. Let the height and radius of the original cone be $H$ and $R$, and the height and radius of the cylinder be $h$ and $r$. We use the formula for the volume of a frustum of a cone: $\frac{1}{3} \pi\left(R^{2}+R r+r^{2}\right) h=63$. We also know that $\pi r^{2} h=9$. Dividing the corresponding part...
64
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 1. The sum of the first thirteen terms of a certain arithmetic progression is $50 \%$ of the sum of the last thirteen terms of this progression. The sum of all terms of this progression except the first three terms is to the sum of all terms except the last three as $5: 4$. Find the number of terms in this prog...
Answer: 22. Solution. Let $a$ be the first term of the arithmetic progression, $d$ be its common difference, and $n$ be the number of terms. Then, the sum of the first thirteen terms is $\frac{13 \cdot(a+(a+12 d))}{2}$, the sum of the last thirteen terms is $-\frac{13 \cdot(a+(n-13) d+a+(n-1) d)}{2}$, the sum of all t...
22
Algebra
math-word-problem
Yes
Yes
olympiads
false
Problem 3. A four-digit number $X$ is not divisible by 10. The sum of the number $X$ and the number obtained from $X$ by swapping its second and third digits is divisible by 900. Find the remainder when the number $X$ is divided by 90.
Answer: 45. Solution. Let $X=\overline{a b c d}=1000 a+100 b+10 c+d, Y=\overline{a c b d}=1000 a+100 c+10 b+d$, where $a$, $b, c, d$ are digits and $a \neq 0, d \neq 0$. According to the condition, $X+Y$ is divisible by 900, i.e., $2000 a+110(b+c)+2 d \vdots 900$. We have, $2 d \vdots 10$, i.e., $d \vdots 5$, so sin...
45
Number Theory
math-word-problem
Yes
Yes
olympiads
false
Problem 4. The bases $AB$ and $CD$ of trapezoid $ABCD$ are equal to 155 and 13, respectively, and its diagonals are perpendicular to each other. Find the scalar product of vectors $\overrightarrow{AD}$ and $\overrightarrow{BC}$.
Answer: 2015. Solution. Let $O$ be the intersection point of diagonals $AC$ and $BD$. From the similarity of triangles $AOB$ and $COD$, it follows that $\overrightarrow{OC} = \frac{13}{155} \overrightarrow{AO}$, and $\overrightarrow{OD} = \frac{13}{155} \overrightarrow{BO}$. Let the vector $\overrightarrow{AO}$ be de...
2015
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 1. The sum of the first thirteen terms of a certain arithmetic progression is $50 \%$ of the sum of the last thirteen terms of this progression. The sum of all terms of this progression except the first three terms is to the sum of all terms except the last three as $3: 2$. Find the number of terms in this prog...
Answer: 18. Solution. Let $a$ be the first term of the arithmetic progression, $d$ be its common difference, and $n$ be the number of terms. Then, the sum of the first thirteen terms is $\frac{13 \cdot(a+(a+12 d))}{2}$, the sum of the last thirteen terms is $-\frac{13 \cdot(a+(n-13) d+a+(n-1) d)}{2}$, the sum of all t...
18
Algebra
math-word-problem
Yes
Yes
olympiads
false
Problem 4. The bases $AB$ and $CD$ of trapezoid $ABCD$ are equal to 65 and 31, respectively, and its lateral sides are perpendicular to each other. Find the scalar product of vectors $\overrightarrow{AC}$ and $\overrightarrow{BD}$.
Answer: -2015. Solution. Let $O$ be the point of intersection of the lines containing the lateral sides $AD$ and $BC$. From the similarity of triangles $AOB$ and $DOC$, it follows that $\overrightarrow{OC} = -\frac{31}{65} \overrightarrow{BO}$, and $\overrightarrow{OD} = -\frac{31}{65} \overrightarrow{AO}$. Let the v...
-2015
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 1. The sum of the first thirteen terms of a certain arithmetic progression is $50 \%$ of the sum of the last thirteen terms of this progression. The sum of all terms of this progression except the first three terms is in the ratio $6: 5$ to the sum of all terms except the last three. Find the number of terms in...
Answer: 24. Solution. Let $a$ be the first term of the arithmetic progression, $d$ be its common difference, and $n$ be the number of terms. Then, the sum of the first thirteen terms is $\frac{13 \cdot(a+(a+12 d))}{2}$, the sum of the last thirteen terms is $-\frac{13 \cdot(a+(n-13) d+a+(n-1) d)}{2}$, the sum of all t...
24
Algebra
math-word-problem
Yes
Yes
olympiads
false
Problem 3. If the sum of the digits of a four-digit number $X$ is subtracted from $X$, the result is a natural number $N=K^{2}$, where $K$ is a natural number that gives a remainder of 5 when divided by 20 and a remainder of 3 when divided by 21. Find the number $N$.
Answer: 2025. Solution. Let $X=\overline{a b c d}=1000 a+100 b+10 c+d$, where $a, b, c, d$ are digits and $a \neq 0$. According to the condition, $X-a-b-c-d=999 a+99 b+9 c=K^{2}$, where $K=20 u+5, K=21 v+3$. Notice that $999 a+99 b+9 c \vdots 9$, i.e., $K^{2} \vdots 9$, which means $K=3 M$, and $M^{2}=111 a+11 b+c \...
2025
Number Theory
math-word-problem
Yes
Yes
olympiads
false
Problem 4. The bases $AB$ and $CD$ of trapezoid $ABCD$ are equal to 155 and 13, respectively, and its lateral sides are perpendicular to each other. Find the scalar product of vectors $\overrightarrow{AC}$ and $\overrightarrow{BD}$.
Answer: -2015. Solution. Let $O$ be the point of intersection of the lines containing the lateral sides $AD$ and $BC$. From the similarity of triangles $AOB$ and $DOC$, it follows that $\overrightarrow{OC} = -\frac{13}{155} \overrightarrow{BO}$, and $\overrightarrow{OD} = -\frac{13}{155} \overrightarrow{AO}$. Let the...
-2015
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 2. Dasha wrote the numbers $9,10,11, \ldots, 22$ on the board, and then erased one or several of them. It turned out that the remaining numbers on the board cannot be divided into several groups such that the sums of the numbers in the groups are equal. What is the greatest possible value of the sum of the rema...
Answer: 203. Solution. The sum of numbers from 9 to 22 is 217. If at least one number is erased, the sum of the remaining numbers does not exceed 208. Let's sequentially consider the options: - if the sum is 208, then Dasha could have erased only the number 9; then the remaining numbers can be divided into two groups...
203
Number Theory
math-word-problem
Yes
Yes
olympiads
false
Problem 6. Calculate $$ \operatorname{tg} \frac{\pi}{43} \cdot \operatorname{tg} \frac{2 \pi}{43}+\operatorname{tg} \frac{2 \pi}{43} \cdot \operatorname{tg} \frac{3 \pi}{43}+\ldots+\operatorname{tg} \frac{k \pi}{43} \cdot \operatorname{tg} \frac{(k+1) \pi}{43}+\ldots+\operatorname{tg} \frac{2019 \pi}{43} \cdot \operat...
Answer: -2021. Solution. From the formula $$ \operatorname{tg}(\alpha-\beta)=\frac{\operatorname{tg} \alpha-\operatorname{tg} \beta}{1+\operatorname{tg} \alpha \cdot \operatorname{tg} \beta} $$ we express the product of tangents: $$ \operatorname{tg} \alpha \cdot \operatorname{tg} \beta=\frac{\operatorname{tg} \alp...
-2021
Algebra
math-word-problem
Yes
Yes
olympiads
false
Problem 8. Given an isosceles triangle $K L M(K L=L M)$ with the angle at the vertex equal to $114^{\circ}$. Point $O$ is located inside triangle $K L M$ such that $\angle O M K=30^{\circ}$, and $\angle O K M=27^{\circ}$. Find the measure of angle $\angle L O M$.
Answer: $150^{\circ}$. Solution. Let $L H$ be the height/median/bisector of the triangle. Let $S$ be the intersection of ray $M O$ and segment $L H$. Note that $K S=S M$. For example, since in triangle $K S M$ the median SH coincides with the height. ![](https://cdn.mathpix.com/cropped/2024_05_06_5f8906e33c6403142659...
150
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 2. Sasha wrote the numbers $7, 8, 9, \ldots, 17$ on the board, and then erased one or several of them. It turned out that the remaining numbers on the board cannot be divided into several groups such that the sums of the numbers in the groups are equal. What is the greatest possible value of the sum of the rema...
Answer: 121. Solution. The sum of numbers from 7 to 17 is 132. If at least one number is erased, the sum of the remaining numbers does not exceed 125. Let's sequentially consider the options: - if the sum is 125, then Sasha could have erased only the number 7; then the remaining numbers can be divided into five group...
121
Number Theory
math-word-problem
Yes
Yes
olympiads
false
Task 3. In the surgical department, there are 4 operating rooms: 1, 2, 3, and 4. In the morning, they were all empty. At some point, a surgery began in operating room 1, after some time - in operating room 2, then after some more time - in operating room 3, and finally in operating room 4. All four surgeries ended sim...
Answer: Only the duration of the operation in operating room 4 can be determined. Solution. First, let's prove that the durations of operations in operating rooms 1, 2, and 3 cannot be determined uniquely. Indeed, it is not difficult to verify that if the durations of the operations are 58, 29, 27, 13 minutes or 46, 4...
13
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
Problem 6. Calculate $$ \operatorname{tg} \frac{\pi}{47} \cdot \operatorname{tg} \frac{2 \pi}{47}+\operatorname{tg} \frac{2 \pi}{47} \cdot \operatorname{tg} \frac{3 \pi}{47}+\ldots+\operatorname{tg} \frac{k \pi}{47} \cdot \operatorname{tg} \frac{(k+1) \pi}{47}+\ldots+\operatorname{tg} \frac{2021 \pi}{47} \cdot \operat...
Answer: -2021. Solution. From the formula $$ \operatorname{tg}(\alpha-\beta)=\frac{\operatorname{tg} \alpha-\operatorname{tg} \beta}{1+\operatorname{tg} \alpha \cdot \operatorname{tg} \beta} $$ we express the product of tangents: $$ \operatorname{tg} \alpha \cdot \operatorname{tg} \beta=\frac{\operatorname{tg} \alp...
-2021
Algebra
math-word-problem
Yes
Yes
olympiads
false
Problem 2. Masha wrote the numbers $4,5,6, \ldots, 16$ on the board, and then erased one or several of them. It turned out that the remaining numbers on the board cannot be divided into several groups such that the sums of the numbers in the groups are equal. What is the greatest possible value of the sum of the remain...
Answer: 121. Solution. The sum of numbers from 4 to 16 is 130. If at least one number is erased, the sum of the remaining numbers does not exceed 126. Let's sequentially consider the options: - if the sum is 126, then Masha could have erased only the number 4; then the remaining numbers can be divided into two groups...
121
Number Theory
math-word-problem
Yes
Yes
olympiads
false
Problem 3. In a surgical department, there are 4 operating rooms: A, B, V, and G. In the morning, they were all empty. At some point, an operation began in operating room A, after some time - in operating room B, then after some more time - in V, and then in $\Gamma$. All four operations ended simultaneously, and the ...
Answer: Only the duration of the operation in operating room $\Gamma$ can be determined. Solution. First, let's prove that the durations of operations in operating rooms A, B, and C cannot be determined uniquely. Indeed, it is easy to verify that if the durations of the operations are $65, 45, 44, 31$ or $56, 55, 43, ...
31
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
Problem 6. Calculate $$ \operatorname{tg} \frac{\pi}{43} \cdot \operatorname{tg} \frac{2 \pi}{43}+\operatorname{tg} \frac{2 \pi}{43} \cdot \operatorname{tg} \frac{3 \pi}{43}+\ldots+\operatorname{tg} \frac{k \pi}{43} \cdot \operatorname{tg} \frac{(k+1) \pi}{43}+\ldots+\operatorname{tg} \frac{2021 \pi}{43} \cdot \operat...
Answer: -2021. Solution. From the formula $$ \operatorname{tg}(\alpha-\beta)=\frac{\operatorname{tg} \alpha-\operatorname{tg} \beta}{1+\operatorname{tg} \alpha \cdot \operatorname{tg} \beta} $$ we express the product of tangents: $$ \operatorname{tg} \alpha \cdot \operatorname{tg} \beta=\frac{\operatorname{tg} \alp...
-2021
Algebra
math-word-problem
Yes
Yes
olympiads
false
Problem 7. For what least value of the parameter $a$ will the coefficient of $x^{4}$ in the expansion of the polynomial $\left(1-2 x+a x^{2}\right)^{8}$ be equal to $-1540?$
Answer: -19. Solution. Applying the polynomial formula, we get $$ \left(1-2 x+a x^{2}\right)^{8}=\sum_{n_{1}+n_{2}+n_{3}=8} \frac{8!}{n_{1}!\cdot n_{2}!\cdot n_{3}!} \cdot 1^{n_{1}} \cdot(-2 x)^{n_{2}} \cdot\left(a x^{2}\right)^{n_{3}}=\sum_{n_{1}+n_{2}+n_{3}=8} \frac{8!}{n_{1}!\cdot n_{2}!\cdot n_{3}!} \cdot(-2)^{n_...
-19
Algebra
math-word-problem
Yes
Yes
olympiads
false
Problem 8. Given an isosceles triangle $A B C(A B=B C)$ with the angle at the vertex equal to $102^{\circ}$. Point $O$ is located inside triangle $A B C$ such that $\angle O C A=30^{\circ}$, and $\angle O A C=21^{\circ}$. Find the measure of angle $\angle B O A$.
Answer: $81^{\circ}$. Solution. Let $B H$ be the height/median/bisector of the triangle. Let $S$ be the intersection of ray $C O$ and segment $B H$. Note that $A S=S C$. For example, in triangle $A S C$, the median $S H$ coincides with the height. ![](https://cdn.mathpix.com/cropped/2024_05_06_5f8906e33c6403142659g-1...
81
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 2. Pasha wrote the numbers $4,5,6, \ldots, 14$ on the board, and then erased one or several of them. It turned out that the remaining numbers on the board cannot be divided into several groups such that the sums of the numbers in the groups are equal. What is the greatest possible value of the sum of the remain...
# Answer: 91. Solution. The sum of the numbers from 4 to 14 is 99. If at least one number is erased, the sum of the remaining numbers does not exceed 95. Let's sequentially consider the options: - if the sum is 95, then Pasha could have erased only the number 4; then the remaining numbers can be divided into five gro...
91
Number Theory
math-word-problem
Yes
Yes
olympiads
false
Problem 3. In a surgical department, there are 4 operating rooms: A, B, C, and D. In the morning, they were all empty. At some point, a surgery began in operating room A, after some time - in operating room B, then after some more time - in C, and finally in D. All four surgeries ended simultaneously, and the total du...
Answer: Only the duration of the operation in operating room D can be determined. Solution. First, let's prove that the durations of the operations in operating rooms A, B, and C cannot be determined uniquely. Indeed, it is not difficult to verify that if the durations of the operations are $72, 35, 34, 17$ or $56, 55...
17
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
Problem 6. Calculate $$ \operatorname{tg} \frac{\pi}{47} \cdot \operatorname{tg} \frac{2 \pi}{47}+\operatorname{tg} \frac{2 \pi}{47} \cdot \operatorname{tg} \frac{3 \pi}{47}+\ldots+\operatorname{tg} \frac{k \pi}{47} \cdot \operatorname{tg} \frac{(k+1) \pi}{47}+\ldots+\operatorname{tg} \frac{2019 \pi}{47} \cdot \operat...
Answer: -2021. Solution. From the formula $$ \operatorname{tg}(\alpha-\beta)=\frac{\operatorname{tg} \alpha-\operatorname{tg} \beta}{1+\operatorname{tg} \alpha \cdot \operatorname{tg} \beta} $$ we express the product of tangents: $$ \operatorname{tg} \alpha \cdot \operatorname{tg} \beta=\frac{\operatorname{tg} \alp...
-2021
Algebra
math-word-problem
Yes
Yes
olympiads
false
Problem 7. For what least value of the parameter $a$ will the coefficient of $x^{4}$ in the expansion of the polynomial $\left(1-3 x+a x^{2}\right)^{8}$ be equal to $70 ?$
Answer: -50. Solution. Applying the polynomial formula, we get $$ \left(1-3 x+a x^{2}\right)^{8}=\sum_{n_{1}+n_{2}+n_{3}=8} \frac{8!}{n_{1}!\cdot n_{2}!\cdot n_{3}!} \cdot 1^{n_{1}} \cdot(-3 x)^{n_{2}} \cdot\left(a x^{2}\right)^{n_{3}}=\sum_{n_{1}+n_{2}+n_{3}=8} \frac{8!}{n_{1}!\cdot n_{2}!\cdot n_{3}!} \cdot(-3)^{n_...
-50
Algebra
math-word-problem
Yes
Yes
olympiads
false
Problem 8. Given an isosceles triangle $X Y Z(X Y=Y Z)$ with the angle at the vertex equal to $96^{\circ}$. Point $O$ is located inside triangle $X Y Z$ such that $\angle O Z X=30^{\circ}$, and $\angle O X Z=18^{\circ}$. Find the measure of the angle $\angle Y O X$.
Answer: $78^{\circ}$. Solution. Let $Y H$ be the height/median/bisector of the triangle. Let $S$ be the intersection of ray $Z O$ and segment $Y H$. Note that $X S=S Z$. For example, since in triangle $X S Z$ the median $S H$ coincides with the height. ![](https://cdn.mathpix.com/cropped/2024_05_06_5f8906e33c64031426...
78
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 2. The number 27 is written on the board. Every minute, the number is erased from the board and replaced with the product of its digits, increased by 12. For example, after one minute, the number on the board will be $2 \cdot 7+12=26$. What will be on the board after an hour?
# Answer: 14 Solution. Let's find the next few numbers that will appear on the board. After 26, it will be 24, then $20, 12, 14, 16, 18$ and again 20. Notice that the sequence has looped and each subsequent number will coincide with the one that is 5 positions earlier. Therefore, after an hour, that is, 60 minutes, th...
14
Number Theory
math-word-problem
Yes
Yes
olympiads
false
Task 2. Angelica wants to choose a three-digit code for her suitcase. To make it easier to remember, Angelica wants all the digits in her code to be in non-decreasing order. How many different options does Angelica have for choosing the code?
Problem 2. Angelica wants to choose a three-digit code for her suitcase. To make it easier to remember, Angelica wants all the digits in her code to be in non-decreasing order. How many different ways can Angelica choose her code? Answer. 220.
220
Combinatorics
math-word-problem
Yes
Yes
olympiads
false