Found problems: 1001
2011 Costa Rica - Final Round, 1
Let $ABC$ be a triangle with orthocenter $H$. Let $P,Q,R$ be the reflections of $H$ with respect to sides $BC,AC,AB$, respectively. Show that $H$ is incenter of $PQR$.
2014 USAMTS Problems, 4:
Let $\omega_P$ and $\omega_Q$ be two circles of radius $1$, intersecting in points $A$ and $B$. Let $P$ and $Q$ be two regular $n$-gons (for some positive integer $n\ge4$) inscribed in $\omega_P$ and $\omega_Q$, respectively, such that $A$ and $B$ are vertices of both $P$ and $Q$. Suppose a third circle $\omega$ of radius $1$ intersects $P$ at two of its vertices $C$, $D$ and intersects $Q$ at two of its vertices $E$, $F$. Further assume that $A$, $B$, $C$, $D$, $E$, $F$ are all distinct points, that $A$ lies outside of $\omega$, and that $B$ lies inside $\omega$. Show that there exists a regular $2n$-gon that contains $C$, $D$, $E$, $F$ as four of its vertices.
2010 JBMO Shortlist, 1
$\textbf{Problem G1}$
Consider a triangle $ABC$ with $\angle ACB=90^{\circ}$. Let $F$ be the foot of the altitude from
$C$. Circle $\omega$ touches the line segment $FB$ at point $P$, the altitude $CF$ at point $Q$ and the
circumcircle of $ABC$ at point $R$. Prove that points $A, Q, R$ are collinear and $AP = AC$.
Ukrainian TYM Qualifying - geometry, I.13
A candle and a man are placed in a dihedral mirror angle. How many reflections can the man see ?
2020 AMC 10, 23
Square $ABCD$ in the coordinate plane has vertices at the points $A(1,1), B(-1,1), C(-1,-1),$ and $D(1,-1).$ Consider the following four transformations:
[list=]
[*]$L,$ a rotation of $90^{\circ}$ counterclockwise around the origin;
[*]$R,$ a rotation of $90^{\circ}$ clockwise around the origin;
[*]$H,$ a reflection across the $x$-axis; and
[*]$V,$ a reflection across the $y$-axis.
[/list]
Each of these transformations maps the squares onto itself, but the positions of the labeled vertices will change. For example, applying $R$ and then $V$ would send the vertex $A$ at $(1,1)$ to $(-1,-1)$ and would send the vertex $B$ at $(-1,1)$ to itself. How many sequences of $20$ transformations chosen from $\{L, R, H, V\}$ will send all of the labeled vertices back to their original positions? (For example, $R, R, V, H$ is one sequence of $4$ transformations that will send the vertices back to their original positions.)
$\textbf{(A)}\ 2^{37} \qquad\textbf{(B)}\ 3\cdot 2^{36} \qquad\textbf{(C)}\ 2^{38} \qquad\textbf{(D)}\ 3\cdot 2^{37} \qquad\textbf{(E)}\ 2^{39}$
2010 Iran Team Selection Test, 11
Let $O, H$ be circumcenter and orthogonal center of triangle $ABC$. $M,N$ are midpoints of $BH$ and $CH$. $BB'$ is diagonal of circumcircle. If $HONM$ is a cyclic quadrilateral, prove that $B'N=\frac12AC$.
2002 China Team Selection Test, 2
Circles $ \omega_{1}$ and $ \omega_{2}$ intersect at points $ A$ and $ B.$ Points $ C$ and $ D$ are on circles $ \omega_{1}$ and $ \omega_{2},$ respectively,
such that lines $ AC$ and $ AD$ are tangent to circles $ \omega_{2}$ and $ \omega_{1},$ respectively.
Let $ I_{1}$ and $ I_{2}$ be the incenters of triangles $ ABC$ and $ ABD,$ respectively. Segments $ I_{1}I_{2}$ and $ AB$ intersect at $ E$.
Prove that: $ \frac {1}{AE} \equal{} \frac {1}{AC} \plus{} \frac {1}{AD}$
2014 Contests, 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|$.
1987 Iran MO (2nd round), 3
In the following diagram, let $ABCD$ be a square and let $M,N,P$ and $Q$ be the midpoints of its sides. Prove that
\[S_{A'B'C'D'} = \frac 15 S_{ABCD}.\]
[asy]
import graph; size(200); real lsf = 0.5; pen dp = linewidth(0.7) + fontsize(10); defaultpen(dp); pen ds = black; pen qqttzz = rgb(0,0.2,0.6); pen qqzzff = rgb(0,0.6,1);
draw((0,4)--(4,4),qqttzz+linewidth(1.6pt)); draw((4,4)--(4,0),qqttzz+linewidth(1.6pt)); draw((4,0)--(0,0),qqttzz+linewidth(1.6pt)); draw((0,0)--(0,4),qqttzz+linewidth(1.6pt)); draw((0,4)--(2,0),qqzzff+linewidth(1.2pt)); draw((2,4)--(4,0),qqzzff+linewidth(1.2pt)); draw((0,2)--(4,4),qqzzff+linewidth(1.2pt)); draw((0,0)--(4,2),qqzzff+linewidth(1.2pt));
dot((0,4),ds); label("$A$", (0.07,4.12), NE*lsf); dot((0,0),ds); label("$D$", (-0.27,-0.37), NE*lsf); dot((4,0),ds); label("$C$", (4.14,-0.39), NE*lsf); dot((4,4),ds); label("$B$", (4.08,4.12), NE*lsf); dot((2,4),ds); label("$M$", (2.08,4.12), NE*lsf); dot((4,2),ds); label("$N$", (4.2,1.98), NE*lsf); dot((2,0),ds); label("$P$", (1.99,-0.49), NE*lsf); dot((0,2),ds); label("$Q$", (-0.48,1.9), NE*lsf); dot((0.8,2.4),ds); label("$A'$", (0.81,2.61), NE*lsf); dot((2.4,3.2),ds); label("$B'$", (2.46,3.47), NE*lsf); dot((3.2,1.6),ds); label("$C'$", (3.22,1.9), NE*lsf); dot((1.6,0.8),ds); label("$D'$", (1.14,0.79), NE*lsf); clip((-4.44,-11.2)--(-4.44,6.41)--(16.48,6.41)--(16.48,-11.2)--cycle);
[/asy]
[$S_{X}$ denotes area of the $X.$]
1987 IMO Longlists, 57
The bisectors of the angles $B,C$ of a triangle $ABC$ intersect the opposite sides in $B', C'$ respectively. Prove that the straight line $B'C'$ intersects the inscribed circle in two different points.
2014 CentroAmerican, 2
Points $A$, $B$, $C$ and $D$ are chosen on a line in that order, with $AB$ and $CD$ greater than $BC$. Equilateral triangles $APB$, $BCQ$ and $CDR$ are constructed so that $P$, $Q$ and $R$ are on the same side with respect to $AD$. If $\angle PQR=120^\circ$, show that
\[\frac{1}{AB}+\frac{1}{CD}=\frac{1}{BC}.\]
2011 Mexico National Olympiad, 2
Let $ABC$ be an acute triangle and $\Gamma$ its circumcircle. Let $l$ be the line tangent to $\Gamma$ at $A$. Let $D$ and $E$ be the intersections of the circumference with center $B$ and radius $AB$ with lines $l$ and $AC$, respectively. Prove the orthocenter of $ABC$ lies on line $DE$.
Kvant 2019, M2564
Let $ABC$ be an acute-angled triangle with $AC<BC.$ A circle passes through $A$ and $B$ and crosses the segments $AC$ and $BC$ again at $A_1$ and $B_1$ respectively. The circumcircles of $A_1B_1C$ and $ABC$ meet each other at points $P$ and $C.$ The segments $AB_1$ and $A_1B$ intersect at $S.$ Let $Q$ and $R$ be the reflections of $S$ in the lines $CA$ and $CB$ respectively. Prove that the points $P,$ $Q,$ $R,$ and $C$ are concyclic.
2012 ELMO Shortlist, 6
In $\triangle ABC$, $H$ is the orthocenter, and $AD,BE$ are arbitrary cevians. Let $\omega_1, \omega_2$ denote the circles with diameters $AD$ and $BE$, respectively. $HD,HE$ meet $\omega_1,\omega_2$ again at $F,G$. $DE$ meets $\omega_1,\omega_2$ again at $P_1,P_2$ respectively. $FG$ meets $\omega_1,\omega_2$ again $Q_1,Q_2$ respectively. $P_1H,Q_1H$ meet $\omega_1$ at $R_1,S_1$ respectively. $P_2H,Q_2H$ meet $\omega_2$ at $R_2,S_2$ respectively. Let $P_1Q_1\cap P_2Q_2 = X$, and $R_1S_1\cap R_2S_2=Y$. Prove that $X,Y,H$ are collinear.
[i]Ray Li.[/i]
2011 Germany Team Selection Test, 2
Let $ABCDE$ be a convex pentagon such that $BC \parallel AE,$ $AB = BC + AE,$ and $\angle ABC = \angle CDE.$ Let $M$ be the midpoint of $CE,$ and let $O$ be the circumcenter of triangle $BCD.$ Given that $\angle DMO = 90^{\circ},$ prove that $2 \angle BDA = \angle CDE.$
[i]Proposed by Nazar Serdyuk, Ukraine[/i]
2017 Taiwan TST Round 1, 2
Let $ABC$ be a triangle with $AB = AC \neq BC$ and let $I$ be its incentre. The line $BI$ meets $AC$ at $D$, and the line through $D$ perpendicular to $AC$ meets $AI$ at $E$. Prove that the reflection of $I$ in $AC$ lies on the circumcircle of triangle $BDE$.
1989 AMC 12/AHSME, 24
Five people are sitting at a round table. Let $f \ge 0$ be the number of people sitting next to at least one female and $m \ge 0$ be the number of people sitting next to at least one male. The number of possible ordered pairs $(f,m)$ is
$ \textbf{(A)}\ 7 \qquad\textbf{(B)}\ 8 \qquad\textbf{(C)}\ 9 \qquad\textbf{(D)}\ 10 \qquad\textbf{(E)}\ 11 $
2016 India Regional Mathematical Olympiad, 5
Let $ABC$ be a right angled triangle with $\angle B=90^{\circ}$. Let $AD$ be the bisector of angle $A$ with $D$ on $BC$ . Let the circumcircle of triangle $ACD$ intersect $AB$ again at $E$; and let the circumcircle of triangle $ABD$ intersect $AC$ again at $F$ . Let $K$ be the reflection of $E$ in the line $BC$ . Prove that $FK = BC$.
2008 Poland - Second Round, 2
We are given a triangle $ ABC$ such that $ AC \equal{} BC$. There is a point $ D$ lying on the segment $ AB$, and $ AD < DB$. The point $ E$ is symmetrical to $ A$ with respect to $ CD$. Prove that:
\[\frac {AC}{CD} \equal{} \frac {BE}{BD \minus{} AD}\]
2009 China Team Selection Test, 1
Let $ ABC$ be a triangle. Point $ D$ lies on its sideline $ BC$ such that $ \angle CAD \equal{} \angle CBA.$ Circle $ (O)$ passing through $ B,D$ intersects $ AB,AD$ at $ E,F$, respectively. $ BF$ meets $ DE$ at $ G$.Denote by$ M$ the midpoint of $ AG.$ Show that $ CM\perp AO.$
1995 Italy TST, 2
Twenty-one rectangles of size $3\times 1$ are placed on an $8\times 8$ chessboard, leaving only one free unit square. What position can the free square lie at?
1986 Brazil National Olympiad, 1
A ball moves endlessly on a circular billiard table. When it hits the edge it is reflected. Show that if it passes through a point on the table three times, then it passes through it infinitely many times.
2016 USA Team Selection Test, 2
Let $ABC$ be a scalene triangle with circumcircle $\Omega$, and suppose the incircle of $ABC$ touches $BC$ at $D$. The angle bisector of $\angle A$ meets $BC$ and $\Omega$ at $E$ and $F$. The circumcircle of $\triangle DEF$ intersects the $A$-excircle at $S_1$, $S_2$, and $\Omega$ at $T \neq F$. Prove that line $AT$ passes through either $S_1$ or $S_2$.
[i]Proposed by Evan Chen[/i]
2023 Bangladesh Mathematical Olympiad, P7
Let $\Delta ABC$ be an acute triangle and $\omega$ be its circumcircle. Perpendicular from $A$ to $BC$ intersects $BC$ at $D$ and $\omega$ at $K$. Circle through $A$, $D$ and tangent to $BC$ at $D$ intersect $\omega$ at $E$. $AE$ intersects $BC$ at $T$. $TK$ intersects $\omega$ at $S$. Assume, $SD$ intersects $\omega$ at $X$. Prove that $X$ is the reflection of $A$ with respect to the perpendicular bisector of $BC$.
2011 AIME Problems, 8
Let $z_1,z_2,z_3,\dots,z_{12}$ be the 12 zeroes of the polynomial $z^{12}-2^{36}$. For each $j$, let $w_j$ be one of $z_j$ or $i z_j$. Then the maximum possible value of the real part of $\displaystyle\sum_{j=1}^{12} w_j$ can be written as $m+\sqrt{n}$ where $m$ and $n$ are positive integers. Find $m+n$.