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

1986 IMO Shortlist, 21

Let $ABCD$ be a tetrahedron having each sum of opposite sides equal to $1$. Prove that \[r_A + r_B + r_C + r_D \leq \frac{\sqrt 3}{3}\] where $r_A, r_B, r_C, r_D$ are the inradii of the faces, equality holding only if $ABCD$ is regular.

1992 IMO Longlists, 73

Let $\{A_n | n = 1, 2, \cdots \} $ be a set of points in the plane such that for each $n$, the disk with center $A_n$ and radius $2^n$ contains no other point $A_j$ . For any given positive real numbers $a < b$ and $R$, show that there is a subset $G$ of the plane satisfying: [b](i)[/b] the area of $G$ is greater than or equal to $R$; [b](ii) [/b]for each point $P$ in $G$, $a < \sum_{n=1}^{\infty} \frac{1}{|A_nP|} <b.$

2010 JBMO Shortlist, 2

Let $ABC$ be acute-angled triangle . A circle $\omega_1(O_1,R_1)$ passes through points $B$ and $C$ and meets the sides $AB$ and $AC$ at points $D$ and $E$ ,respectively . Let $\omega_2(O_2,R_2)$ be the circumcircle of triangle $ADE$ . Prove that $O_1O_2$ is equal to the circumradius of triangle $ABC$ .

2018 ELMO Shortlist, 2

Tags: geometry
Let $ABC$ be a scalene triangle with orthocenter $H$ and circumcenter $O$. Let $P$ be the midpoint of $\overline{AH}$ and let $T$ be on line $BC$ with $\angle TAO=90^{\circ}$. Let $X$ be the foot of the altitude from $O$ onto line $PT$. Prove that the midpoint of $\overline{PX}$ lies on the nine-point circle* of $\triangle ABC$. *The nine-point circle of $\triangle ABC$ is the unique circle passing through the following nine points: the midpoint of the sides, the feet of the altitudes, and the midpoints of $\overline{AH}$, $\overline{BH}$, and $\overline{CH}$. [i]Proposed by Zack Chroman[/i]

1981 Putnam, B5

Tags: summation , binary
Let $B(n)$ be the number of ones in the base two expression for the positive integer $n.$ Determine whether $$\exp \left( \sum_{n=1}^{\infty} \frac{ B(n)}{n(n+1)} \right)$$ is a rational number.

2021 Bolivia Ibero TST, 1

Let $n$ be a posititve integer. On a $n \times n$ grid there are $n^2$ unit squares and on these we color the sides with blue such that every unit square has exactly one side with blue. [b]a)[/b] Find the maximun number of blue unit sides we can have on the $n \times n$ grid. [b]b)[/b] Find the minimun number of blue unit sides we can have on the $n \times n$ grid.

2012 Greece JBMO TST, 3

Let $ABC$ be an acute triangle with $AB<AC<BC$, inscribed in circle $c(O,R)$ (with center $O$ and radius $R$). Let $O_1$ be the symmetric point of $O$ wrt $AC$. Circle $c_1(O_1,R)$ intersects $BC$ at $Z$. If the extension of the altitude $AD$ intersects the cicrumscribed circle $c(O,R)$ at point $E$, prove that $EC$ is perpendicular on $AZ$.

2010 Princeton University Math Competition, 7

Tags:
Find the numerator of \[\frac{1010\overbrace{11 \ldots 11}^{2011 \text{ ones}}0101}{1100\underbrace{11 \ldots 11}_{2011\text{ ones}}0011}\] when reduced.

1978 Romania Team Selection Test, 1

In a convex quadrilateral $ ABCD, $ let $ A’,B’ $ be the orthogonal projections to $ CD $ of $ A, $ respectively, $ B. $ [b]a)[/b] Assuming that $ BB’\le AA’ $ and that the perimeter of $ ABCD $ is $ (AB+CD)\cdot BB’, $ is $ ABCD $ necessarily a trapezoid? [b]b)[/b] The same question with the addition that $ \angle BAD $ is obtuse.

2010 Math Prize For Girls Problems, 7

