Found problems: 1001
2010 Danube Mathematical Olympiad, 2
Given a triangle $ABC$, let $A',B',C'$ be the perpendicular feet dropped from the centroid $G$ of the triangle $ABC$ onto the sides $BC,CA,AB$ respectively. Reflect $A',B',C'$ through $G$ to $A'',B'',C''$ respectively. Prove that the lines $AA'',BB'',CC''$ are concurrent.
1967 IMO Shortlist, 6
A line $l$ is drawn through the intersection point $H$ of altitudes of acute-angle triangles. Prove that symmetric images $l_a, l_b, l_c$ of $l$ with respect to the sides $BC,CA,AB$ have one point in common, which lies on the circumcircle of $ABC.$
2021 Taiwan TST Round 2, G
Let $ABC$ be a triangle with circumcircle $\Gamma$, and points $E$ and $F$ are chosen from sides $CA$, $AB$, respectively. Let the circumcircle of triangle $AEF$ and $\Gamma$ intersect again at point $X$. Let the circumcircles of triangle $ABE$ and $ACF$ intersect again at point $K$. Line $AK$ intersect with $\Gamma$ again at point $M$ other than $A$, and $N$ be the reflection point of $M$ with respect to line $BC$. Let $XN$ intersect with $\Gamma$ again at point $S$ other that $X$.
Prove that $SM$ is parallel to $BC$.
[i] Proposed by Ming Hsiao[/i]
2002 India IMO Training Camp, 18
Consider the square grid with $A=(0,0)$ and $C=(n,n)$ at its diagonal ends. Paths from $A$ to $C$ are composed of moves one unit to the right or one unit up. Let $C_n$ (n-th catalan number) be the number of paths from $A$ to $C$ which stay on or below the diagonal $AC$. Show that the number of paths from $A$ to $C$ which cross $AC$ from below at most twice is equal to $C_{n+2}-2C_{n+1}+C_n$
1983 Tournament Of Towns, (036) O5
A version of billiards is played on a right triangular table, with a pocket in each of the three corners, and one of the acute angles being $30^o$. A ball is played from just in front of the pocket at the $30^o$. vertex toward the midpoint of the opposite side. Prove that if the ball is played hard enough, it will land in the pocket of the $60^o$ vertex after $8$ reflections.
2002 Tournament Of Towns, 2
$\Delta ABC$ and its mirror reflection $\Delta A^{\prime}B^{\prime}C^{\prime}$ is arbitrarily placed on the plane. Prove the midpoints of $AA^{\prime},BB^{\prime},CC^{\prime}$ are collinear.
2011 Indonesia TST, 3
Let $ABC$ and $PQR$ be two triangles such that
[list]
[b](a)[/b] $P$ is the mid-point of $BC$ and $A$ is the midpoint of $QR$.
[b](b)[/b] $QR$ bisects $\angle BAC$ and $BC$ bisects $\angle QPR$
[/list]
Prove that $AB+AC=PQ+PR$.
2012 Poland - Second Round, 2
Let $ABC$ be a triangle with $\angle A=60^{\circ}$ and $AB\neq AC$, $I$-incenter, $O$-circumcenter. Prove that perpendicular bisector of $AI$, line $OI$ and line $BC$ have a common point.
2014 Tajikistan Team Selection Test, 2
Let $M$be an interior point of triangle $ABC$. Let the line $AM$ intersect the circumcircle of the triangle $MBC$ for the second time at point $D$, the line $BM$ intersect the circumcircle of the triangle $MCA$ for the second time at point $E$, and the line $CM$ intersect the circumcircle of the triangle $MAB$ for the second time at point $F$. Prove that $\frac{AD}{MD} + \frac{BE}{ME} + \frac{CF}{MF} \geq \frac{9}{2}$.
[i]Proposed by Nairy Sedrakyan[/i]
1938 Moscow Mathematical Olympiad, 039
The following operation is performed over points $O_1, O_2, O_3$ and $A$ in space. The point $A$ is reflected with respect to $O_1$, the resultant point $A_1$ is reflected through $O_2$, and the resultant point $A_2$ through $O_3$. We get some point $A_3$ that we will also consecutively reflect through $O_1, O_2, O_3$. Prove that the point obtained last coincides with $A$..
1989 AMC 8, 11
Which of the five "T-like shapes" would be symmetric to the one shown with respect to the dashed line?
[asy]
unitsize(48);
for (int a=0; a<3; ++a)
{
fill((2a+1,1)--(2a+.8,1)--(2a+.8,.8)--(2a+1,.8)--cycle,black);
}
draw((.8,1)--(0,1)--(0,0)--(1,0)--(1,.8));
draw((2.8,1)--(2,1)--(2,0)--(3,0)--(3,.8));
draw((4.8,1)--(4,1)--(4,0)--(5,0)--(5,.8));
draw((.2,.4)--(.6,.8),linewidth(1)); draw((.4,.6)--(.8,.2),linewidth(1));
draw((2.4,.8)--(2.8,.4),linewidth(1)); draw((2.6,.6)--(2.2,.2),linewidth(1));
draw((4.4,.2)--(4.8,.6),linewidth(1)); draw((4.6,.4)--(4.2,.8),linewidth(1));
draw((7,.2)--(7,1)--(6,1)--(6,0)--(6.8,0)); fill((6.8,0)--(7,0)--(7,.2)--(6.8,.2)--cycle,black);
draw((6.2,.6)--(6.6,.2),linewidth(1)); draw((6.4,.4)--(6.8,.8),linewidth(1));
draw((8,.8)--(8,0)--(9,0)--(9,1)--(8.2,1)); fill((8,1)--(8,.8)--(8.2,.8)--(8.2,1)--cycle,black);
draw((8.4,.8)--(8.8,.8),linewidth(1)); draw((8.6,.8)--(8.6,.2),linewidth(1));
draw((6,1.2)--(6,1.4)); draw((6,1.6)--(6,1.8)); draw((6,2)--(6,2.2)); draw((6,2.4)--(6,2.6));
draw((6.4,2.2)--(6.4,1.4)--(7.4,1.4)--(7.4,2.4)--(6.6,2.4)); fill((6.4,2.4)--(6.4,2.2)--(6.6,2.2)--(6.6,2.4)--cycle,black);
draw((6.6,1.8)--(7,2.2),linewidth(1)); draw((6.8,2)--(7.2,1.6),linewidth(1));
label("(A)",(0,1),W); label("(B)",(2,1),W); label("(C)",(4,1),W);
label("(D)",(6,1),W); label("(E)",(8,1),W);
[/asy]
2017 All-Russian Olympiad, 8
In a non-isosceles triangle $ABC$,$O$ and $I$ are circumcenter and incenter,respectively.$B^\prime$ is reflection of $B$ with respect to $OI$ and lies inside the angle $ABI$.Prove that the tangents to circumcirle of $\triangle BB^\prime I$ at $B^\prime$,$I$ intersect on $AC$. (A. Kuznetsov)
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}
$
2013 China Western Mathematical Olympiad, 3
Let $ABC$ be a triangle, and $B_1,C_1$ be its excenters opposite $B,C$. $B_2,C_2$ are reflections of $B_1,C_1$ across midpoints of $AC,AB$. Let $D$ be the extouch at $BC$. Show that $AD$ is perpendicular to $B_2C_2$
2014 Dutch IMO TST, 4
Let $\triangle ABC$ be a triangle with $|AC|=2|AB|$ and let $O$ be its circumcenter. Let $D$ be the intersection of the bisector of $\angle A$ with $BC$. Let $E$ be the orthogonal projection of $O$ to $AD$ and let $F\ne D$ be the point on $AD$ satisfying $|CD|=|CF|$. Prove that $\angle EBF=\angle ECF$.
2014 AMC 12/AHSME, 20
In $\triangle BAC$, $\angle BAC=40^\circ$, $AB=10$, and $AC=6$. Points $D$ and $E$ lie on $\overline{AB}$ and $\overline{AC}$ respectively. What is the minimum possible value of $BE+DE+CD$?
$\textbf{(A) }6\sqrt 3+3\qquad
\textbf{(B) }\dfrac{27}2\qquad
\textbf{(C) }8\sqrt 3\qquad
\textbf{(D) }14\qquad
\textbf{(E) }3\sqrt 3+9\qquad$
2005 Morocco TST, 4
A convex quadrilateral $ABCD$ has an incircle. In each corner a circle is inscribed that also externally touches the two circles inscribed in the adjacent corners. Show that at least two circles have the same size.
2022 Sharygin Geometry Olympiad, 8.1
Let $ABCD$ be a convex quadrilateral with $\angle{BAD} = 2\angle{BCD}$ and $AB = AD$. Let $P$ be a point such that $ABCP$ is a parallelogram. Prove that $CP = DP$.
2013 Online Math Open Problems, 33
Let $n$ be a positive integer. E. Chen and E. Chen play a game on the $n^2$ points of an $n \times n$ lattice grid. They alternately mark points on the grid such that no player marks a point that is on or inside a non-degenerate triangle formed by three marked points. Each point can be marked only once. The game ends when no player can make a move, and the last player to make a move wins. Determine the number of values of $n$ between $1$ and $2013$ (inclusive) for which the first player can guarantee a win, regardless of the moves that the second player makes.
[i]Ray Li[/i]
1978 Polish MO Finals, 1
A ray of light reflects from the rays of a given angle. A ray that enters the vertex of the angle is absorbed. Prove that there is a natural number $n$ such that any ray can reflect at most $n$ times
1976 Miklós Schweitzer, 11
Let $ \xi_1,\xi_2,...$ be independent, identically distributed random variables with distribution \[ P(\xi_1=-1)=P(\xi_1=1)=\frac
12 .\] Write $ S_n=\xi_1+\xi_2+...+\xi_n \;(n=1,2,...),\ \;S_0=0\ ,$ and \[ T_n= \frac{1}{\sqrt{n}} \max _{ 0 \leq k \leq n}S_k .\] Prove that $ \liminf_{n \rightarrow \infty} (\log n)T_n=0$ with probability one.
[i]P. Revesz[/i]
2013 India IMO Training Camp, 2
In a triangle $ABC$, with $\widehat{A} > 90^\circ$, let $O$ and $H$ denote its circumcenter and orthocenter, respectively. Let $K$ be the reflection of $H$ with respect to $A$. Prove that $K, O$ and $C$ are collinear if and only if $\widehat{A} - \widehat{B} = 90^\circ$.
2004 Purple Comet Problems, 11
How far is it from the point $(9, 17)$ to its reflection across the line \[3x + 4y = 15?\]
2003 Baltic Way, 14
Equilateral triangles $AMB,BNC,CKA$ are constructed on the exterior of a triangle $ABC$. The perpendiculars from the midpoints of $MN, NK, KM$ to the respective lines $CA, AB, BC$ are constructed. Prove that these three perpendiculars pass through a single point.
2019 Iran MO (3rd Round), 1
Consider a triangle $ABC$ with incenter $I$. Let $D$ be the intersection of $BI,AC$ and $CI$ intersects the circumcircle of $ABC$ at $M$. Point $K$ lies on the line $MD$ and $\angle KIA=90^\circ$. Let $F$ be the reflection of $B$ about $C$. Prove that $BIKF$ is cyclic.