This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND:
OR:
NO:

Found problems: 85335

1995 Bundeswettbewerb Mathematik, 1

Starting at $(1,1)$, a stone is moved in the coordinate plane according to the following rules: (i) From any point $(a,b)$, the stone can move to $(2a,b)$ or $(a,2b)$. (ii) From any point $(a,b)$, the stone can move to $(a-b,b)$ if $a > b$, or to $(a,b-a)$ if $a < b$. For which positive integers $x,y$ can the stone be moved to $(x,y)$?

2002 Iran MO (2nd round), 4

Let $A$ and $B$ be two fixed points in the plane. Consider all possible convex quadrilaterals $ABCD$ with $AB = BC, AD = DC$, and $\angle ADC = 90^\circ$. Prove that there is a fixed point $P$ such that, for every such quadrilateral $ABCD$ on the same side of $AB$, the line $DC$ passes through $P.$

2008 Harvard-MIT Mathematics Tournament, 25

Alice and the Cheshire Cat play a game. At each step, Alice either (1) gives the cat a penny, which causes the cat to change the number of (magic) beans that Alice has from $ n$ to $ 5n$ or (2) gives the cat a nickel, which causes the cat to give Alice another bean. Alice wins (and the cat disappears) as soon as the number of beans Alice has is greater than $ 2008$ and has last two digits $ 42$. What is the minimum number of cents Alice can spend to win the game, assuming she starts with 0 beans?

2006 IMO Shortlist, 5

Find all integer solutions of the equation \[\frac {x^{7} \minus{} 1}{x \minus{} 1} \equal{} y^{5} \minus{} 1.\]

2016 Latvia National Olympiad, 3

Prove that among any 18 consecutive positive 3-digit numbers, there is at least one that is divisible by the sum of its digits!

2008 Sharygin Geometry Olympiad, 7

Tags: geometry
(A.Zaslavsky, 8--9) Given a circle and a point $ O$ on it. Another circle with center $ O$ meets the first one at points $ P$ and $ Q$. The point $ C$ lies on the first circle, and the lines $ CP$, $ CQ$ meet the second circle for the second time at points $ A$ and $ B$. Prove that $ AB\equal{}PQ$.

2023 CMIMC Team, 4

Tags: team
Suppose $a_1, a_2, a_3, \dots,$ is a sequence of real numbers such that $$a_n = \frac{a_{n-1}a_{n-2}}{3a_{n-2}-2a_{n-1}}$$ for all $n \ge 3$. If $a_1 = 1$ and $a_{10} = 10$, what is $a_{19}$? [i]Proposed by Howard Halim[/i]

2008 China Team Selection Test, 2

In a plane, there is an infinite triangular grid consists of equilateral triangles whose lengths of the sides are equal to $ 1$, call the vertices of the triangles the lattice points, call two lattice points are adjacent if the distance between the two points is equal to $ 1;$ A jump game is played by two frogs $ A,B,$ "A jump" is called if the frogs jump from the point which it is lying on to its adjacent point, " A round jump of $ A,B$" is called if first $ A$ jumps and then $ B$ by the following rules: Rule (1): $ A$ jumps once arbitrarily, then $ B$ jumps once in the same direction, or twice in the opposite direction; Rule (2): when $ A,B$ sits on adjacent lattice points, they carry out Rule (1) finishing a round jump, or $ A$ jumps twice continually, keep adjacent with $ B$ every time, and $ B$ rests on previous position; If the original positions of $ A,B$ are adjacent lattice points, determine whether for $ A$ and $ B$,such that the one can exactly land on the original position of the other after a finite round jumps.

2010 Irish Math Olympiad, 5

Tags: geometry
Suppose $a,b,c$ are the side lengths of a triangle $ABC$. Show that $$x=\sqrt{a(b+c-a)}, y=\sqrt{b(c+a-b)}, z=\sqrt{c(a+b-c)}$$ are the side lengths of an acute-angled triangle $XYZ$, with the same area as $ABC$, but with a smaller perimeter, unless $ABC$ is equilateral.

