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

2004 Harvard-MIT Mathematics Tournament, 3

Tags: algebra
Suppose $f$ is a function that assigns to each real number $x$ a value $f(x)$, and suppose the equation $$f(x_1 + x_2 + x_3 + x_4 + x_5) = f(x_1) + f(x_2) + f(x_3) + f(x_4) + f(x_5) - 8$$ holds for all real numbers $x_1, x_2,x_3, x_4, x_5$. What is $f(0)$?

1994 Miklós Schweitzer, 4

For a given irrational number $\alpha$ , $y_{1,\alpha} = \alpha$. If $y_{n-1, \alpha}$ is given, let $y_{n, \alpha}$ be the first member of the sequence $\big (\{k \alpha \} \big) ^ \infty_{k = 1}$ to fall in the interval $(0, y_{n-1,\alpha})$ ({ x } denotes the fraction of the number x ). Show that there exists an open set $G\subset (0,1)$ , which has a limit point 0 and for all irrational $\alpha$ , infinitely many members of the $(y_{n,\alpha})$ sequence do not belong to G.

2018 Baltic Way, 12

Tags: geometry
The altitudes $BB_1$ and $CC_1$ of an acute triangle $ABC$ intersect in point $H$. Let $B_2$ and $C_2$ be points on the segments $BH$ and $CH$, respectively, such that $BB_2=B_1H$ and $CC_2=C_1H$. The circumcircle of the triangle $B_2HC_2$ intersects the circumcircle of the triangle $ABC$ in points $D$ and $E$. Prove that the triangle $DEH$ is right-angled.

2017 Saudi Arabia JBMO TST, 4

