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: 1581

2018 CMIMC Geometry, 4

Suppose $\overline{AB}$ is a segment of unit length in the plane. Let $f(X)$ and $g(X)$ be functions of the plane such that $f$ corresponds to rotation about $A$ $60^\circ$ counterclockwise and $g$ corresponds to rotation about $B$ $90^\circ$ clockwise. Let $P$ be a point with $g(f(P))=P$; what is the sum of all possible distances from $P$ to line $AB$?

2002 Moldova National Olympiad, 12.6

Let A,B,C be three collinear points and a circle T(A,r). If M and N are two diametrical opposite variable points on T, Find locus geometrical of the intersection BM and CN.

2002 USA Team Selection Test, 5

Consider the family of nonisosceles triangles $ABC$ satisfying the property $AC^2 + BC^2 = 2 AB^2$. Points $M$ and $D$ lie on side $AB$ such that $AM = BM$ and $\angle ACD = \angle BCD$. Point $E$ is in the plane such that $D$ is the incenter of triangle $CEM$. Prove that exactly one of the ratios \[ \frac{CE}{EM}, \quad \frac{EM}{MC}, \quad \frac{MC}{CE} \] is constant.

2008 Harvard-MIT Mathematics Tournament, 29

Let $ (x,y)$ be a pair of real numbers satisfying \[ 56x \plus{} 33y \equal{} \frac{\minus{}y}{x^2\plus{}y^2}, \qquad \text{and} \qquad 33x\minus{}56y \equal{} \frac{x}{x^2\plus{}y^2}. \]Determine the value of $ |x| \plus{} |y|$.

2012 Federal Competition For Advanced Students, Part 2, 3

Given an equilateral triangle $ABC$ with sidelength 2, we consider all equilateral triangles $PQR$ with sidelength 1 such that [list] [*]$P$ lies on the side $AB$, [*]$Q$ lies on the side $AC$, and [*]$R$ lies in the inside or on the perimeter of $ABC$.[/list] Find the locus of the centroids of all such triangles $PQR$.

2015 Iran MO (3rd round), 3

Let $ABC$ be a triangle. consider an arbitrary point $P$ on the plain of $\triangle ABC$. Let $R,Q$ be the reflections of $P$ wrt $AB,AC$ respectively. Let $RQ\cap BC=T$. Prove that $\angle APB=\angle APC$ if and if only $\angle APT=90^{\circ}$.

2011 India Regional Mathematical Olympiad, 5

Let $ABC$ be a triangle and let $BB_1,CC_1$ be respectively the bisectors of $\angle{B},\angle{C}$ with $B_1$ on $AC$ and $C_1$ on $AB$, Let $E,F$ be the feet of perpendiculars drawn from $A$ onto $BB_1,CC_1$ respectively. Suppose $D$ is the point at which the incircle of $ABC$ touches $AB$. Prove that $AD=EF$

1983 IMO Longlists, 73

Let $ABC$ be a nonequilateral triangle. Prove that there exist two points $P$ and $Q$ in the plane of the triangle, one in the interior and one in the exterior of the circumcircle of $ABC$, such that the orthogonal projections of any of these two points on the sides of the triangle are vertices of an equilateral triangle.

1990 Tournament Of Towns, (274) 2

The plane is divided by three infinite sets of parallel lines into equilateral triangles of equal area. Let $M$ be the set of their vertices, and $A$ and $B$ be two vertices of such an equilateral triangle. One may rotate the plane through $120^o$ around any vertex of the set $M$. Is it possible to move the point $A$ to the point $B$ by a number of such rotations (N Vasiliev, Moscow)

2011 Today's Calculation Of Integral, 691

Let $a$ be a constant. In the $xy$ palne, the curve $C_1:y=\frac{\ln x}{x}$ touches $C_2:y=ax^2$. Find the volume of the solid generated by a rotation of the part enclosed by $C_1,\ C_2$ and the $x$ axis about the $x$ axis. [i]2011 Yokohama National Universty entrance exam/Engineering[/i]

1983 AIME Problems, 15

The adjoining figure shows two intersecting chords in a circle, with $B$ on minor arc $AD$. Suppose that the radius of the circle is 5, that $BC = 6$, and that $AD$ is bisected by $BC$. Suppose further that $AD$ is the only chord starting at $A$ which is bisected by $BC$. It follows that the sine of the minor arc $AB$ is a rational number. If this fraction is expressed as a fraction $m/n$ in lowest terms, what is the product $mn$? [asy] size(200); defaultpen(linewidth(0.7)+fontsize(10)); pair A=dir(200), D=dir(95), M=midpoint(A--D), C=dir(30), BB=C+2*dir(C--M), B=intersectionpoint(M--BB, Circle(origin, 1)); draw(Circle(origin, 1)^^A--D^^B--C); real r=0.05; pair M1=midpoint(M--D), M2=midpoint(M--A); draw((M1+0.1*dir(90)*dir(A--D))--(M1+0.1*dir(-90)*dir(A--D))); draw((M2+0.1*dir(90)*dir(A--D))--(M2+0.1*dir(-90)*dir(A--D))); pair point=origin; label("$A$", A, dir(point--A)); label("$B$", B, dir(point--B)); label("$C$", C, dir(point--C)); label("$D$", D, dir(point--D));[/asy]

2004 Germany Team Selection Test, 2

Let two chords $AC$ and $BD$ of a circle $k$ meet at the point $K$, and let $O$ be the center of $k$. Let $M$ and $N$ be the circumcenters of triangles $AKB$ and $CKD$. Show that the quadrilateral $OMKN$ is a parallelogram.

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]

