Found problems: 1581
2014 PUMaC Algebra A, 1
On the number line, consider the point $x$ that corresponds to the value $10$. Consider $24$ distinct integer points $y_1$, $y_2$, $\ldots$, $y_{24}$ on the number line such that for all $k$ such that $1\leq k\leq 12$, we have that $y_{2k-1}$ is the reflection of $y_{2k}$ across $x$. Find the minimum possible value of \[\textstyle\sum_{n=1}^{24}(|y_n-1|+|y_n+1|).\]
2010 Germany Team Selection Test, 2
Determine all $n \in \mathbb{Z}^+$ such that a regular hexagon (i.e. all sides equal length, all interior angles same size) can be partitioned in finitely many $n-$gons such that they can be composed into $n$ congruent regular hexagons in a non-overlapping way upon certain rotations and translations.
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.
2015 India IMO Training Camp, 1
Let $ABC$ be a triangle in which $CA>BC>AB$. Let $H$ be its orthocentre and $O$ its circumcentre. Let $D$ and $E$ be respectively the midpoints of the arc $AB$ not containing $C$ and arc $AC$ not containing $B$. Let $D'$ and $E'$ be respectively the reflections of $D$ in $AB$ and $E$ in $AC$. Prove that $O, H, D', E'$ lie on a circle if and only if $A, D', E'$ are collinear.
2006 AMC 12/AHSME, 23
Isosceles $ \triangle ABC$ has a right angle at $ C$. Point $ P$ is inside $ \triangle ABC$, such that $ PA \equal{} 11, PB \equal{} 7,$ and $ PC \equal{} 6$. Legs $ \overline{AC}$ and $ \overline{BC}$ have length $ s \equal{} \sqrt {a \plus{} b\sqrt {2}}$, where $ a$ and $ b$ are positive integers. What is $ a \plus{} b$?
[asy]pointpen = black;
pathpen = linewidth(0.7);
pen f = fontsize(10);
size(5cm);
pair B = (0,sqrt(85+42*sqrt(2)));
pair A = (B.y,0);
pair C = (0,0);
pair P = IP(arc(B,7,180,360),arc(C,6,0,90));
D(A--B--C--cycle);
D(P--A);
D(P--B);
D(P--C);
MP("A",D(A),plain.E,f);
MP("B",D(B),plain.N,f);
MP("C",D(C),plain.SW,f);
MP("P",D(P),plain.NE,f);[/asy]
$ \textbf{(A) } 85 \qquad \textbf{(B) } 91 \qquad \textbf{(C) } 108 \qquad \textbf{(D) } 121 \qquad \textbf{(E) } 127$
2010 Serbia National Math Olympiad, 2
In an acute-angled triangle $ABC$, $M$ is the midpoint of side $BC$, and $D, E$ and $F$ the feet of the altitudes from $A, B$ and $C$, respectively. Let $H$ be the orthocenter of $\Delta ABC$, $S$ the midpoint of $AH$, and $G$ the intersection of $FE$ and $AH$. If $N$ is the intersection of the median $AM$ and the circumcircle of $\Delta BCH$, prove that $\angle HMA = \angle GNS$.
[i]Proposed by Marko Djikic[/i]