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
# Task 7.2 There are 30 logs, the lengths of which are 3 or 4 meters, and their total length is one hundred meters. How many cuts are needed to saw all these logs into pieces 1 meter long? (Each cut saws exactly one log). Points 7 #
# Answer: 70 ## Solution ## First Method The total length of the logs is 100 meters. If it were a single log, 99 cuts would be needed. Since there are 30 logs, 29 cuts have already been made. Therefore, another $99-29=70$ cuts are needed. ## Second Method Let's find the number of logs of each type. If all the log...
70
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
# 5. CONDITION A right triangle $ABC$ with hypotenuse $AB$ is inscribed in a circle. A point $D$ is taken on the larger leg $BC$ such that $AC = BD$, and point $E$ is the midpoint of the arc $AB$ containing point $C$. Find the angle $DEC$.
Solution. Point $E$ is the midpoint of arc $AB$, so $AE = BE$. Moreover, inscribed angles $CAE$ and $EBD$, subtending the same arc, are equal. Given that $AC = BD$, triangles $ACE$ and $BDE$ are congruent, which implies that angle $CEA$ is equal to angle $BED$. Therefore, angle $DEC$ is equal to angle $BEA$ and both ar...
90
Geometry
math-word-problem
Yes
Yes
olympiads
false
9.1. In the product of three natural numbers, each factor was decreased by 3. Could the product have increased by exactly $2016$? (N. Agakhanov, I. Bogdanov)
Answer. Yes, it could. Solution. The product $1 \cdot 1 \cdot 676$ serves as an example. After the specified operation, it becomes $(-2) \cdot(-2) \cdot 673 = 2692 = 676 + 2016$. Remark. The given example is the only one. Here is how to come up with it. Suppose two of the factors were 1, and the third was $-a$. Their...
676
Number Theory
math-word-problem
Yes
Yes
olympiads
false
Problem 4.3. How many rectangles exist on this picture with sides running along the grid lines? (A square is also a rectangle.) ![](https://cdn.mathpix.com/cropped/2024_05_06_899cf5197845501d962eg-06.jpg?height=173&width=206&top_left_y=614&top_left_x=624)
Answer: 24. Solution. In a horizontal strip $1 \times 5$, there are 1 five-cell, 2 four-cell, 3 three-cell, 4 two-cell, and 5 one-cell rectangles. In total, $1+2+3+4+5=15$ rectangles. In a vertical strip $1 \times 4$, there are 1 four-cell, 2 three-cell, 3 two-cell, and 4 one-cell rectangles. In total, $1+2+3+4=10$ r...
24
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
Problem 5.3. A cuckoo clock is hanging on the wall. When a new hour begins, the cuckoo says "cuckoo" a number of times equal to the number the hour hand points to (for example, at 19:00, "cuckoo" sounds 7 times). One morning, Maxim approached the clock when it was 9:05. He started turning the minute hand until he advan...
Answer: 43. Solution. The cuckoo will say "cuckoo" from 9:05 to 16:05. At 10:00 it will say "cuckoo" 10 times, at 11:00 - 11 times, at 12:00 - 12 times. At 13:00 (when the hand points to the number 1) "cuckoo" will sound 1 time. Similarly, at 14:00 - 2 times, at 15:00 - 3 times, at 16:00 - 4 times. In total $$ 10+11+...
43
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
Problem 5.5. From a $6 \times 6$ grid square, gray triangles have been cut out. What is the area of the remaining figure? The side length of each cell is 1 cm. Give your answer in square centimeters. ![](https://cdn.mathpix.com/cropped/2024_05_06_899cf5197845501d962eg-11.jpg?height=309&width=313&top_left_y=92&top_left...
Answer: 27. Solution. The area of the entire square is $6 \cdot 6=36$ sq. cm. Divide the triangle located in the middle of the square into two smaller triangles, as shown in the picture on the left. Then the dark gray triangles can be combined into a rectangle $1 \times 3$, and the light gray triangles into a rectang...
27
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 6.5. In the park, paths are laid out as shown in the figure. Two workers started to asphalt them, starting simultaneously from point $A$. They lay asphalt at constant speeds: the first on the section $A-B-C$, the second on the section $A-D-E-F-C$. In the end, they finished the work simultaneously, spending 9 ho...
Answer: 45. Solution. Let the line $A D$ intersect the line $C F$ at point $G$, as shown in the figure below. Since $A B C G$ and $D E F G$ are rectangles, we have $A B=C G, B C=A G, E F=D G$ and $D E=F G$. ![](https://cdn.mathpix.com/cropped/2024_05_06_899cf5197845501d962eg-17.jpg?height=252&width=301&top_left_y=96&...
45
Algebra
math-word-problem
Yes
Yes
olympiads
false
Problem 6.8. There are exactly 120 ways to color five cells in a $5 \times 5$ table so that each column and each row contains exactly one colored cell. There are exactly 96 ways to color five cells in a $5 \times 5$ table without a corner cell so that each column and each row contains exactly one colored cell. How ma...
Answer: 78. Solution. Consider the colorings of a $5 \times 5$ table described in the problem (i.e., such that in each column and each row exactly one cell is colored). For convenience, let's introduce some notations. Let the top-left corner cell of the $5 \times 5$ table be called $A$, and the bottom-right corner ce...
78
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
Problem 8.1. In a $5 \times 5$ square, some cells have been painted black as shown in the figure. Consider all possible squares whose sides lie along the grid lines. In how many of them is the number of black and white cells the same? ![](https://cdn.mathpix.com/cropped/2024_05_06_899cf5197845501d962eg-24.jpg?height=3...
Answer: 16. Solution. An equal number of black and white cells can only be in squares $2 \times 2$ or $4 \times 4$ (in all other squares, there is an odd number of cells in total, so there cannot be an equal number of black and white cells). There are only two non-fitting $2 \times 2$ squares (both of which contain th...
16
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
Problem 8.3. In triangle $ABC$, the sides $AC=14$ and $AB=6$ are known. A circle with center $O$, constructed on side $AC$ as the diameter, intersects side $BC$ at point $K$. It turns out that $\angle BAK = \angle ACB$. Find the area of triangle $BOC$. ![](https://cdn.mathpix.com/cropped/2024_05_06_899cf5197845501d962...
Answer: 21. Solution. Since $AC$ is the diameter of the circle, point $O$ is the midpoint of $AC$, and $\angle AKC = 90^{\circ}$. ![](https://cdn.mathpix.com/cropped/2024_05_06_899cf5197845501d962eg-25.jpg?height=371&width=407&top_left_y=196&top_left_x=517) Then, $$ \angle BAC = \angle BAK + \angle CAK = \angle BCA...
21
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 8.7. Given an isosceles triangle $A B C$, where $A B=A C$ and $\angle A B C=53^{\circ}$. Point $K$ is such that $C$ is the midpoint of segment $A K$. Point $M$ is chosen such that: - $B$ and $M$ are on the same side of line $A C$; - $K M=A B$ - angle $M A K$ is the maximum possible. How many degrees does angl...
Answer: 44. Solution. Let the length of segment $AB$ be $R$. Draw a circle with center $K$ and radius $R$ (on which point $M$ lies), as well as the tangent $AP$ to it such that the point of tangency $P$ lies on the same side of $AC$ as $B$. Since $M$ lies inside the angle $PAK$ or on its boundary, the angle $MAK$ does...
44
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 10.1. An equilateral triangle with a side of 10 is divided into 100 small equilateral triangles with a side of 1. Find the number of rhombi consisting of 8 small triangles (such rhombi can be rotated). ![](https://cdn.mathpix.com/cropped/2024_05_06_899cf5197845501d962eg-32.jpg?height=280&width=582&top_left_y=11...
Answer: 84. Solution. Rhombuses consisting of eight triangles can be of one of three types: ![](https://cdn.mathpix.com/cropped/2024_05_06_899cf5197845501d962eg-32.jpg?height=118&width=602&top_left_y=1598&top_left_x=433) It is clear that the number of rhombuses of each orientation will be the same, so let's consider ...
84
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
Problem 10.5. A circle $\omega$ is inscribed in trapezoid $A B C D$, and $L$ is the point of tangency of $\omega$ and side $C D$. It is known that $C L: L D=1: 4$. Find the area of trapezoid $A B C D$, if $B C=9$, $C D=30$. ![](https://cdn.mathpix.com/cropped/2024_05_06_899cf5197845501d962eg-35.jpg?height=305&width=40...
Answer: 972. Solution. Let's mark the center of the circle $I$, as well as the points of tangency $P, Q, K$ with the sides $B C$, $A D, A B$ respectively. Note that $I P \perp B C, I Q \perp A D$, i.e., points $P, I, Q$ lie on the same line, and $P Q$ is the height of the given trapezoid, equal to the diameter of its ...
972
Geometry
math-word-problem
Yes
Yes
olympiads
false
5. A $3 \times 3$ table is initially filled with zeros. In one move, any $2 \times 2$ square in the table is selected, and all zeros in it are replaced with crosses, and all crosses with zeros. We will call any arrangement of crosses and zeros in the table a "pattern." How many different patterns can be obtained as a r...
Solution. First method. Different drawings differ by at least one cell in the table, either plus or minus. The symbol in a given specific cell is determined by the parity (even or odd) of the number of swaps performed in each $2 \times 2$ square containing that cell. Each $2 \times 2$ square contains exactly one corner...
16
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
4. Point E is the midpoint of side AB of parallelogram ABCD. On segment DE, there is a point F such that $\mathrm{AD}=\mathbf{B F}$. Find the measure of angle CFD.
Solution: Extend DE until it intersects line BC at point K (see figure). Since $\mathrm{BK} \| \mathrm{AD}$, then $\angle \mathrm{KBE}=\angle \mathrm{DAE}$. Moreover, $\angle \mathrm{KEB}=\angle \mathrm{DEA}$ and $\mathrm{AE}=\mathrm{BE}$, so triangles $\mathrm{BKE}$ and $\mathrm{ADE}$ are congruent. Therefore, $\mathr...
90
Geometry
math-word-problem
Yes
Yes
olympiads
false
2. Find the smallest natural number that ends in 56, is divisible by 56, and has the sum of its digits equal to 56.
2. Answer: 29899856. The number has the form $100 A+56$, where $A$ is divisible by 7 and is even. The sum of the digits of $A$ is 45. It is sufficient to indicate the smallest number with these properties. Clearly, it must be at least six digits. The smallest even number with a digit sum of 45 is 199998, but it is not...
29899856
Number Theory
math-word-problem
Yes
Yes
olympiads
false
10.1. The student was given an assignment consisting of 20 problems. For each correctly solved problem, they receive 8 points, for each incorrectly solved problem - minus 5 points, and for a problem they did not attempt - 0 points. The student scored a total of 13 points. How many problems did the student attempt?
# Solution. Let $x$ be the number of problems solved correctly, $y$ be the number of problems solved incorrectly. Then we get the equation $8x - 5y = 13$. This equation can be solved in two ways. 1st method. Rewrite the equation as $8(x + y) = 13(1 + y)$. We see that the number $x + y$ is divisible by 13. On the othe...
13
Algebra
math-word-problem
Yes
Yes
olympiads
false
10.5. Three families of parallel lines have been drawn, with 10 lines in each. What is the maximum number of triangles they can cut out of the plane?
Solution. Consider 100 nodes - the intersection points of lines from the first and second directions. Divide them into 10 sectors: the first sector - nodes lying on the first lines of the first and second directions. The second sector - nodes lying on the second lines (excluding points lying in the first sector) and so...
150
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
1. Denis housed chameleons that can change color only to two colors: red and brown. Initially, the number of red chameleons was five times the number of brown chameleons. After two brown chameleons turned red, the number of red chameleons became eight times the number of brown chameleons. Find out how many chameleons D...
Solution. Let $t$ be the number of brown chameleons Denis had. Then the number of red chameleons was $5t$. From the problem statement, we get the equation $5 t+2=8(t-2)$. Solving this, we find $t=6$. Therefore, the total number of chameleons is $6 t$, which is 36. Answer. 36 Recommendations for checking. Only the cor...
36
Algebra
math-word-problem
Yes
Yes
olympiads
false
6. Next to the number 2022 on the board, an unknown positive number less than 2022 was written. Then one of the numbers on the board was replaced by their arithmetic mean. This replacement was performed 9 more times, and the arithmetic mean was always an integer. Find the smaller of the numbers originally written on th...
Solution. Let at some point the numbers $a$ and $b$ be written on the board, with $a > b$. Then notice that after the specified operation, the difference between the numbers will become twice as small, regardless of which number we erase, since $$ a - b = 2\left(a - \frac{a + b}{2}\right) = 2\left(\frac{a + b}{2} - b\...
998
Number Theory
math-word-problem
Yes
Yes
olympiads
false
2. The numbers from 1 to 2019 were written in a row. Which digit was written more: ones or twos, and by how many?
2. Answer. There are 990 more ones. Solution. From 1 to 999, their quantity is the same. From 1000 to 1999, there are 1000 more ones. From 2000 to 2009, there are 10 more twos. From 2010 to 2019, it is the same again. In total, $1000-10=990$. Grading criteria. Full solution - 7 points. In other cases $-\mathbf{0}$ poi...
990
Number Theory
math-word-problem
Yes
Yes
olympiads
false
3. The length of the road from the Capital to city O is 2020 kilometers. Along the road are kilometer markers. On the first marker, on the front side, 1 is written, and on the back - 2019; on the second - 2 and 2018 ..., on the last - 2019 and 1. A marker is called good if the two written numbers have a common divisor ...
3. Answer: 800. Solution. Note that the sum of two numbers on a pillar is 2020. If both numbers are divisible by some common divisor, then $2020=4 * 5 * 101$ is also divisible by this divisor. All even pillars are good, all divisible by 5 are good, all divisible by 101 are good. In total, there are odd pillars $2020 / ...
800
Number Theory
math-word-problem
Yes
Yes
olympiads
false
3. In triangle $A B C \quad A C=18 \text{ cm}, B C=21$ cm. Point $K$ is the midpoint of side $B C$, and point $M$ is the midpoint of side $A B$, point $N$ lies on side $A C$ and $A N=6 \text{ cm}$. Given that $M N=K N$. Find the length of side $A B$.
3. Since $M$ and $K$ are midpoints of the sides, we will extend the segments $NM$ and $NK$ beyond the specified points by the same distance and connect the points $L, B, A, N$; as well as $F, B, N, C$. Then the quadrilaterals $ALBN$ and $NBFC$ become parallelograms. Since in a parallelogram the sum of the squares of th...
15
Geometry
math-word-problem
Yes
Yes
olympiads
false
1. Out of four classes, $28\%$ of the students received a "5" for the final math test, "4" - $35\%$, "3" - $25\%$, and "2" - $12\%$. How many students took the test if there are no more than 30 students in each class?
1. Answer: 100. From the condition, it follows that the number of schoolchildren must be divisible by 25, 20, and 4. The smallest suitable number is 100, the next one is 200, but it would not work for us since, according to the condition, there cannot be more than 120 people in 4 classes.
100
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
8-1. Kolya made a figure from four identical blocks as shown in the picture. What is the surface area of this figure? Express your answer in square centimeters. ![](https://cdn.mathpix.com/cropped/2024_05_06_8b3efc685c220cbeb247g-1.jpg?height=450&width=1295&top_left_y=786&top_left_x=355)
Answer: 64. Solution. The surface area of one block is 18 cm². Out of this area, 2 cm² is "lost" at the joints with other blocks, leaving a total area of $18-2=16$ cm². Since there are 4 blocks, the answer is $4 \cdot 16=64$ cm².
64
Geometry
math-word-problem
Yes
Yes
olympiads
false
8-3. Olya bought three gifts and packed them in three rectangular boxes: blue, red, and green. She tried to place these gifts in different ways: one on the table, and two on top of each other on the floor. Some distances are given in the diagram. Find the height of the table $h$. Express your answer in centimeters. ![...
Answer: 91. Solution: Let the height of the blue rectangle be $b$, the height of the red rectangle be $r$, and the height of the green rectangle be $g$. Then, according to the condition, $h+b-g=111, h+r-b=80, h+g-r=82$. Adding all these equations, we get $3h=273$, from which $h=91$.
91
Geometry
math-word-problem
Yes
Yes
olympiads
false
8-4. There are 50 parking spaces on a parking lot, numbered from 1 to 50. Currently, all parking spaces are empty. Two cars, a black one and a pink one, have arrived at the parking lot. How many ways are there to park these cars such that there is at least one empty parking space between them? If the black and pink ca...
Answer: 2352. Solution I. Carefully consider the cases of the placement of the black car. If it parks in spot number 1 or 50, the pink car can park in any of the 48 spots (numbered from 3 to 50 or from 1 to 48, respectively). If the black car parks in a spot numbered from 2 to 49, the pink car has only 47 options (all...
2352
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
5. In a magical coffee shop, 55 creatures met: elves and dwarves. Each ordered either a cup of tea or a cup of coffee. All elves tell the truth when drinking tea and lie when drinking coffee, while all dwarves do the opposite. When asked, "Are you drinking tea?" 44 of those present answered "yes," and when asked, "Are ...
# Solution. Let's see how gnomes and elves would answer the questions and create the corresponding table, | | "Are you drinking tea?" | "Are you a gnome?" | | :---: | :---: | :---: | | Elf drinking tea | yes | no | | Elf drinking coffee | yes | yes | | Gnome drinking tea | no | no | | Gnome drinking coffee | no | ye...
22
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
1. First solution: Since the Rabbit ran at a speed twice that of Alice, by the time Alice arrived at the Duchess's, the Rabbit was again halfway. Since he was 10 minutes late, Alice spent 20 minutes on half the journey, and 40 minutes on the entire journey.
Second solution: Let the time it took for Alice to walk from the Rabbit's house to the Duchess's house be $t$ minutes. The Rabbit walked half the distance with Alice, which took him $\frac{t}{2}$ minutes. Then he ran a distance equal to $\frac{3}{2}$ of the distance from his house to the Duchess's house. Since he ran t...
40
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
1. From the sequence of natural numbers, all numbers that are squares or cubes of integers have been erased. Which of the remaining numbers is in the hundredth place?
Solution. Consider the first hundred natural numbers. Among these numbers, there are ten squares (from 1 to $10^{2}=100$) and four cubes (from 1 to $4^{3}=64$). Note that two of these numbers, namely, 1 and 64, are both squares and cubes. Thus, from the first hundred, we have crossed out 12 numbers. Among the next twel...
112
Number Theory
math-word-problem
Yes
Yes
olympiads
false
1. Variant 1. When multiplying a two-digit and a three-digit number, a four-digit number of the form $A=\overline{a b a b}$ is obtained. Find the largest $A$, given that $A$ is divisible by 14.
Answer: 9898. Solution. Note that $A=\overline{a b a b}=\overline{a b} \cdot 101$. Since 101 and 14 are coprime, $\overline{a b}$ is divisible by 14. The maximum value of $\overline{a b}=98$.
9898
Number Theory
math-word-problem
Yes
Yes
olympiads
false
2. Variant 1. Find the number of four-digit numbers where the digit in the units place is exactly 1 more than the digit in the tens place (the number cannot start with zero).
Answer: 810. Solution. The leading digit of the number can be chosen in 9 ways (any digit except zero). The digit in the hundreds place can be chosen in 10 ways (any digit will do). The digit in the tens place can be any digit from 0 to 8, and the digit in the units place is uniquely determined by the chosen digit in ...
810
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
Variant 2. Find the number of four-digit numbers for which the digit in the units place is exactly 2 more than the digit in the hundreds place (the number cannot start with zero).
Answer: 720. Option 3 Find the number of four-digit numbers where the digit in the hundreds place is exactly 3 more than the digit in the units place (the number cannot start with zero). Answer: 630.
630
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
# 5. Option 1. In the district, there are three villages A, B, and C connected by dirt roads, with any two villages being connected by several (more than one) roads. Traffic on the roads is two-way. We will call a path from one village to another either a road connecting them or a chain of two roads passing through a ...
Answer: 26. Solution. Let there be $k$ roads between cities A and B, $m$ roads between cities B and V, and $n$ roads between cities A and V. Then the number of paths from A to B is $k + m n$, and the number of paths from B to V is $m + k n$. We have the system of equations $k + m n = 34$, $m + k n = 29$, where the un...
26
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
# 6. Variant 1. The vertices of the triangle have coordinates $A(1 ; 3.5), B(13.5 ; 3.5), C(11 ; 16)$. Consider horizontal lines given by the equations $y=n$, where $n$ is an integer. Find the sum of the lengths of the segments cut off on these lines by the sides of the triangle.
Answer: 78. Solution. Draw the line $y=4$, and let it intersect the triangle $A B C$ at points $F$ and $G$. Construct a rectangle $F K M G$ such that $K M$ passes through point $C$ parallel to the $O x$ axis. Let $L_{1}, L_{2}, L_{3}$ be the sums of the lengths of the segments cut by the lines $y=n$ in the triangles ...
78
Geometry
math-word-problem
Yes
Yes
olympiads
false
7. Variant 1. Numbers $x$ and $y$ satisfy the equation $\frac{x}{x+y}+\frac{y}{2(x-y)}=1$. Find all possible values of the expression $\frac{5 x+y}{x-2 y}$, and in the answer, write their sum.
Answer: 21. Solution. By bringing to a common denominator and combining like terms, we get the equality $3 y^{2}=x y$. If $y=0$, then $x$ is any non-zero number. In this case, the value of the expression is 5. If $x=3 y \neq 0$, then in this case, the value of the expression is 16. The final answer is $5+16=21$.
21
Algebra
math-word-problem
Yes
Yes
olympiads
false
Problem 4.3. Zhenya drew a square with a side of 3 cm, and then erased one of these sides. A figure in the shape of the letter "P" was obtained. The teacher asked Zhenya to place dots along this letter "P", starting from the edge, so that the next dot was 1 cm away from the previous one, as shown in the picture, and th...
Answer: 31. Solution. Along each of the three sides of the letter "П", there will be 11 points. At the same time, the "corner" points are located on two sides, so if 11 is multiplied by 3, the "corner" points will be counted twice. Therefore, the total number of points is $11 \cdot 3-2=31$.
31
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 4.5. Hooligan Dima laid out a structure in the shape of a $3 \times 5$ rectangle using 38 wooden toothpicks. Then he simultaneously set fire to two adjacent corners of this rectangle, marked in the diagram. It is known that one toothpick burns for 10 seconds. How many seconds will it take for the entire struct...
Answer: 65. Solution. In the picture below, for each "node", the point where the toothpicks connect, the time in seconds it takes for the fire to reach it is indicated. It will take the fire another 5 seconds to reach the middle of the middle toothpick in the top horizontal row (marked in the picture). ![](https://cd...
65
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
Problem 5.8. Inside a large triangle with a perimeter of 120, several segments were drawn, dividing it into nine smaller triangles, as shown in the figure. It turned out that the perimeters of all nine small triangles are equal to each other. What can they be equal to? List all possible options. The perimeter of a fig...
Answer: 40. Solution. Let's add the perimeters of the six small triangles marked in gray in the following figure: ![](https://cdn.mathpix.com/cropped/2024_05_06_b46fbd582cc3a82460aeg-13.jpg?height=262&width=315&top_left_y=83&top_left_x=573) From the obtained value, subtract the perimeters of the other three small wh...
40
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 6.7. Anya places pebbles on the sand. First, she placed one stone, then added pebbles to form a pentagon, then made a larger outer pentagon with pebbles, then another outer pentagon, and so on, as shown in the picture. The number of stones she had arranged on the first four pictures: 1, 5, 12, and 22. If she co...
Answer: 145. Solution. On the second picture, there are 5 stones. To get the third picture from it, you need to add three segments with three stones on each. The corner stones will be counted twice, so the total number of stones in the third picture will be $5+3 \cdot 3-2=12$. ![](https://cdn.mathpix.com/cropped/2024_...
145
Number Theory
math-word-problem
Yes
Yes
olympiads
false
Problem 8.2. In the chat of students from one of the schools, a vote was held: "On which day to hold the disco: October 22 or October 29?" The graph shows how the votes were distributed an hour after the start of the voting. Then, 80 more people participated in the voting, voting only for October 22. After that, the ...
Answer: 260. Solution. Let $x$ be the number of people who voted an hour after the start. From the left chart, it is clear that $0.35 x$ people voted for October 22, and $-0.65 x$ people voted for October 29. In total, $x+80$ people voted, of which $45\%$ voted for October 29. Since there are still $0.65 x$ of them, ...
260
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
Problem 9.4. A line $\ell$ is drawn through vertex $A$ of rectangle $ABCD$, as shown in the figure. Perpendiculars $BX$ and $DY$ are dropped from points $B$ and $D$ to line $\ell$. Find the length of segment $XY$, given that $BX=4$, $DY=10$, and $BC=2AB$. ![](https://cdn.mathpix.com/cropped/2024_05_06_b46fbd582cc3a824...
Answer: 13. ![](https://cdn.mathpix.com/cropped/2024_05_06_b46fbd582cc3a82460aeg-31.jpg?height=431&width=519&top_left_y=166&top_left_x=467) Fig. 5: to the solution of problem 9.4 Solution. Note that since $\angle Y A D=90^{\circ}-\angle X A B$ (Fig. 5), right triangles $X A B$ and $Y D A$ are similar by the acute an...
13
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 9.6. In triangle $ABC$, the angles $\angle B=30^{\circ}$ and $\angle A=90^{\circ}$ are known. On side $AC$, point $K$ is marked, and on side $BC$, points $L$ and $M$ are marked such that $KL=KM$ (point $L$ lies on segment $BM$). Find the length of segment $LM$, if it is known that $AK=4$, $BL=31$, and $MC=3$. ...
Answer: 14. Solution. In the solution, we will use several times the fact that in a right-angled triangle with an angle of $30^{\circ}$, the leg opposite this angle is half the hypotenuse. Drop the height $K H$ from the isosceles triangle $K M L$ to the base (Fig. 7). Since this height is also a median, then $M H=H L=...
14
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 10.2. Points $A, B, C, D, E, F, G$ are located clockwise on a circle, as shown in the figure. It is known that $A E$ is the diameter of the circle. Also, it is known that $\angle A B F=81^{\circ}, \angle E D G=76^{\circ}$. How many degrees does the angle $F C G$ measure? ![](https://cdn.mathpix.com/cropped/202...
Answer: 67. Solution. Since inscribed angles subtended by the same arc are equal, then $\angle A C F=$ $\angle A B F=81^{\circ}$ and $\angle E C G=\angle E D G=76^{\circ}$. Since a right angle is subtended by the diameter, $$ \angle F C G=\angle A C F+\angle E C G-\angle A C E=81^{\circ}+76^{\circ}-90^{\circ}=67^{\ci...
67
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 11.2. A square was cut into five rectangles of equal area, as shown in the figure. The width of one of the rectangles is 5. Find the area of the square. ![](https://cdn.mathpix.com/cropped/2024_05_06_b46fbd582cc3a82460aeg-41.jpg?height=359&width=393&top_left_y=874&top_left_x=530)
Answer: 400. Solution. The central rectangle and the rectangle below it have a common horizontal side, and their areas are equal. Therefore, the vertical sides of these rectangles are equal, let's denote them by $x$ (Fig. 13). The vertical side of the lower left rectangle is $2x$, and we will denote its horizontal sid...
400
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 11.3. In a football tournament, 15 teams participated, each playing against each other exactly once. For a win, 3 points were awarded, for a draw - 1 point, and for a loss - 0 points. After the tournament ended, it turned out that some 6 teams scored at least $N$ points each. What is the largest integer value ...
# Answer: 34. Solution. Let's call these 6 teams successful, and the remaining 9 teams unsuccessful. We will call a game between two successful teams an internal game, and a game between a successful and an unsuccessful team an external game. First, note that for each game, the participating teams collectively earn n...
34
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
Problem 11.8. Given a parallelepiped $A B C D A_{1} B_{1} C_{1} D_{1}$. A point $X$ is chosen on the edge $A_{1} D_{1}$, and a point $Y$ is chosen on the edge $B C$. It is known that $A_{1} X=5, B Y=3, B_{1} C_{1}=14$. The plane $C_{1} X Y$ intersects the ray $D A$ at point $Z$. Find $D Z$. ![](https://cdn.mathpix.com...
Answer: 20. Solution. Lines $C_{1} Y$ and $Z X$ lie in parallel planes $B B_{1} C_{1} C$ and $A A_{1} D_{1} D$, so they do not intersect. Since these two lines also lie in the same plane $C_{1} X Z Y$, they are parallel. Similarly, lines $Y Z$ and $C_{1} X$ are parallel. Therefore, quadrilateral $C_{1} X Z Y$ is a par...
20
Geometry
math-word-problem
Yes
Yes
olympiads
false
3. What is the maximum number of pawns that can be placed on a chessboard (no more than one pawn per square), if: 1) a pawn cannot be placed on the $e4$ square; 2) no two pawns can stand on squares that are symmetric with respect to the $e4$ square? Answer: 39 pawns.
Solution. All fields of the board except for the vertical $a$, the horizontal 8, and the field e4 can be divided into pairs that are symmetrical relative to e4. Such pairs form 24. According to the condition, no more than one pawn can be placed on the fields of each pair. In addition, no more than one pawn can be place...
39
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
5. Borya and Vova are playing the following game on an initially white $8 \times 8$ board. Borya moves first and on each of his turns, he colors any four white cells black. After each of his moves, Vova colors an entire row (row or column) completely white. Borya aims to color as many cells black as possible, while Vov...
Solution. Let Vova make white the row with the most black cells on each of his moves. Then, as soon as Borya achieves a row of no less than four black cells (we will call such a row "rich"), Vova will remove at least four cells, meaning that Borya will not be able to increase the number of black cells compared to his p...
25
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
2. The password consists of four different digits, the sum of which is 27. How many password options exist
Answer: 72. Solution. Among the digits of the password, there is a 9. Otherwise, since all digits of the password are different, the maximum sum of the digits will not exceed $8+7+6+5=26$. If there are 9 and 8, then the other two digits are no more than 7, and their sum is 10. There are two possible cases: 7,3 and 6,4...
72
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
1. Eight cards have the numbers $1,1,2,2,3,3,4,4$ written on them. Can these cards be placed in a row so that there is one card between the ones, two cards between the twos, three cards between the threes, and exactly four cards between the fours?
Answer: Yes. Solution: For example, this: 41312432. Instructions for checking: The score can only be one of two: 0 points or 7 points.
41312432
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
4. The function $f(x)$ is such that for all values of $x$, the equality $f(x+1)-f(x)=x+1$ holds. It is known that $f(0)=4$. Find $f(62)$. #
# Solution. $$ f(62)-f(61)=61+1=62 \rightarrow f(62)-f(0)=31 * 63=1953 $$ Therefore, $f(62)=1957$.
1957
Algebra
math-word-problem
Yes
Yes
olympiads
false
Problem 7.1.1. Let $A, B, C, D, E, F, G, H$ - be different digits from 0 to 7 - satisfy the equation $$ \overline{A B C}+\overline{D E}=\overline{F G H} $$ Find $\overline{D E}$, if $\overline{A B C}=146$. (The notation $\overline{A B C}$ represents a three-digit number consisting of digits $A, B, C$, similarly cons...
Answer: 57. Solution. Substitute 146 for $\overline{A B C}$ and write the example in a column: $$ \begin{array}{r} 146 \\ +\quad D E \\ \hline F G H \end{array} $$ $D, E, F, G, H$ can only be the digits $0,2,3,5,7$. Let's consider $E$. - If $E=0$, then $H=6$ - but this contradicts the fact that $C=6$. - If $E=2$, t...
57
Number Theory
math-word-problem
Yes
Yes
olympiads
false
Problem 7.2.1. In the figure, rays $O A, O B, O C, O D, O E, O F$ are such that: - $O B$ is the bisector of angle $A O C$ - $O E$ is the bisector of angle $D O F$; - $\angle A O F=146^{\circ}, \angle C O D=42^{\circ}$. How many degrees does angle $B O E$ measure? ![](https://cdn.mathpix.com/cropped/2024_05_06_ce96a3...
Answer: $94^{\circ}$. Solution. Let's find the sum of angles $A O B$ and $E O F$: $$ \angle A O B+\angle E O F=\frac{\angle A O C}{2}+\frac{\angle D O F}{2}=\frac{\angle A O F-\angle C O D}{2}=\frac{146^{\circ}-42^{\circ}}{2}=52^{\circ} $$ Now it is not difficult to find the required angle: $$ \angle B O E=\angle A...
94
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 7.4.1. Brothers Lёsha and Sasha decided to get to the skate park. They left at the same time, but Lёsha walked with the skateboard in his hands, while Sasha rode on the skateboard. It is known that Sasha rides the skateboard 3 times faster than Lёsha walks with the skateboard. After some time, they simultaneous...
Answer: 1100. Solution. Let $v$ be the walking speed of Lёsha, then $3v$ is the skateboarding speed of Sasha. After switching their modes of transportation, each of their speeds changed by a factor of 2, so $2v$ is Lёsha's skateboarding speed, and $1.5v$ is Sasha's walking speed. Therefore, on the second part of the j...
1100
Algebra
math-word-problem
Yes
Yes
olympiads
false
Problem 7.7.1. A seven-digit natural number $N$ is called interesting if: - it consists of non-zero digits; - it is divisible by 4; - any number obtained from the number $N$ by permuting its digits is divisible by 4. How many interesting numbers exist?
Answer: 128. Solution. We will use the divisibility rule for 4: a number is divisible by 4 if and only if the number formed by its last two digits is divisible by 4. In an interesting number, the digits can be rearranged in any way, and the divisibility by 4 should remain unchanged. This implies that there are no odd...
128
Number Theory
math-word-problem
Yes
Yes
olympiads
false
10.4 Given a triangle $A B C$. Point $P$ is the incenter. Find the angle $B$, if it is known that $R_{A B C}=R_{A P C}$, where $R_{A B C}, R_{A P C}$ are the radii of the circumcircles of triangles $ABC$ and $APC$ respectively.
10.4. Given a triangle $A B C$. Point $P$ is the incenter. Find the angle $B$, if it is known that $R_{A B C}=R_{A P C}$, where $R_{A B C}, R_{A P C}$ are the radii of the circumcircles of triangles $ABC$ and $APC$ respectively. Answer: $60^{\circ}$. Hint: Let $\alpha=\angle A B C$. Then $\angle A P C=90^{\circ}+\frac...
60
Geometry
math-word-problem
Yes
Yes
olympiads
false
4.1. Given an arithmetic progression $a_{1}, a_{2}, \ldots, a_{100}$. It is known that $a_{3}=9.5$, and the common difference of the progression $d=0.6$. Find the sum $\left\{a_{1}\right\}+\left\{a_{2}\right\}+\ldots+\left\{a_{100}\right\}$. The notation $\{x\}$ represents the fractional part of the number $x$, i.e., t...
Answer: 50 Solution. Let's look at the first digits after the decimal point in the decimal representation of the terms of the progression. Since $d=0.6$ and $a_{3}=9.5$, the sequence of these digits is: $3,9,5,1,7,3,9,5,1,7, \ldots$ It is periodic with a period of 5. Then the sum of the fractional parts of any five co...
50
Algebra
math-word-problem
Yes
Yes
olympiads
false
5.1. A random number sensor outputs a number $a$ - one of the natural numbers $1,2, \ldots, 100$ (with equal probability). For this value of $a$, we find the maximum possible value $M$ of the function $$ f(x)=\frac{700}{x^{2}-2 x+2 a} $$ The probability that $M>10$ is $n$ percent. What is $n$?
Answer: 35 Solution. The minimum value of the quadratic trinomial $x^{2}-2 x+2 a$ is $2 a-1$. Since for the considered values of $a$ we have $2 a-1>0$ (which is true for $a>1 / 2$), the maximum value of $f(x)$ is $M=\frac{700}{2 a-1}$. Next, the condition $M>10$ (for $2 a-1>0$) is equivalent to the following condition...
35
Algebra
math-word-problem
Yes
Yes
olympiads
false
6.1. In a row, the numbers are written: $100^{100}, 101^{101}, 102^{102}, \ldots, 876^{876}$ (i.e., the numbers of the form $n^{n}$ for natural numbers n from 100 to 876.) How many of the written numbers are perfect cubes? (A perfect cube is the cube of an integer.)
# Answer: 262 Solution. Consider a number of the form $m^{k}$, where $m$ and $k$ are natural numbers. If $k$ is divisible by 3, then $m^{k}$ is a perfect cube. Otherwise, $m^{k}$ is a perfect cube if and only if $m$ is a perfect cube. Thus, the answer to our problem is the total number of numbers that are divisible by...
262
Number Theory
math-word-problem
Yes
Yes
olympiads
false
7.1. In a triangular pyramid $A B C D$, it is known that: $A B=C D=6, A D=B C=10, \angle A B C=120^{\circ}$. Find $R^{2}$, where $R$ is the radius of the smallest sphere that can contain such a pyramid.
Answer: 49 Solution. Since the segment $AC$ fits inside the sphere, $2R \geqslant AC$. On the other hand, the sphere constructed with $AC$ as its diameter covers both the triangle $ABC$, since $\angle ABC > 90^{\circ}$, and the congruent (by three sides) triangle $BAD$, and thus covers the entire tetrahedron. Therefor...
49
Geometry
math-word-problem
Yes
Yes
olympiads
false
8.1. On the coordinate plane, a triangle $O A B$ is drawn, where the point of intersection of the medians is at $\left(\frac{19}{3}, \frac{11}{3}\right)$, and points $A$ and $B$ have natural coordinates. Find the number of such triangles. (Here, $O$ denotes the origin - the point $(0,0)$; two triangles with the same se...
Answer: 90. Let $M$ be the midpoint of $AB$. Then, by the property of the median, $OM = \frac{3}{2} OG$, where $G$ is the centroid. Therefore, $M$ has coordinates $\left(\frac{19}{2}, \frac{11}{2}\right)$. ![](https://cdn.mathpix.com/cropped/2024_05_06_dd1d5c49961b7f585dbeg-10.jpg?height=660&width=942&top_left_y=561&...
90
Geometry
math-word-problem
Yes
Yes
olympiads
false
Task 6.4. On a computer keyboard, the key with the digit 1 is not working. For example, if you try to type the number 1231234, only the number 23234 will be printed. Sasha tried to type an 8-digit number, but only 202020 was printed. How many 8-digit numbers meet this condition?
Answer: 28. Solution. It is clear that 2 units were not printed. There are 7 positions where they can be located (they can be in the same position or in different ones): - X202020; - 2 X 02020; - $20 \times 2020$ - $202 \times 020$ - $2020 \times 20$ - $20202 \mathrm{X} 0$ - $202020 \mathrm{X}$. Case 1. If the first...
28
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
Problem 6.7. The Amur and Bengal tigers started running in a circle at 12:00, each at their own constant speed. By 14:00, the Amur tiger had run 6 more laps than the Bengal tiger. Then the Amur tiger increased its speed by 10 km/h, and by 15:00, it had run a total of 17 more laps than the Bengal tiger. How many meters ...
Answer: 1250. Solution. In the first 2 hours, the Amur tiger ran 6 more laps, i.e., in 1 hour, it ran 3 more laps. If it had not increased its speed, in the first 3 hours, it would have run 9 more laps. However, the increase in speed resulted in an additional $17-9=8$ laps in the third hour. Since it increased its spe...
1250
Algebra
math-word-problem
Yes
Yes
olympiads
false
7.2 There were 25 sparrows sitting on two bushes. After 5 sparrows flew from the first bush to the second, and 7 sparrows flew away from the second bush, it turned out that there were twice as many sparrows left on the first bush as on the second. How many sparrows were there on each bush initially?
7.2 On the first bush, there were 17 sparrows, and on the second, there were 8. After 7 sparrows flew away, 18 remained. At this point, there were twice as many sparrows on the first bush as on the second. This means there were 12 sparrows on the first bush and 6 on the second. If we return 7 sparrows to the second bu...
17
Algebra
math-word-problem
Yes
Yes
olympiads
false
7.4. What angle do the hour and minute hands form at twenty minutes past one? (Don't forget to justify your answer).
7.4 $110^{\circ}$. At 12:00, the angle between the hour and minute hands is $0^{\circ}$. The minute hand completes a full circle of $360^{\circ}$ in 60 minutes, which is $6^{\circ}$ per minute, and in 20 minutes it will cover $120^{\circ}$. The hour hand moves 12 times slower than the minute hand. Therefore, in 20 min...
110
Geometry
math-word-problem
Yes
Yes
olympiads
false
7.5. Find all three-digit numbers $\mathrm{N}$ such that the sum of the digits of the number $\mathrm{N}$ is 11 times smaller than the number $\mathrm{N}$ itself (do not forget to justify your answer).
7.5. The number 198 is unique. From the condition, we get the relation $11 \cdot(a+b+c)=100 a+10 b+c$, or $10 c+b=89 a$. In this relation, the left side is a number less than 100. If $a$ is greater than 1, then the right side will be a number greater than 100. Therefore, $a=1$, $c=8$, $b=9$. All-Russian School Olympia...
198
Number Theory
math-word-problem
Yes
Yes
olympiads
false
9.7. A green chameleon always tells the truth, while a brown chameleon lies and immediately turns green after lying. In a company of 2019 chameleons (green and brown), each in turn answered the question of how many of them are currently green. The answers were the numbers $1,2,3, \ldots, 2019$ (in some order, not neces...
Answer: 1010. Solution. Consider two chameleons who spoke in a row. One of them was brown at the moment of speaking; indeed, if both were green, the number of green chameleons would not have changed after the first one spoke, and the second one would have named the same number as the first. We can divide all the chame...
1010
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
9.8. In an acute-angled triangle $A B C$, the bisector $B L$ is drawn. The circumcircle of triangle $A B L$ intersects side $B C$ at point $D$. It turns out that point $S$, symmetric to point $C$ with respect to the line $D L$, lies on side $A B$ and does not coincide with its endpoints. What values can $\angle A B C$ ...
Answer: $60^{\circ}$. First solution. From the symmetry, triangles $C L D$ and $S L D$ are equal, so $D S = D C$, $\angle C D L = \angle S D L$, and $\angle D L C = \angle D L S$. Since the quadrilateral $A L D B$ is inscribed in a circle, we have $\angle B A L = \angle L D C$ (see Fig. 1). The chords $A L$ and $D L$ ...
60
Geometry
math-word-problem
Yes
Yes
olympiads
false
5. Variant 1 Petya wrote 9 different positive integers on the board. It turned out that the arithmetic mean of these numbers is 16. What is the greatest value that the largest number on the board can take
Answer: 108. Solution: The sum of the given numbers is $9 \cdot 16=144$. Since all the numbers are distinct, the sum of the 8 smallest of them is no less than $1+2+\cdots+8=36$. Therefore, the largest number cannot be greater than $144-36=108$. This is possible: $(1+2+\cdots+8+108): 9=16$. Variant 2 Petya wrote 9 dif...
108
Algebra
math-word-problem
Yes
Yes
olympiads
false
# 7. Option 1. Unit cubes were used to assemble a large parallelepiped with sides greater than 3. Two cubes will be called adjacent if they touch by faces. Thus, one cube can have up to 6 neighbors. It is known that the number of cubes that have exactly 6 neighbors is 429. Find the number of cubes that have exactly 4 ...
Answer: 108. Solution: Let $a, b$ and $c$ be the lengths of the sides of the large parallelepiped. Then, the number of cubes with exactly 6 neighbors is: $(a-2)(b-2)(c-2)$. Since each of the factors $a-2, b-2$, and $c-2$ is greater than 1 and their product equals the product of the three prime numbers 3, 11, and 13, t...
108
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
Problem 4.7. Denis threw darts at four identical dartboards: he threw exactly three darts at each board, where they landed is shown in the figure. On the first board, he scored 30 points, on the second - 38 points, on the third - 41 points. How many points did he score on the fourth board? (For hitting each specific zo...
Answer: 34. Solution. "Add" the first two dart fields: we get 2 hits in the central field, 2 hits in the inner ring, 2 hits in the outer ring. Thus, the sum of points on the first and second fields is twice the number of points obtained for the fourth field. From this, it is not difficult to get the answer $$ (30+38...
34
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
Problem 6.5. The figure shows 4 squares. It is known that the length of segment $A B$ is 11, the length of segment $F E$ is 13, and the length of segment $C D$ is 5. What is the length of segment $G H$? ![](https://cdn.mathpix.com/cropped/2024_05_06_ff369b3e8ca7495bdf12g-17.jpg?height=500&width=464&top_left_y=927&top_...
Answer: 29. Solution. The side of the largest square (with vertex $A$) is greater than the side of the second largest square (with vertex $C$) by the length of segment $A B$, which is 11. Similarly, the side of the second largest square is greater than the side of the third largest square (with vertex $E$) by the leng...
29
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 7.5. A rectangle was cut into nine squares, as shown in the figure. The lengths of the sides of the rectangle and all the squares are integers. What is the smallest value that the perimeter of the rectangle can take? ![](https://cdn.mathpix.com/cropped/2024_05_06_ff369b3e8ca7495bdf12g-23.jpg?height=589&width=8...
Answer: 52. Solution. Inside the square, we will write the length of its side. Let the sides of the two squares be $a$ and $b$, and we will sequentially calculate the lengths of the sides of the squares. ![](https://cdn.mathpix.com/cropped/2024_05_06_ff369b3e8ca7495bdf12g-23.jpg?height=876&width=1184&top_left_y=902&to...
52
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 8.1. A square was cut into four equal rectangles, and from them, a large letter P was formed, as shown in the figure, with a perimeter of 56. ![](https://cdn.mathpix.com/cropped/2024_05_06_ff369b3e8ca7495bdf12g-27.jpg?height=356&width=720&top_left_y=274&top_left_x=366) What is the perimeter of the original squ...
Answer: 32. Solution. Let the width of the rectangle be $x$. From the first drawing, we understand that the length of the rectangle is four times its width, that is, it is equal to $4 x$. Now we can calculate the dimensions of the letter P. ![](https://cdn.mathpix.com/cropped/2024_05_06_ff369b3e8ca7495bdf12g-27.jpg?h...
32
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 8.2. The numbers from 1 to 9 were placed in the cells of a $3 \times 3$ table such that the sum of the numbers on one diagonal is 7, and on the other - 21. What is the sum of the numbers in the five shaded cells? ![](https://cdn.mathpix.com/cropped/2024_05_06_ff369b3e8ca7495bdf12g-28.jpg?height=416&width=428&t...
Answer: 25. Solution. Note that 7 can be represented uniquely as the sum of numbers from 1 to 9 - this is $1+2+4=7$. Let's look at the other diagonal with a sum of 21. The largest possible value of the sum in it is $9+8+4=21$ (since the number in the central cell is no more than 4). Therefore, it must contain the num...
25
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
Problem 8.6. For quadrilateral $ABCD$, it is known that $AB=BD, \angle ABD=\angle DBC, \angle BCD=90^{\circ}$. A point $E$ is marked on segment $BC$ such that $AD=DE$. What is the length of segment $BD$, if it is known that $BE=7, EC=5$? ![](https://cdn.mathpix.com/cropped/2024_05_06_ff369b3e8ca7495bdf12g-30.jpg?heigh...
Answer: 17. ![](https://cdn.mathpix.com/cropped/2024_05_06_ff369b3e8ca7495bdf12g-30.jpg?height=474&width=507&top_left_y=657&top_left_x=469) Fig. 3: to the solution of problem 8.6 Solution. In the isosceles triangle $ABD$, drop a perpendicular from point $D$, let $H$ be its foot (Fig. 3). Since this triangle is acute...
17
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 9.4. From left to right, intersecting squares with sides $12, 9, 7, 3$ are depicted respectively. By how much is the sum of the black areas greater than the sum of the gray areas? ![](https://cdn.mathpix.com/cropped/2024_05_06_ff369b3e8ca7495bdf12g-34.jpg?height=686&width=872&top_left_y=927&top_left_x=289)
Answer: 103. Solution. Let's denote the areas by $A, B, C, D, E, F, G$. ![](https://cdn.mathpix.com/cropped/2024_05_06_ff369b3e8ca7495bdf12g-35.jpg?height=751&width=975&top_left_y=107&top_left_x=239) We will compute the desired difference in areas: $$ \begin{aligned} A+E-(C+G) & =A-C+E-G=A+B-B-C-D+D+E+F-F-G= \\ & =...
103
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 10.1. In each cell of a $5 \times 5$ table, a natural number is written in invisible ink. It is known that the sum of all the numbers is 200, and the sum of three numbers located inside any $1 \times 3$ rectangle is 23. What is the central number in the table? ![](https://cdn.mathpix.com/cropped/2024_05_06_ff3...
Answer: 16. Solution. Divide the $5 \times 5$ square without the central cell into four $2 \times 3$ rectangles, and each of these into two $1 \times 3$ rectangles. ![](https://cdn.mathpix.com/cropped/2024_05_06_ff369b3e8ca7495bdf12g-39.jpg?height=305&width=303&top_left_y=841&top_left_x=575) We get 8 rectangles $1 \...
16
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
Problem 10.8. Rectangle $ABCD$ is such that $AD = 2AB$. Point $M$ is the midpoint of side $AD$. Inside the rectangle, there is a point $K$ such that $\angle AMK = 80^{\circ}$ and ray $KD$ is the bisector of angle $MKC$. How many degrees does angle $KDA$ measure? ![](https://cdn.mathpix.com/cropped/2024_05_06_ff369b3e8...
Answer: 35. Solution. Let's start with the assumption that the quadrilateral KMDС is inscribed (several proofs of this fact will be proposed below). Using the fact that in the inscribed quadrilateral $K M D C$ the sum of opposite angles is $180^{\circ}$, we get $\angle M K D=\frac{\angle M K C}{2}=\frac{180^{\circ}-\...
35
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 11.6. Inside the cube $A B C D A_{1} B_{1} C_{1} D_{1}$, there is the center $O$ of a sphere with radius 10. The sphere intersects the face $A A_{1} D_{1} D$ along a circle with radius 1, the face $A_{1} B_{1} C_{1} D_{1}$ along a circle with radius 1, and the face $C D D_{1} C_{1}$ along a circle with radius 3...
Answer: 17. Solution. Let $\omega$ be the circle that the sphere cuts out on the face $C D D_{1} C_{1}$. From point $O$ ![](https://cdn.mathpix.com/cropped/2024_05_06_ff369b3e8ca7495bdf12g-48.jpg?height=595&width=591&top_left_y=841&top_left_x=431) Fig. 10: to the solution of problem 11.6 drop a perpendicular $O X$ ...
17
Geometry
math-word-problem
Yes
Yes
olympiads
false
2. Find all positive solutions of the equation $$ x^{101} + 100^{99} = x^{99} + 100^{101} $$ Do not forget to justify your answer.
Solution. The equation is reduced to the form $$ x^{99}\left(x^{2}-1\right)=100^{99}\left(100^{2}-1\right) $$ Obviously, the solution is $x=100$. For $0<x<1$, the left side is less than the right side. For $x>1$, the left side is an increasing function, so the required value is taken no more than once. Therefore, the...
100
Algebra
math-word-problem
Yes
Yes
olympiads
false
3. In the box, there are balls of seven colors. One tenth of the balls are red, one eighth are orange, and one third are yellow. There are 9 more green balls than red ones, and 10 more blue balls than orange ones. There are 8 blue balls in the box. The remaining balls are purple. What is the smallest possible number of...
Answer: 25 balls. Solution. Let the total number of balls be $x$, and the number of violet balls be $y$. Then $$ \frac{x}{10}+\frac{x}{8}+\frac{x}{3}+\frac{x}{10}+9+\frac{x}{8}+10+8+y=x $$ from which $\frac{47 x}{60}+27+y=x$, that is, $y=\frac{13 x}{60}-27$, and the smallest value of $y$ is achieved at the smallest ...
25
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
4. Vanya and Petya decided to mow the lawn for a football field. Vanya could do it alone in 5 hours, and Petya in 6 hours. They started at 11 o'clock, and stopped mowing simultaneously when their parents called them, but Petya took a one-hour lunch break, and Vanya's lunch break lasted two hours. One tenth of the lawn ...
Answer: At 15 o'clock. Solution: Let $t$ be the time from 11 o'clock to the end, then Petya worked $(t-1)$ hours, and Vanya worked $(t-2)$ hours. In one hour, Petya completed $\frac{1}{6}$ of the work, and Vanya completed $\frac{1}{5}$ of the work. We get the equation: $\frac{1}{6} \cdot(t-1)+\frac{1}{5} \cdot (t-2)=\...
15
Algebra
math-word-problem
Yes
Yes
olympiads
false
3. A company produces a lemon drink by diluting lemon juice with water. Initially, the company produced a drink containing $15\%$ lemon juice. After some time, the CEO ordered to reduce the lemon juice content to $10\%$. By what percentage will the amount of lemon drink produced increase with the same volumes of lemon ...
Answer: By $50 \%$. Solution. Method 1. The content of lemon juice in the drink after the CEO's directive decreased by one and a half times. This means that from the same lemons, one and a half times more lemon drink can be made. In other words, the amount of lemon drink produced will increase by one and a half times ...
50
Algebra
math-word-problem
Yes
Yes
olympiads
false
5. On a standard graph paper, an angle is drawn (see figure). Find its measure without using measuring instruments. Justify your answer.
Answer: $45^{\circ}$. Solution. Connect the two "extreme" points with a segment (as shown in the figure). The resulting triangle is isosceles because two of its sides, $A B$ and $B C$, are diagonals of three-cell rectangles. Diagonal $A B$ divides the angle of the rectangle at vertex $B$ into two angles that complemen...
45
Geometry
math-word-problem
Yes
Yes
olympiads
false
10.3. Numbers $1,2,3,4,5,6,7$ and 8 are placed at the vertices of a cube, such that the sum of any three numbers belonging to any face is not less than 10. Find the minimum possible sum of four numbers belonging to one face.
Answer: 16. Evaluation. Consider an arbitrary face. If the largest number written at the vertex of this face is no more than 5, then the sum of the remaining numbers is no more than $4+3+2=9$. Therefore, the largest number written at the vertex of any face is at least 6, and the minimum possible sum of four numbers bel...
16
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
1. Given a two-digit number, where the first digit is greater than the second. Its digits were rearranged, and a new two-digit number was obtained. The difference between the first and the second number turned out to be a perfect square. How many possible two-digit numbers satisfy this condition?
1. Answer: 13 numbers. Let the first number be $10a + b$. Then the second number is $10b + a$, where $a > b > 0$. The difference is $9(a - b)$, which implies that the difference $a - b$ is a perfect square. The difference can be 1 or 4. For the first case, we have 8 values for the larger number $(21, 32, \ldots, 98)$,...
13
Number Theory
math-word-problem
Yes
Yes
olympiads
false
4. On a plane, there are 10 different points. We considered the midpoints of all segments connecting all pairs of points. What is the smallest number of midpoints that could have arisen?
4. Answer: 17 midpoints. Consider the case when the points lie on a single line. Introduce coordinates on it, and let the points be $a_{1}<\cdots<a_{10}$. Consider the midpoints of segments involving $a_{1}$. There are nine of them, and they form an increasing sequence $\frac{a_{1}+a_{2}}{2}<\frac{a_{1}+a_{3}}{2}<\cdo...
17
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
5. There is a $10 \times 10$ grid for playing "Battleship". In this case, the game follows unusual rules, and only ships of size $1 \times 2$ are allowed, which can be placed both horizontally and vertically. What is the maximum number of these ships that can be placed on such a field, if the ships must not extend beyo...
5. Answer: 13. One of the examples of placing 13 ships is shown in the figure: | | | | | | | | | | | | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | | | $\mathrm{x}$ | $\mathrm{x}$ | | $\mathrm{x}$ | $\mathrm{x}$ | | $\mathrm{x}$ | $\mathrm{x}$ | | | | | | | | | | | | |...
13
Combinatorics
math-word-problem
Yes
Yes
olympiads
false
11.5. On each of ten cards, a real number is written. For each non-empty set of these cards, the sum of all numbers written on the cards in this set was found. It is known that not all of the obtained sums are integers. What is the maximum possible number of integer sums that could have resulted?
Answer: 511. Solution: It is clear that at least one of the cards has a non-integer number, otherwise the sum of the numbers in any set would be an integer. We select one of these cards and call it $a$, and the number on it $-x$. For each set $C$ that does not contain $a$ (including the empty set), we associate the se...
511
Number Theory
math-word-problem
Yes
Yes
olympiads
false
10.1. In the store, Sasha bought two pens, three notebooks, and one pencil and paid 33 rubles, Dima bought one pen, one notebook, and two pencils and paid 20 rubles. How much did Tanya pay for four pens, five notebooks, and five pencils?
Answer: 73 rubles. Let $a, b, c$ be the price of a pen, a notebook, and a pencil, respectively. Then, according to the condition, we have $2a + 3b + c = 33$ and $a + b + 2c = 20$. Multiplying the second relation by 2 and adding it to the first equation, we get the answer.
73
Algebra
math-word-problem
Yes
Yes
olympiads
false
Problem 4.7. Denis threw darts at four identical dartboards: he threw exactly three darts at each board, where they landed is shown in the figure. On the first board, he scored 30 points, on the second - 38 points, on the third - 41 points. How many points did he score on the fourth board? (For hitting each specific zo...
Answer: 34. Solution. "Add" the first two dart fields: we get 2 hits in the central field, 2 hits in the inner ring, 2 hits in the outer ring. Thus, the sum of points on the first and second fields is twice the number of points obtained for the fourth field. From this, it is not difficult to get the answer $$ (30+38...
34
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
Problem 6.5. The figure shows 4 squares. It is known that the length of segment $A B$ is 11, the length of segment $F E$ is 13, and the length of segment $C D$ is 5. What is the length of segment $G H$? ![](https://cdn.mathpix.com/cropped/2024_05_06_a7569897979ba1659de3g-17.jpg?height=500&width=464&top_left_y=927&top_...
Answer: 29. Solution. The side of the largest square (with vertex $A$) is greater than the side of the second largest square (with vertex $C$) by the length of segment $A B$, which is 11. Similarly, the side of the second largest square is greater than the side of the third largest square (with vertex $E$) by the leng...
29
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 7.5. A rectangle was cut into nine squares, as shown in the figure. The lengths of the sides of the rectangle and all the squares are integers. What is the smallest value that the perimeter of the rectangle can take? ![](https://cdn.mathpix.com/cropped/2024_05_06_a7569897979ba1659de3g-23.jpg?height=589&width=8...
Answer: 52. Solution. Inside the square, we will write the length of its side. Let the sides of the two squares be $a$ and $b$, and we will sequentially calculate the lengths of the sides of the squares. ![](https://cdn.mathpix.com/cropped/2024_05_06_a7569897979ba1659de3g-23.jpg?height=876&width=1184&top_left_y=902&to...
52
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 8.1. A square was cut into four equal rectangles, and from them, a large letter P was formed, as shown in the figure, with a perimeter of 56. ![](https://cdn.mathpix.com/cropped/2024_05_06_a7569897979ba1659de3g-27.jpg?height=356&width=720&top_left_y=274&top_left_x=366) What is the perimeter of the original squ...
Answer: 32. Solution. Let the width of the rectangle be $x$. From the first drawing, we understand that the length of the rectangle is four times its width, that is, it is equal to $4 x$. Now we can calculate the dimensions of the letter P. ![](https://cdn.mathpix.com/cropped/2024_05_06_a7569897979ba1659de3g-27.jpg?h...
32
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 8.2. The numbers from 1 to 9 were placed in the cells of a $3 \times 3$ table such that the sum of the numbers on one diagonal is 7, and on the other - 21. What is the sum of the numbers in the five shaded cells? ![](https://cdn.mathpix.com/cropped/2024_05_06_a7569897979ba1659de3g-28.jpg?height=416&width=428&t...
Answer: 25. Solution. Note that 7 can be represented uniquely as the sum of numbers from 1 to 9 - this is $1+2+4=7$. Let's look at the other diagonal with a sum of 21. The largest possible value of the sum in it is $9+8+4=21$ (since the number in the central cell is no more than 4). Therefore, it must contain the num...
25
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false
Problem 8.6. For quadrilateral $ABCD$, it is known that $AB=BD, \angle ABD=\angle DBC, \angle BCD=90^{\circ}$. A point $E$ is marked on segment $BC$ such that $AD=DE$. What is the length of segment $BD$, if it is known that $BE=7, EC=5$? ![](https://cdn.mathpix.com/cropped/2024_05_06_a7569897979ba1659de3g-30.jpg?heigh...
Answer: 17. ![](https://cdn.mathpix.com/cropped/2024_05_06_a7569897979ba1659de3g-30.jpg?height=474&width=507&top_left_y=657&top_left_x=469) Fig. 3: to the solution of problem 8.6 Solution. In the isosceles triangle $ABD$, drop a perpendicular from point $D$, let $H$ be its foot (Fig. 3). Since this triangle is acute...
17
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 9.4. From left to right, intersecting squares with sides $12, 9, 7, 3$ are depicted respectively. By how much is the sum of the black areas greater than the sum of the gray areas? ![](https://cdn.mathpix.com/cropped/2024_05_06_a7569897979ba1659de3g-34.jpg?height=686&width=872&top_left_y=927&top_left_x=289)
Answer: 103. Solution. Let's denote the areas by $A, B, C, D, E, F, G$. ![](https://cdn.mathpix.com/cropped/2024_05_06_a7569897979ba1659de3g-35.jpg?height=751&width=975&top_left_y=107&top_left_x=239) We will compute the desired difference in areas: $$ \begin{aligned} A+E-(C+G) & =A-C+E-G=A+B-B-C-D+D+E+F-F-G= \\ & =...
103
Geometry
math-word-problem
Yes
Yes
olympiads
false
Problem 10.1. In each cell of a $5 \times 5$ table, a natural number is written in invisible ink. It is known that the sum of all the numbers is 200, and the sum of three numbers located inside any $1 \times 3$ rectangle is 23. What is the central number in the table? ![](https://cdn.mathpix.com/cropped/2024_05_06_a75...
Answer: 16. Solution. Divide the $5 \times 5$ square without the central cell into four $2 \times 3$ rectangles, and each of them into two $1 \times 3$ rectangles. ![](https://cdn.mathpix.com/cropped/2024_05_06_a7569897979ba1659de3g-39.jpg?height=305&width=303&top_left_y=841&top_left_x=575) We get 8 rectangles $1 \t...
16
Logic and Puzzles
math-word-problem
Yes
Yes
olympiads
false