2002 Iran Team Selection Test, 13

Let $ABC$ be a triangle. The incircle of triangle $ABC$ touches the side $BC$ at $A^{\prime}$, and the line $AA^{\prime}$ meets the incircle again at a point $P$. Let the lines $CP$ and $BP$ meet the incircle of triangle $ABC$ again at $N$ and $M$, respectively. Prove that the lines $AA^{\prime}$, $BN$ and $CM$ are concurrent.

2005 China Team Selection Test, 1

Triangle $ABC$ is inscribed in circle $\omega$. Circle $\gamma$ is tangent to $AB$ and $AC$ at points $P$ and $Q$ respectively. Also circle $\gamma$ is tangent to circle $\omega$ at point $S$. Let the intesection of $AS$ and $PQ$ be $T$. Prove that $\angle{BTP}=\angle{CTQ}$.

1976 IMO Longlists, 39

In $ ABC$, the inscribed circle is tangent to side $BC$ at$ X$. Segment $ AX$ is drawn. Prove that the line joining the midpoint of $ AX$ to the midpoint of side $ BC$ passes through center $ I$ of the inscribed circle.

2008 National Olympiad First Round, 33

Let $E$ be a point inside the rhombus $ABCD$ such that $|AE|=|EB|$, $m(\widehat{EAB})=12^\circ$, and $m(\widehat{DAE})=72^\circ$. What is $m(\widehat{CDE})$ in degrees? $ \textbf{(A)}\ 64 \qquad\textbf{(B)}\ 66 \qquad\textbf{(C)}\ 68 \qquad\textbf{(D)}\ 70 \qquad\textbf{(E)}\ 72 $

2013 National Olympiad First Round, 29

Let $O$ be the circumcenter of triangle $ABC$ with $|AB|=5$, $|BC|=6$, $|AC|=7$. Let $A_1$, $B_1$, $C_1$ be the reflections of $O$ over the lines $BC$, $AC$, $AB$, respectively. What is the distance between $A$ and the circumcenter of triangle $A_1B_1C_1$? $ \textbf{(A)}\ 6 \qquad\textbf{(B)}\ \sqrt {29} \qquad\textbf{(C)}\ \dfrac {19}{2\sqrt 6} \qquad\textbf{(D)}\ \dfrac {35}{4\sqrt 6} \qquad\textbf{(E)}\ \sqrt {\dfrac {35}3} $

1996 Brazil National Olympiad, 4

$ABC$ is acute-angled. $D$ s a variable point on the side BC. $O_1$ is the circumcenter of $ABD$, $O_2$ is the circumcenter of $ACD$, and $O$ is the circumcenter of $AO_1O_2$. Find the locus of $O$.

2011 ELMO Shortlist, 2

Let $\omega,\omega_1,\omega_2$ be three mutually tangent circles such that $\omega_1,\omega_2$ are externally tangent at $P$, $\omega_1,\omega$ are internally tangent at $A$, and $\omega,\omega_2$ are internally tangent at $B$. Let $O,O_1,O_2$ be the centers of $\omega,\omega_1,\omega_2$, respectively. Given that $X$ is the foot of the perpendicular from $P$ to $AB$, prove that $\angle{O_1XP}=\angle{O_2XP}$. [i]David Yang.[/i]

2012 Brazil Team Selection Test, 1

Let $ABC$ be an acute triangle. Let $\omega$ be a circle whose centre $L$ lies on the side $BC$. Suppose that $\omega$ is tangent to $AB$ at $B'$ and $AC$ at $C'$. Suppose also that the circumcentre $O$ of triangle $ABC$ lies on the shorter arc $B'C'$ of $\omega$. Prove that the circumcircle of $ABC$ and $\omega$ meet at two points. [i]Proposed by Härmel Nestra, Estonia[/i]

1999 Bulgaria National Olympiad, 2

The vertices A,B,C of an acute-angled triangle ABC lie on the sides B1C1, C1A1, A1B1 respectively of a triangle A1B1C1 similar to the triangle ABC (∠A = ∠A1, etc.). Prove that the orthocenters of triangles ABC and A1B1C1 are equidistant from the circumcenter of △ABC.

2011 Preliminary Round - Switzerland, 5

Let $ABCD$ an inscribed quadrilateral and $r$ and $s$ the reflections of the straight line through $A$ and $B$ over the inner angle bisectors of angles $\angle{CAD}$ and $\angle{CBD}$, respectively. Let $P$ the point of intersection of $r$ and $s$ and let $O$ the circumcentre of $ABCD$. Prove that $OP \perp CD$.

Indonesia MO Shortlist - geometry, g1

The inscribed circle of the $ABC$ triangle has center $I$ and touches to $BC$ at $X$. Suppose the $AI$ and $BC$ lines intersect at $L$, and $D$ is the reflection of $L$ wrt $X$. Points $E$ and $F$ respectively are the result of a reflection of $D$ wrt to lines $CI$ and $BI$ respectively. Show that quadrilateral $BCEF$ is cyclic .

2013 Romania Team Selection Test, 2

Circles $\Omega $ and $\omega $ are tangent at a point $P$ ($\omega $ lies inside $\Omega $). A chord $AB$ of $\Omega $ is tangent to $\omega $ at $C;$ the line $PC$ meets $\Omega $ again at $Q.$ Chords $QR$ and $QS$ of $ \Omega $ are tangent to $\omega .$ Let $I,X,$ and $Y$ be the incenters of the triangles $APB,$ $ARB,$ and $ASB,$ respectively. Prove that $\angle PXI+\angle PYI=90^{\circ }.$