The graph of ${(x^2 + y^2 - 1)}^3 = x^2 y^3$ is a heart-shaped curve, shown in the figure below. [asy] import graph; unitsize(10); real f(real x) { return sqrt(cbrt(x^4) - 4 x^2 + 4); } real g(real x) { return (cbrt(x^2) + f(x))/2; } real h(real x) { return (cbrt(x^2) - f(x)) / 2; } real xmax = 1.139028; draw(graph(g, -xmax, xmax) -- reverse(graph(h, -xmax, xmax)) -- cycle); xaxis("$x$", -1.5, 1.5, above = true); yaxis("$y$", -1.5, 1.5, above = true); [/asy] For how many ordered pairs of integers $(x, y)$ is the point $(x, y)$ inside or on this curve?

2012 China National Olympiad, 1

In the triangle $ABC$, $\angle A$ is biggest. On the circumcircle of $\triangle ABC$, let $D$ be the midpoint of $\widehat{ABC}$ and $E$ be the midpoint of $\widehat{ACB}$. The circle $c_1$ passes through $A,B$ and is tangent to $AC$ at $A$, the circle $c_2$ passes through $A,E$ and is tangent $AD$ at $A$. $c_1$ and $c_2$ intersect at $A$ and $P$. Prove that $AP$ bisects $\angle BAC$. [hide="Diagram"][asy] /* File unicodetex not found. */ /* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/Wiki, go to User:Azjps/geogebra */ import graph; size(14.4cm); real labelscalefactor = 0.5; /* changes label-to-point distance */ pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); /* default pen style */ pen dotstyle = black; /* point style */ real xmin = -5.23, xmax = 9.18, ymin = -2.97, ymax = 4.82; /* image dimensions */ /* draw figures */ draw(circle((-1.32,1.36), 2.98)); draw(circle((3.56,1.53), 3.18)); draw((0.92,3.31)--(-2.72,-1.27)); draw(circle((0.08,0.25), 3.18)); draw((-2.72,-1.27)--(3.13,-0.65)); draw((3.13,-0.65)--(0.92,3.31)); draw((0.92,3.31)--(2.71,-1.54)); draw((-2.41,-1.74)--(0.92,3.31)); draw((0.92,3.31)--(1.05,-0.43)); /* dots and labels */ dot((-1.32,1.36),dotstyle); dot((0.92,3.31),dotstyle); label("$A$", (0.81,3.72), NE * labelscalefactor); label("$c_1$", (-2.81,3.53), NE * labelscalefactor); dot((3.56,1.53),dotstyle); label("$c_2$", (3.43,3.98), NE * labelscalefactor); dot((1.05,-0.43),dotstyle); label("$P$", (0.5,-0.43), NE * labelscalefactor); dot((-2.72,-1.27),dotstyle); label("$B$", (-3.02,-1.57), NE * labelscalefactor); dot((2.71,-1.54),dotstyle); label("$E$", (2.71,-1.86), NE * labelscalefactor); dot((3.13,-0.65),dotstyle); label("$C$", (3.39,-0.9), NE * labelscalefactor); dot((-2.41,-1.74),dotstyle); label("$D$", (-2.78,-2.07), NE * labelscalefactor); clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); /* end of picture */[/asy][/hide]

2020 Yasinsky Geometry Olympiad, 3

The segments $BF$ and $CN$ are the altitudes in the acute-angled triangle $ABC$. The line $OI$, which connects the centers of the circumscribed and inscribed circles of triangle $ABC$, is parallel to the line $FN$. Find the length of the altitude $AK$ in the triangle $ABC$ if the radii of its circumscribed and inscribed circles are $R$ and $r$, respectively. (Grigory Filippovsky)

2023 MOAA, 10

Tags:
Let $S$ be a set of integers such that if $a$ and $b$ are in $S$ then $3a-2b$ is also in $S$. How many ways are there to construct $S$ such that $S$ contains exactly $4$ elements in the interval $[0,40]$? [i]Proposed by Harry Kim[/i]

2017 Canadian Open Math Challenge, A4

Tags:
Source: 2017 Canadian Open Math Challenge, Problem A4 ----- Three positive integers $a$, $b$, $c$ satisfy $$4^a \cdot 5^b \cdot 6^c = 8^8 \cdot 9^9 \cdot 10^{10}.$$ Determine the sum of $a + b + c$.

2006 Switzerland - Final Round, 9

Let $a, b, c, d$ be real numbers. Prove that is $$(a^2 + b^2 + 1)(c^2 + d^2 + 1) \ge 2(a + c)(b + d).$$