Let $ABC$ be an acute, non isosceles triangle and $(O)$ be its circumcircle (with center $O$). Denote by $G$ the centroid of the triangle $ABC$, by $H$ the foot of the altitude from $A$ onto the side $BC$ and by $I$ the midpoint of $AH$. The line $IG$ intersects $BC$ at $K$. 1. Prove that $CK = BH$. 2. The ray $(GH$ intersects $(O)$ at L. Denote by $T$ the circumcenter of the triangle $BHL$. Prove that $AO$ and $BT$ intersect on the circle $(O)$.

2011 All-Russian Olympiad, 4

There are some counters in some cells of $100\times 100$ board. Call a cell [i]nice[/i] if there are an even number of counters in adjacent cells. Can exactly one cell be [i]nice[/i]? [i]K. Knop[/i]

2013 IPhOO, 1

A block of mass $m$ on a frictionless inclined plane of angle $\theta$ is connected by a cord over a small frictionless, massless pulley to a second block of mass $M$ hanging vertically, as shown. If $M=1.5m$, and the acceleration of the system is $\frac{g}{3}$, where $g$ is the acceleration of gravity, what is $\theta$, in degrees, rounded to the nearest integer? [asy]size(12cm); pen p=linewidth(1), dark_grey=gray(0.25), ll_grey=gray(0.90), light_grey=gray(0.75); pair B = (-1,-1); pair C = (-1,-7); pair A = (-13,-7); path inclined_plane = A--B--C--cycle; draw(inclined_plane, p); real r = 1; // for marking angles draw(arc(A, r, 0, degrees(B-A))); // mark angle label("$\theta$", A + r/1.337*(dir(C-A)+dir(B-A)), (0,0), fontsize(16pt)); // label angle as theta draw((C+(-r/2,0))--(C+(-r/2,r/2))--(C+(0,r/2))); // draw right angle real h = 1.2; // height of box real w = 1.9; // width of box path box = (0,0)--(0,h)--(w,h)--(w,0)--cycle; // the box // box on slope with label picture box_on_slope; filldraw(box_on_slope, box, light_grey, black); label(box_on_slope, "$m$", (w/2,h/2)); pair V = A + rotate(90) * (h/2 * dir(B-A)); // point with distance l/2 from AB pair T1 = dir(125); // point of tangency with pulley pair X1 = intersectionpoint(T1--(T1 - rotate(-90)*(2013*dir(T1))), V--(V+B-A)); // construct midpoint of right side of box draw(T1--X1); // string add(shift(X1-(w,h/2))*rotate(degrees(B-A), (w,h/2)) * box_on_slope); // picture for the hanging box picture hanging_box; filldraw(hanging_box, box, light_grey, black); label(hanging_box, "$M$", (w/2,h/2)); pair T2 = (1,0); pair X2 = (1,-3); draw(T2--X2); // string add(shift(X2-(w/2,h)) * hanging_box); // Draws the actual pulley filldraw(unitcircle, grey, p); // outer boundary of pulley wheel filldraw(scale(0.4)*unitcircle, light_grey, p); // inner boundary of pulley wheel path pulley_body=arc((0,0),0.3,-40,130)--arc((-1,-1),0.5,130,320)--cycle; // defines "arm" of pulley filldraw(pulley_body, ll_grey, dark_grey+p); // draws the arm filldraw(scale(0.18)*unitcircle, ll_grey, dark_grey+p); // inner circle of pulley[/asy][i](Proposed by Ahaan Rungta)[/i]

1999 South africa National Olympiad, 3

The bisector of $\angle{BAD}$ in the parallellogram $ABCD$ intersects the lines $BC$ and $CD$ at the points $K$ and $L$ respectively. Prove that the centre of the circle passing through the points $C,\ K$ and $L$ lies on the circle passing through the points $B,\ C$ and $D$.

2021 Korea - Final Round, P6

Find all functions $f,g: \mathbb{R} \to \mathbb{R}$ such that satisfies $$f(x^2-g(y))=g(x)^2-y$$ for all $x,y \in \mathbb{R}$

1990 Baltic Way, 16

Tags:
A closed polygonal line is drawn on a unit squared paper so that its vertices lie at lattice points and its sides have odd lengths. Prove that its number of sides is divisible by $4$.

1966 AMC 12/AHSME, 4

Tags: ratio , geometry
Circle I is circumscribed about a given square and circle II is inscribed in the given square. If $r$ is the ratio of the area of circle $I$ to that of circle $II$, then $r$ equals: $\text{(A)} \ \sqrt 2 \qquad \text{(B)} \ 2 \qquad \text{(C)} \ \sqrt 3 \qquad \text{(D)} \ 2\sqrt 2 \qquad \text{(E)} \ 2\sqrt 3$

2021 Romania National Olympiad, 3

Tags: algebra
Solve the system in reals: $(x+\sqrt{x^2+1})(y+\sqrt{y^2+1})=2022$ and $x+y=\frac{2021}{\sqrt{2022}}$

2018 IOM, 2

Tags: geometry
A convex quadrilateral $ABCD$ is circumscribed about a circle $\omega$. Let $PQ$ be the diameter of $\omega$ perpendicular to $AC$. Suppose lines $BP$ and $DQ$ intersect at point $X$, and lines $BQ$ and $DP$ intersect at point $Y$. Show that the points $X$ and $Y$ lie on the line $AC$. [i]Géza Kós[/i]

1987 Tournament Of Towns, (148) 5

Perpendiculars are drawn from an interior point $M$ of the equilateral triangle $ABC$ to its sides , intersecting them at points $D, E$ and $F$ . Find the locus of all points $M$ such that $DEF$ is a right triangle . (J . Tabov , Sofia)

1992 Tournament Of Towns, (352) 1

Prove that there exists a sequence of $100$ different integers such that the sum of the squares of any two consecutive terms is a perfect square. (S Tokarev)

2018 Kyiv Mathematical Festival, 2

Let $M$ be the intersection point of the medians $AD$ and $BE$ of a right triangle $ABC$ ($\angle C=90^\circ$), $\omega_1$ and $\omega_2$ be the circumcircles of triangles $AEM$ and $CDM.$ It is known that the circles $\omega_1$ and $\omega_2$ are tangent. Find the ratio in which the circle $\omega_2$ divides $AC.$

1977 AMC 12/AHSME, 7

Tags:
If $t = \frac{1}{1 - \sqrt[4]{2}}$, then $t$ equals \[ \text{(A)}\ (1 - \sqrt[4]{2})(2 - \sqrt{2}) \qquad \text{(B)}\ (1 - \sqrt[4]{2})(1 + \sqrt{2}) \qquad \text{(C)}\ (1 + \sqrt[4]{2})(1 - \sqrt{2}) \] \[ \text{(D)}\ (1 + \sqrt[4]{2})(1 + \sqrt{2}) \qquad \text{(E)} -(1 + \sqrt[4]{2})(1 + \sqrt{2}) \]

2025 Kosovo National Mathematical Olympiad`, P1

Tags: geometry , easy , pentagon
The pentagon $ABCDE$ below is such that the quadrilateral $ABCD$ is a square and $BC=DE$. What is the measure of the angle $\angle AEC$?

2004 AMC 12/AHSME, 22

Three mutually tangent spheres of radius $ 1$ rest on a horizontal plane. A sphere of radius $ 2$ rests on them. What is the distance from the plane to the top of the larger sphere? $ \textbf{(A)}\ 3 \plus{} \frac {\sqrt {30}}{2} \qquad \textbf{(B)}\ 3 \plus{} \frac {\sqrt {69}}{3} \qquad \textbf{(C)}\ 3 \plus{} \frac {\sqrt {123}}{4}\qquad \textbf{(D)}\ \frac {52}{9}\qquad \textbf{(E)}\ 3 \plus{} 2\sqrt2$

2009 Croatia Team Selection Test, 3

A triangle $ ABC$ is given with $ \left|AB\right| > \left|AC\right|$. Line $ l$ tangents in a point $ A$ the circumcirle of $ ABC$. A circle centered in $ A$ with radius $ \left|AC\right|$ cuts $ AB$ in the point $ D$ and the line $ l$ in points $ E, F$ (such that $ C$ and $ E$ are in the same halfplane with respect to $ AB$). Prove that the line $ DE$ passes through the incenter of $ ABC$.

2002 Romania Team Selection Test, 2

Let $P(x)$ and $Q(x)$ be integer polynomials of degree $p$ and $q$ respectively. Assume that $P(x)$ divides $Q(x)$ and all their coefficients are either $1$ or $2002$. Show that $p+1$ is a divisor of $q+1$. [i]Mihai Cipu[/i]

2006 Princeton University Math Competition, 9

Tags: algebra
Consider the set of sequences $\{S_i\}$ that start with $S_0 = 12$, $S_1 = 21$, $S_2 = 28$, and for $n > 2$, $S_n$ is the sum of two (not necessarily distinct) $S_{k_n}$ and $S_{j_n}$ with $k_n, j_n < n$. Find the largest integer that cannot be found in any sequence $S_i$.

2008 AMC 10, 23

A rectangular floor measures $ a$ by $ b$ feet, where $ a$ and $ b$ are positive integers with $ b > a$. An artist paints a rectangle on the floor with the sides of the rectangle parallel to the sides of the floor. The unpainted part of the floor forms a border of width $ 1$ foot around the painted rectangle and occupies half of the area of the entire floor. How many possibilities are there for the ordered pair $ (a,b)$? $ \textbf{(A)}\ 1\qquad\textbf{(B)}\ 2\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}\ 4\qquad\textbf{(E)}\ 5$

2010 Polish MO Finals, 1

The integer number $n > 1$ is given and a set $S \subset \{0, 1, 2, \ldots, n-1\}$ with $|S| > \frac{3}{4} n$. Prove that there exist integer numbers $a, b, c$ such that the remainders after the division by $n$ of the numbers: \[a, b, c, a+b, b+c, c+a, a+b+c\] belong to $S$.

Ukraine Correspondence MO - geometry, 2010.11

Let $ABC$ be an acute-angled triangle in which $\angle BAC = 60^o$ and $AB> AC$. Let $H$ and $I$ denote the points of intersection of the altitudes and angle bisectors of this triangle, respectively. Find the ratio $\angle ABC: \angle AHI$.

1997 Yugoslav Team Selection Test, Problem 1

Consider a regular $n$-gon $A_1A_2\ldots A_n$ with area $S$. Let us draw the lines $l_1,l_2,\ldots,l_n$ perpendicular to the plane of the $n$-gon at $A_1,A_2,\ldots,A_n$ respectively. Points $B_1,B_2,\ldots,B_n$ are selected on lines $l_1,l_2,\ldots,l_n$ respectively so that: (i) $B_1,B_2,\ldots,B_n$ are all on the same side of the plane of the $n$-gon; (ii) Points $B_1,B_2,\ldots,B_n$ lie on a single plane; (iii) $A_1B_1=h_1,A_2B_2=h_2,\ldots,A_nB_n=h_n$. Express the volume of polyhedron $A_1A_2\ldots A_nB_1B_2\ldots B_n$ as a function in $S,h_1,\ldots,h_n$.