2022/2023 Tournament of Towns, P1

Tags: algebra
What is the largest possible rational root of the equation $ax^2 + bx + c = 0{}$ where $a, b$ and $c{}$ are positive integers that do not exceed $100{}$?

1953 Moscow Mathematical Olympiad, 242

Let $A$ be a vertex of a regular star-shaped pentagon, the angle at $A$ being less than $180^o$ and the broken line $AA_1BB_1CC_1DD_1EE_1$ being its contour. Lines $AB$ and $DE$ meet at $F$. Prove that polygon $ABB_1CC_1DED_1$ has the same area as the quadrilateral $AD_1EF$. Note: A regular star pentagon is a figure formed along the diagonals of a regular pentagon.

2011 F = Ma, 11

Tags:
A large metal cylindrical cup floats in a rectangular tub half-filled with water. The tap is placed over the cup and turned on, releasing water at a constant rate. Eventually the cup sinks to the bottom and is completely submerged. Which of the following five graphs could represent the water level in the sink as a function of time? [asy] size(450); picture pic; draw(pic,(0,0)--(10,0)--(10,7)--(0,7)--cycle); for (int i=1;i<10;++i) { draw(pic,(i,0)--(i,7),dashed+linewidth(0.4)); } for (int j=1;j<7;++j) { draw(pic,(0,j)--(10,j),dashed+linewidth(0.4)); } label(pic,scale(1.2)*"time",(5.5,-0.5),S); label(pic,rotate(90)*scale(1.2)*"water level",(-0.5,2.5),W); add(pic); path A=(0,1)--(10,6); draw(A,linewidth(2)); label("(A)",(4.5,-1.5),1.5*S); picture pic2=shift(13*right)*pic; add(pic2); path B=(0,1)--(4,4)--(10,6); draw(shift(13*right)*B,linewidth(2)); label("(B)",(17.5,-1.5),1.5*S); picture pic3=shift(26*right)*pic; add(pic3); path C=(0,1)--(4,3)--(4,2)--(10,5); draw(shift(26*right)*C,linewidth(2)); label("(C)",(30.5,-1.5),1.5*S); picture pic4=shift(13*down)*pic; add(pic4); path D=(0,1)--(4,3)--(4,4)--(10,7); draw(shift(13*down)*D,linewidth(2)); label("(D)",(4.5,-14.5),1.5*S); picture pic5=shift(13*down)*shift(13*right)*pic; add(pic5); path E=(0,1)--(4,3)--(4,2)--(10,4); draw(shift(13*down)*shift(13*right)*E,linewidth(2)); label("(E)",(17.5,-14.5),1.5*S); [/asy]

2016 PAMO, 2

We have a pile of $2016$ cards and a hat. We take out one card, put it in the hat and then divide the remaining cards into two arbitrary non empty piles. In the next step, we choose one of the two piles, we move one card from this pile to the hat and then divide this pile into two arbitrary non empty piles. This procedure is repeated several times : in the $k$-th step $(k>1)$ we move one card from one of the piles existing after the step $(k-1)$ to the hat and then divide this pile into two non empty piles. Is it possible that after some number of steps we get all piles containing three cards each?

1982 Canada National Olympiad, 4

Let $p$ be a permutation of the set $S_n = \{1, 2, \dots, n\}$. An element $j \in S_n$ is called a fixed point of $p$ if $p(j) = j$. Let $f_n$ be the number of permutations having no fixed points, and $g_n$ be the number with exactly one fixed point. Show that $|f_n - g_n| = 1$.

1998 Czech and Slovak Match, 5

In a triangle $ABC$, $T$ is the centroid and $ \angle TAB = \angle ACT$. Find the maximum possible value of $sin \angle CAT +sin \angle CBT$.

2011 Korea Junior Math Olympiad, 2

