Found problems: 1581
1982 IMO Longlists, 35
If the inradius of a triangle is half of its circumradius, prove that the triangle is equilateral.
2013 India Regional Mathematical Olympiad, 5
In a triangle $ABC$, let $H$ denote its orthocentre. Let $P$ be the reflection of $A$ with respect to $BC$. The circumcircle of triangle $ABP$ intersects the line $BH$ again at $Q$, and the circumcircle of triangle $ACP$ intersects the line $CH$ again at $R$. Prove that $H$ is the incentre of triangle $PQR$.
1989 Canada National Olympiad, 2
Let $ ABC$ be a right angled triangle of area 1. Let $ A'B'C'$ be the points obtained by reflecting $ A,B,C$ respectively, in their opposite sides. Find the area of $ \triangle A'B'C'.$
2012 Sharygin Geometry Olympiad, 1
In triangle $ABC$ point $M$ is the midpoint of side $AB$, and point $D$ is the foot of altitude $CD$. Prove that $\angle A = 2\angle B$ if and only if $AC = 2 MD$.
2012 Canadian Mathematical Olympiad Qualification Repechage, 8
Suppose circles $\mathit{W}_1$ and $\mathit{W}2$, with centres $\mathit{O}_1$ and $\mathit{O}_2$ respectively, intersect at points $\mathit{M}$ and $\mathit{N}$. Let the tangent on $\mathit{W}_2$ at point $\mathit{N}$ intersect $\mathit{W}_1$ for the second time at $\mathit{B}_1$. Similarly, let the tangent on $\mathit{W}_1$ at point $\mathit{N}$ intersect $\mathit{W}_2$ for the second time at $\mathit{B}_2$. Let $\mathit{A}_1$ be a point on $\mathit{W}_1$ which is on arc $\mathit{B}_1\mathit{N}$ not containing $\mathit{M}$ and suppose line $\mathit{A}_1\mathit{N}$ intersects $\mathit{W}_2$ at point $\mathit{A}_2$. Denote the incentres of triangles $\mathit{B}_1\mathit{A}_1\mathit{N}$ and $\mathit{B}_2\mathit{A}_2\mathit{N}$ by $\mathit{I}_1$ and $\mathit{I}_2$, respectively.*
[asy]
/* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/Wiki, go to User:Azjps/geogebra */
import graph; size(10.1cm);
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 = -0.9748626324969808, xmax = 13.38440254515721, ymin = 0.5680051903627492, ymax = 10.99430986899034; /* image dimensions */
pair O_2 = (7.682929606970993,6.084708172218866), O_1 = (2.180000000000002,6.760000000000007), M = (4.560858774883258,8.585242858926296), B_2 = (10.07334553576748,9.291873850408265), A_2 = (11.49301008867042,4.866805580476367), B_1 = (2.113311869970955,9.759258690628950), A_1 = (0.2203184186713625,4.488514120712773);
/* draw figures */
draw(circle(O_2, 4.000000000000000));
draw(circle(O_1, 3.000000000000000));
draw((4.048892687647541,4.413249028538064)--B_2);
draw(B_2--A_2);
draw(A_2--(4.048892687647541,4.413249028538064));
draw((4.048892687647541,4.413249028538064)--B_1);
draw(B_1--A_1);
draw(A_1--(4.048892687647541,4.413249028538064));
/* dots and labels */
dot(O_2,dotstyle);
label("$O_2$", (7.788512439159622,6.243082420501817), NE * labelscalefactor);
dot(O_1,dotstyle);
label("$O_1$", (2.298205165350667,6.929370829727937), NE * labelscalefactor);
dot(M,dotstyle);
label("$M$", (4.383466101076183,8.935444641311980), NE * labelscalefactor);
dot((4.048892687647541,4.413249028538064),dotstyle);
label("$N$", (3.855551940133015,3.761885864068922), NE * labelscalefactor);
dot(B_2,dotstyle);
label("$B_2$", (10.19052187145104,9.463358802255147), NE * labelscalefactor);
dot(A_2,dotstyle);
label("$A_2$", (11.80066006232771,4.659339937672310), NE * labelscalefactor);
dot(B_1,dotstyle);
label("$B_1$", (1.981456668784765,10.09685579538695), NE * labelscalefactor);
dot(A_1,dotstyle);
label("$A_1$", (0.08096568938935705,3.973051528446190), NE * labelscalefactor);
clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle);
/* end of picture */[/asy]
Show that \[\angle\mathit{I}_1\mathit{MI}_2=\angle\mathit{O}_1\mathit{MO}_2.\]
*[size=80]Given a triangle ABC, the incentre of the triangle is defined to be the intersection of the angle bisectors of A, B, and C. To avoid cluttering, the incentre is omitted in the provided diagram. Note also that the diagram serves only as an aid and is not necessarily drawn to scale.[/size]
2000 Dutch Mathematical Olympiad, 5
Consider an infinite strip of unit squares. The squares are numbered "1", "2", "3", ... A pawn starts on one of the squares and it can move according to the following rules:
(1) from the square numbered "$n$" to the square numbered "$2n$", and vice versa;
(2) from the square numbered "$n$" to the square numbered "$3n + 1$", and vice versa.
Show that the pawn can reach the square numbered "$1$" in a finite number of moves.
2013 USAMTS Problems, 3
Let $A_1A_2A_3\dots A_{20}$ be a $20$-sided polygon $P$ in the plane, where all of the side lengths of $P$ are equal, the interior angle at $A_i$ measures $108$ degrees for all odd $i$, and the interior angle $A_i$ measures $216$ degrees for all even $i$. Prove that the lines $A_2A_8$, $A_4A_{10}$, $A_5A_{13}$, $A_6A_{16}$, and $A_7A_{19}$ all intersect at the same point.
[asy]
import graph;
size(10cm);
pair temp= (-1,0);
pair A01 = (0,0);
pair A02 = rotate(306,A01)*temp;
pair A03 = rotate(144,A02)*A01;
pair A04 = rotate(252,A03)*A02;
pair A05 = rotate(144,A04)*A03;
pair A06 = rotate(252,A05)*A04;
pair A07 = rotate(144,A06)*A05;
pair A08 = rotate(252,A07)*A06;
pair A09 = rotate(144,A08)*A07;
pair A10 = rotate(252,A09)*A08;
pair A11 = rotate(144,A10)*A09;
pair A12 = rotate(252,A11)*A10;
pair A13 = rotate(144,A12)*A11;
pair A14 = rotate(252,A13)*A12;
pair A15 = rotate(144,A14)*A13;
pair A16 = rotate(252,A15)*A14;
pair A17 = rotate(144,A16)*A15;
pair A18 = rotate(252,A17)*A16;
pair A19 = rotate(144,A18)*A17;
pair A20 = rotate(252,A19)*A18;
dot(A01);
dot(A02);
dot(A03);
dot(A04);
dot(A05);
dot(A06);
dot(A07);
dot(A08);
dot(A09);
dot(A10);
dot(A11);
dot(A12);
dot(A13);
dot(A14);
dot(A15);
dot(A16);
dot(A17);
dot(A18);
dot(A19);
dot(A20);
draw(A01--A02--A03--A04--A05--A06--A07--A08--A09--A10--A11--A12--A13--A14--A15--A16--A17--A18--A19--A20--cycle);
label("$A_{1}$",A01,E);
label("$A_{2}$",A02,W);
label("$A_{3}$",A03,NE);
label("$A_{4}$",A04,SW);
label("$A_{5}$",A05,N);
label("$A_{6}$",A06,S);
label("$A_{7}$",A07,N);
label("$A_{8}$",A08,SE);
label("$A_{9}$",A09,NW);
label("$A_{10}$",A10,E);
label("$A_{11}$",A11,W);
label("$A_{12}$",A12,E);
label("$A_{13}$",A13,SW);
label("$A_{14}$",A14,NE);
label("$A_{15}$",A15,S);
label("$A_{16}$",A16,N);
label("$A_{17}$",A17,S);
label("$A_{18}$",A18,NW);
label("$A_{19}$",A19,SE);
label("$A_{20}$",A20,W);[/asy]
1988 Vietnam National Olympiad, 3
Let $ a$, $ b$, $ c$ be three pairwise skew lines in space. Prove that they have a common perpendicular if and only if $ S_a \circ S_b \circ S_c$ is a reflection in a line, where $ S_x$ denotes the reflection in line $ x$.
2008 Sharygin Geometry Olympiad, 2
(A.Myakishev) Let triangle $ A_1B_1C_1$ be symmetric to $ ABC$ wrt the incenter of its medial triangle. Prove that the orthocenter of $ A_1B_1C_1$ coincides with the circumcenter of the triangle formed by the excenters of $ ABC$.
2005 Mediterranean Mathematics Olympiad, 4
Let $A$ be the set of all polynomials $f(x)$ of order $3$ with integer coefficients and cubic coefficient $1$, so that for every $f(x)$ there exists a prime number $p$ which does not divide $2004$ and a number $q$ which is coprime to $p$ and $2004$, so that $f(p)=2004$ and $f(q)=0$.
Prove that there exists a infinite subset $B\subset A$, so that the function graphs of the members of $B$ are identical except of translations
2009 Romania Team Selection Test, 3
Let $ ABC$ be a non-isosceles triangle, in which $ X,Y,$ and $ Z$ are the tangency points of the incircle of center $ I$ with sides $ BC,CA$ and $ AB$ respectively. Denoting by $ O$ the circumcircle of $ \triangle{ABC}$, line $ OI$ meets $ BC$ at a point $ D.$ The perpendicular dropped from $ X$ to $ YZ$ intersects $ AD$ at $ E$. Prove that $ YZ$ is the perpendicular bisector of $ [EX]$.
2004 China Team Selection Test, 2
Two equal-radii circles with centres $ O_1$ and $ O_2$ intersect each other at $ P$ and $ Q$, $ O$ is the midpoint of the common chord $ PQ$. Two lines $ AB$ and $ CD$ are drawn through $ P$ ( $ AB$ and $ CD$ are not coincide with $ PQ$ ) such that $ A$ and $ C$ lie on circle $ O_1$ and $ B$ and $ D$ lie on circle $ O_2$. $ M$ and $ N$ are the mipoints of segments $ AD$ and $ BC$ respectively. Knowing that $ O_1$ and $ O_2$ are not in the common part of the two circles, and $ M$, $ N$ are not coincide with $ O$.
Prove that $ M$, $ N$, $ O$ are collinear.
2003 IMAR Test, 3
The exinscribed circle of a triangle $ABC$ corresponding to its vertex $A$ touches the sidelines $AB$ and $AC$ in the points $M$ and $P$, respectively, and touches its side $BC$ in the point $N$. Show that if the midpoint of the segment $MP$ lies on the circumcircle of triangle $ABC$, then the points $O$, $N$, $I$ are collinear, where $I$ is the incenter and $O$ is the circumcenter of triangle $ABC$.
2013 IPhOO, 10
Two masses are connected with spring constant $k$. The masses have magnitudes $m$ and $M$. The center-of-mass of the system is fixed. If $ k = \text {100 N/m} $ and $m=\dfrac{1}{2}M=\text{1 kg}$, let the ground state energy of the system be $E$. If $E$ can be expressed in the form $ a \times 10^p $ eV (electron-volts), find the ordered pair $(a,p)$, where $ 0 < a < 10 $, and it is rounded to the nearest positive integer and $p$ is an integer. For example, $ 4.2 \times 10^7 $ should be expressed as $(4,7)$.
[i](Trung Phan, 10 points)[/i]
2005 China Western Mathematical Olympiad, 5
Circles $C(O_1)$ and $C(O_2)$ intersect at points $A$, $B$. $CD$ passing through point $O_1$ intersects $C(O_1)$ at point $D$ and tangents $C(O_2)$ at point $C$. $AC$ tangents $C(O_1)$ at $A$. Draw $AE \bot CD$, and $AE$ intersects $C(O_1)$ at $E$. Draw $AF \bot DE$, and $AF$ intersects $DE$ at $F$. Prove that $BD$ bisects $AF$.
2007 Kyiv Mathematical Festival, 2
The point $D$ at the side $AB$ of triangle $ABC$ is given. Construct points $E,F$ at sides $BC, AC$ respectively such that the midpoints of $DE$ and $DF$ are collinear with $B$ and the midpoints of $DE$ and $EF$ are collinear with $C.$
2013 China Team Selection Test, 2
Let $P$ be a given point inside the triangle $ABC$. Suppose $L,M,N$ are the midpoints of $BC, CA, AB$ respectively and \[PL: PM: PN= BC: CA: AB.\] The extensions of $AP, BP, CP$ meet the circumcircle of $ABC$ at $D,E,F$ respectively. Prove that the circumcentres of $APF, APE, BPF, BPD, CPD, CPE$ are concyclic.
2011 Iran Team Selection Test, 11
Let $ABC$ be a triangle and $A',B',C'$ be the midpoints of $BC,CA,AB$ respectively. Let $P$ and $P'$ be points in plane such that $PA=P'A',PB=P'B',PC=P'C'$. Prove that all $PP'$ pass through a fixed point.
2003 Costa Rica - Final Round, 5
Each of the squares of an $8 \times 8$ board can be colored white or black. Find the number of colorings of the board such that every $2 \times 2$ square contains exactly 2 black squares and 2 white squares.
2012 CHKMO, 4
In $\triangle ABC$, $AB>AC$. In the circumcircle $(O)$ of $\triangle ABC$, $M$ is the midpoint of arc $BAC$. The incircle $(I)$ of $\triangle ABC$ touches $BC$ at $D$, the line through $D$ parallel to $AI$ intersects $(I)$ again at $P$. Prove that $AP$ and $IM$ intersect at a point on $(O)$.
2014 Dutch IMO TST, 2
Let $\triangle ABC$ be a triangle. Let $M$ be the midpoint of $BC$ and let $D$ be a point on the interior of side $AB$. The intersection of $AM$ and $CD$ is called $E$. Suppose that $|AD|=|DE|$. Prove that $|AB|=|CE|$.
2013 Hong kong National Olympiad, 3
Let $ABC$ be a triangle with $CA>BC>AB$. Let $O$ and $H$ be the circumcentre and orthocentre of triangle $ABC$ respectively. Denote by $D$ and $E$ the midpoints of the arcs $AB$ and $AC$ of the circumcircle of triangle $ABC$ not containing the opposite vertices. Let $D'$ be the reflection of $D$ about $AB$ and $E'$ the reflection of $E$ about $AC$. Prove that $O,H,D',E'$ are concylic if and only if $A,D',E'$ are collinear.
1993 China Team Selection Test, 3
Let $ABC$ be a triangle and its bisector at $A$ cuts its circumcircle at $D.$ Let $I$ be the incenter of triangle $ABC,$ $M$ be the midpoint of $BC,$ $P$ is the symmetric to $I$ with respect to $M$ (Assuming $P$ is in the circumcircle). Extend $DP$ until it cuts the circumcircle again at $N.$ Prove that among segments $AN, BN, CN$, there is a segment that is the sum of the other two.
1975 Canada National Olympiad, 6
(i) 15 chairs are equally placed around a circular table on which are name cards for 15 guests. The guests fail to notice these cards until after they have sat down, and it turns out that no one is sitting in the correct seat. Prove that the table can be rotated so that at least two of the guests are simultaneously correctly seated.
(ii) Give an example of an arrangement in which just one of the 15 guests is correctly seated and for which no rotation correctly places more than one person.
1966 AMC 12/AHSME, 34
Let $r$ be the speed in miles per hour at which a wheel, $11$ feet in circumference, travels. If the time for a complete rotation of the wheel is shortened by $\tfrac{1}{4}$ of a second, the speed $r$ is increased by $5$ miles per hour. The $r$ is:
$\text{(A)}\ 9\qquad
\text{(B)}\ 10\qquad
\text{(C)}\ 10\tfrac{1}{2}\qquad
\text{(D)}\ 11\qquad
\text{(E)}\ 12$