2003 Bulgaria Team Selection Test, 4

Is it true that for any permulation $a_1,a_2.....,a_{2002}$ of $1,2....,2002$ there are positive integers $m,n$ of the same parity such that $0<m<n<2003$ and $a_m+a_n=2a_{\frac {m+n}{2}}$

LMT Team Rounds 2010-20, A19

Tags:
Euhan and Minjune are playing a game. They choose a number $N$ so that they can only say integers up to $N$. Euhan starts by saying the $1$, and each player takes turns saying either $n+1$ or $4n$ (if possible), where $n$ is the last number said. The player who says $N$ wins. What is the smallest number larger than $2019$ for which Minjune has a winning strategy? [i]Proposed by Janabel Xia[/i]

1975 Spain Mathematical Olympiad, 7

Consider the real function defined by $f(x) =\frac{1}{|x + 3| + |x + 1| + |x - 2| + |x -5|}$ for all $x \in R$. a) Determine its maximum. b) Graphic representation.

1960 AMC 12/AHSME, 34

Tags:
Two swimmers, at opposite ends of a $90$-foot pool, start to swim the length of the pool, one at the rate of $3$ feet per second, the other at $2$ feet per second. They swim back and forth for $12$ minutes. Allowing no loss of times at the turns, find the number of times they pass each other. $ \textbf{(A)}\ 24\qquad\textbf{(B)}\ 21\qquad\textbf{(C)}\ 20\qquad\textbf{(D)}\ 19\qquad\textbf{(E)}\ 18 $

1997 South africa National Olympiad, 5

A circle and a point $P$ higher than the circle lie in the same vertical plane. A particle moves along a straight line under gravity from $P$ to a point $Q$ on the circle. Given that the distance travelled from $P$ in time $t$ is equal to $\dfrac{1}{2}gt^2 \sin{\alpha}$, where $\alpha$ is the angle of inclination of the line $PQ$ to the horizontal, give a geometrical characterization of the point $Q$ for which the time taken from $P$ to $Q$ is a minimum.

1996 All-Russian Olympiad Regional Round, 8.4

There are $n$ matches on the table ($n > 1$). Two players take turns shooting them from the table. On the first move, the player removes any number of matches from the table from $1$ to $n - 1$, and then each time you can take no more matches from the table, than the partner took with the previous move. The one who took the last match wins.. Find all $n$ for which the first player can provide win for yourself.

2009 Postal Coaching, 5

Define a sequence $<x_n>$ by $x_1 = 1, x_2 = x, x_{n+2} = xx_{n+1} + nx_n, n \ge 1$. Consider the polynomial $P_n(x) = x_{n-1}x_{n+1} - x_n^2$, for each $n \ge 2$. Prove or disprove that the coefficients of $P_n(x)$ are all non-negative, except for the constant term when $n$ is odd.

2024 Bundeswettbewerb Mathematik, 3

Let $ABC$ be a triangle. For a point $P$ in its interior, we draw the threee lines through $P$ parallel to the sides of the triangle. This partitions $ABC$ in three triangles and three quadrilaterals. Let $V_A$ be the area of the quadrilateral which has $A$ as one vertex. Let $D_A$ be the area of the triangle which has a part of $BC$ as one of its sides. Define $V_B, D_B$ and $V_C, D_C$ similarly. Determine all possible values of $\frac{D_A}{V_A}+\frac{D_B}{V_B}+\frac{D_C}{V_C}$, as $P$ varies in the interior of the triangle.

2007 Alexandru Myller, 3

Tags: pentagon , geometry
The convex pentagon $ ABCDE $ has the following properties: $ \text{(i)} AB=BC $ $ \text{(ii)} \angle ABE+\angle CBD =\angle DBE $ $ \text{(iii)} \angle AEB +\angle BDC=180^{\circ} $ Prove that the orthocenter of $ BDE $ lies on $ AC. $

May Olympiad L2 - geometry, 2007.5

Tags: geometry
In the triangle $ABC$ we have $\angle A = 2\angle C$ and $2\angle B = \angle A + \angle C$. The angle bisector of $\angle C$ intersects the segment $AB$ in $E$, let $F$ be the midpoint of $AE$, let $AD$ be the altitude of the triangle $ABC$. The perpendicular bisector of $DF$ intersects $AC$ in $M$. Prove that $AM = CM$.