Let $ABCD$ be a cyclic quadrilateral inscirbed in circle $O$. Let the tangent to $O$ at $A$ meet $BC$ at $S$, and the tangent to $O$ at $B$ meet $CD$ at $T$. Circle with $S$ as its center and passing $A$ meets $BC$ at $E$, and $AE$ meets $O$ again at $F(\ne A)$. The circle with $T$ as its center and passing $B$ meets $CD$ at $K$. Let $P = BK \cap AC$. Prove that $P,F,D$ are collinear if and only if $AB = AP$.

2015 Dutch BxMO/EGMO TST, 1

Let $m$ and $n$ be positive integers such that $5m+ n$ is a divisor of $5n +m$. Prove that $m$ is a divisor of $n$.

2016 Baltic Way, 8

Find all real numbers $a$ for which there exists a non-constant function $f :\Bbb R \to \Bbb R$ satisfying the following two equations for all $x\in \Bbb R:$ i) $f(ax) = a^2f(x)$ and ii) $f(f(x)) = a f(x).$

1980 USAMO, 1

Tags: algebra
A two-pan balance is innacurate since its balance arms are of different lengths and its pans are of different weights. Three objects of different weights $A$, $B$, and $C$ are each weighed separately. When placed on the left-hand pan, they are balanced by weights $A_1$, $B_1$, and $C_1$, respectively. When $A$ and $B$ are placed on the right-hand pan, they are balanced by $A_2$ and $B_2$, respectively. Determine the true weight of $C$ in terms of $A_1, B_1, C_1, A_2$, and $B_2$.

2003 Purple Comet Problems, 22

In $\triangle ABC$, max $\{\angle A, \angle B \} = \angle C + 30^{\circ}$ and $\frac{R}{r} = \sqrt{3} + 1$, where $R$ is the radius of the circumcircle and $r$ is the radius of the incircle. Find $\angle C$ in degrees.

2001 Croatia National Olympiad, Problem 1

Tags: geometry , circles
On the unit circle $k$ with center $O$, points $A$ and $B$ with $AB=1$ are chosen and unit circles $k_1$ and $k_2$ with centers $A$ and $B$ are drawn. A sequence of circles $(l_n)$ is defined as follows: circle $l_1$ is tangent to $k$ internally at $D_1$ and to $k_1,k_2$ externally, and for $n>1$ circle $l_n$ is tangent to $k_1$ and $k_2$ and to $l_{n-1}$ at $D_n$. For each $n$, compute $d_n=OD_n$ and the radius $r_n$ of $l_n$.

2004 AMC 10, 21

Let $ 1,4,\cdots$ and $ 9,16,\cdots$ be two arithmetic progressions. The set $ S$ is the union of the fi rst $ 2004$ terms of each sequence. How many distinct numbers are in $ S$? $ \textbf{(A)}\ 3722\qquad \textbf{(B)}\ 3732\qquad \textbf{(C)}\ 3914\qquad \textbf{(D)}\ 3924\qquad \textbf{(E)}\ 4007$

2005 Irish Math Olympiad, 4

Determine the number of arrangements $ a_1,a_2,...,a_{10}$ of the numbers $ 1,2,...,10$ such that $ a_i>a_{2i}$ for $ 1 \le i \le 5$ and $ a_i>a_{2i\plus{}1}$ for $ 1 \le i \le 4$.

2017 Mathematical Talent Reward Programme, MCQ: P 10

Let $f:\mathbb{R}\to \mathbb{R}$ be a differentiable function such that $\lim \limits_{x\to \infty}f'(x)=1$, then [list=1] [*] $f$ is increasing [*] $f$ is unbounded [*] $f'$ is bounded [*] All of these [/list]

2023 Irish Math Olympiad, P1

We are given a triangle $ABC$ such that $\angle BAC < 90^{\circ}$. The point $D$ is on the opposite side of the line $AB$ to $C$ such that $|AD| = |BD|$ and $\angle ADB = 90^{\circ}$. Similarly, the point $E$ is on the opposite side of $AC$ to $B$ such that $|AE| = |CE|$ and $\angle AEC = 90^{\circ}$. The point $X$ is such that $ADXE$ is a parallelogram. Prove that $|BX| = |CX|$.