Found problems: 25757
2006 Sharygin Geometry Olympiad, 10.6
A quadrangle was drawn on the board, that you can inscribe and circumscribe a circle. Marked are the centers of these circles and the intersection point of the lines connecting the midpoints of the opposite sides, after which the quadrangle itself was erased. Restore it with a compass and ruler.
2013 German National Olympiad, 3
Given two circles $k_1$ and $k_2$ which intersect at $Q$ and $Q'.$ Let $P$ be a point on $k_2$ and inside of $k_1 $ such that the line $PQ$ intersects $k_1$ in a point $X\ne Q$ and such that the tangent to $k_1$ at $X$ intersects $k_2$ in points $A$ and $B.$ Let $k$ be the circle through $A,B$ which is tangent to the line through $P$ parallel to $AB.$
Prove that the circles $k_1$ and $k$ are tangent.
2011 Math Prize For Girls Problems, 6
Two circles each have radius 1. No point is inside both circles. The circles are contained in a square. What is the area of the smallest such square?
2016 Sharygin Geometry Olympiad, P16
Let $BB_1$ and $CC_1$ be altitudes of triangle $ABC$. The tangents to the circumcircle of $AB_1C_1$ at $B_1$ and $C_1$ meet AB and $AC$ at points $M$ and $N$ respectively. Prove that the common point of circles $AMN$ and $AB_1C_1$ distinct from $A$ lies on the Euler line of $ABC$.
2000 All-Russian Olympiad, 7
Two circles are internally tangent at $N$. The chords $BA$ and $BC$ of the larger circle are tangent to the smaller circle at $K$ and $M$ respectively. $Q$ and $P$ are midpoint of arcs $AB$ and $BC$ respectively. Circumcircles of triangles $BQK$ and $BPM$ are intersect at $L$. Show that $BPLQ$ is a parallelogram.
2003 Serbia Team Selection Test, 2
Let M and N be the distinct points in the plane of the triangle ABC such that AM : BM : CM = AN : BN : CN. Prove that the line MN contains the circumcenter of △ABC.
2025 Caucasus Mathematical Olympiad, 2
Let $ABC$ be a triangle, and let $B_1$ and $B_2$ be points on segment $AC$ symmetric with respect to the midpoint of $AC$. Let $\gamma_A$ denote the circle passing through $B_1$ and tangent to line $AB$ at $A$. Similarly, let $\gamma_C$ denote the circle passing through $B_1$ and tangent to line $BC$ at $C$. Let the circles $\gamma_A$ and $\gamma_C$ intersect again at point $B'$ ($B' \neq B_1$). Prove that $\angle ABB' = \angle CBB_2$.
2016 Greece Team Selection Test, 2
Given is a triangle $\triangle{ABC}$,with $AB<AC<BC$,inscribed in circle $c(O,R)$.Let $D,E,Z$ be the midpoints of $BC,CA,AB$ respectively,and $K$ the foot of the altitude from $A$.At the exterior of $\triangle{ABC}$ and with the sides $AB,AC$ as diameters,we construct the semicircles $c_1,c_2$ respectively.Suppose that $P\equiv DZ\cap c_1 \ , \ S\equiv KZ\cap c_1$ and $R\equiv DE\cap c_2 \ , \ T\equiv KE\cap c_2$.Finally,let $M$ be the intersection of the lines $PS,RT$.
[b]i.[/b] Prove that the lines $PR,ST$ intersect at $A$.
[b]ii.[/b] Prove that the lines $PR\cap MD$ intersect on $c$.
[asy]import graph; size(8cm);
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 = -4.8592569519241255, xmax = 12.331775417316715, ymin = -3.1864435704043403, ymax = 6.540061585876658; /* image dimensions */
pen aqaqaq = rgb(0.6274509803921569,0.6274509803921569,0.6274509803921569); pen uququq = rgb(0.25098039215686274,0.25098039215686274,0.25098039215686274);
draw((0.6699432366054657,3.2576036755978928)--(0.,0.)--(5.,0.)--cycle, aqaqaq);
/* draw figures */
draw((0.6699432366054657,3.2576036755978928)--(0.,0.), uququq);
draw((0.,0.)--(5.,0.), uququq);
draw((5.,0.)--(0.6699432366054657,3.2576036755978928), uququq);
draw(shift((0.33497161830273287,1.6288018377989464))*xscale(1.662889476749906)*yscale(1.662889476749906)*arc((0,0),1,78.3788505217281,258.3788505217281));
draw(shift((2.834971618302733,1.6288018377989464))*xscale(2.7093067970187343)*yscale(2.7093067970187343)*arc((0,0),1,-36.95500560847834,143.0449943915217));
draw((0.6699432366054657,3.2576036755978928)--(0.6699432366054657,0.));
draw((-0.9938564482532047,2.628510486065423)--(2.5,0.));
draw((0.6699432366054657,0.)--(0.,3.2576036755978923));
draw((0.6699432366054657,0.)--(5.,3.257603675597893));
draw((2.5,0.)--(3.3807330143335355,4.282570444700163));
draw((-0.9938564482532047,2.628510486065423)--(2.5,4.8400585427926455));
draw((2.5,4.8400585427926455)--(5.,3.257603675597893));
draw((-0.9938564482532047,2.628510486065423)--(3.3807330143335355,4.282570444700163), linewidth(1.2) + linetype("2 2"));
draw((0.,3.2576036755978923)--(5.,3.257603675597893), linewidth(1.2) + linetype("2 2"));
draw(circle((2.5,1.18355242571055), 2.766007292905304), linewidth(0.4) + linetype("2 2"));
draw((2.5,4.8400585427926455)--(2.5,0.), linewidth(1.2) + linetype("2 2"));
/* dots and labels */
dot((0.6699432366054657,3.2576036755978928),linewidth(3.pt) + dotstyle);
label("$A$", (0.7472169504504719,2.65), NE * labelscalefactor);
dot((0.,0.),linewidth(3.pt) + dotstyle);
label("$B$", (-0.2,-0.4), NE * labelscalefactor);
dot((5.,0.),linewidth(3.pt) + dotstyle);
label("$C$", (5.028818057451246,-0.34281415594345044), NE * labelscalefactor);
dot((2.5,0.),linewidth(3.pt) + dotstyle);
label("$D$", (2.4275434226319077,-0.32665717063401356), NE * labelscalefactor);
dot((2.834971618302733,1.6288018377989464),linewidth(3.pt) + dotstyle);
label("$E$", (3.073822835009383,1.5637101105701008), NE * labelscalefactor);
dot((0.33497161830273287,1.6288018377989464),linewidth(3.pt) + dotstyle);
label("$Z$", (0.003995626216375389,1.402140257475732), NE * labelscalefactor);
dot((0.6699432366054657,0.),linewidth(3.pt) + dotstyle);
label("$K$", (0.6179610679749769,-0.3105001853245767), NE * labelscalefactor);
dot((-0.9938564482532047,2.628510486065423),linewidth(3.pt) + dotstyle);
label("$P$", (-1.0785223895158957,2.7916409940873033), NE * labelscalefactor);
dot((0.,3.2576036755978923),linewidth(3.pt) + dotstyle);
label("$S$", (-0.14141724156855653,3.454077391774215), NE * labelscalefactor);
dot((5.,3.257603675597893),linewidth(3.pt) + dotstyle);
label("$T$", (5.061132028070119,3.3571354799175936), NE * labelscalefactor);
dot((3.3807330143335355,4.282570444700163),linewidth(3.pt) + dotstyle);
label("$R$", (3.445433497126431,4.375025554412117), NE * labelscalefactor);
dot((2.5,4.8400585427926455),linewidth(3.pt) + dotstyle);
label("$M$", (2.5567993051074027,4.940520040242407), NE * labelscalefactor);
clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle);
/* end of picture */[/asy]
2012 Harvard-MIT Mathematics Tournament, 8
Hexagon $ABCDEF$ has a circumscribed circle and an inscribed circle. If $AB = 9$, $BC = 6$, $CD = 2$, and $EF = 4$. Find $\{DE, FA\}$.
Denmark (Mohr) - geometry, 1994.4
In a right-angled triangle in which all side lengths are integers, one has a cathetus length $1994$. Determine the length of the hypotenuse.
2008 Poland - Second Round, 2
In the convex pentagon $ ABCDE$ following equalities holds: $ \angle ABD\equal{} \angle ACE, \angle ACB\equal{}\angle ACD, \angle ADC\equal{}\angle ADE$ and $ \angle ADB\equal{}\angle AEC$. The point $S$ is the intersection of the segments $BD$ and $CE$. Prove that lines $AS$ and $CD$ are perpendicular.
1997 IberoAmerican, 2
In an acute triangle $\triangle{ABC}$, let $AE$ and $BF$ be highs of it, and $H$ its orthocenter. The symmetric line of $AE$ with respect to the angle bisector of $\sphericalangle{A}$ and the symmetric line of $BF$ with respect to the angle bisector of $\sphericalangle{B}$ intersect each other on the point $O$. The lines $AE$ and $AO$ intersect again the circuncircle to $\triangle{ABC}$ on the points $M$ and $N$ respectively.
Let $P$ be the intersection of $BC$ with $HN$; $R$ the intersection of $BC$ with $OM$; and $S$ the intersection of $HR$ with $OP$. Show that $AHSO$ is a paralelogram.
JBMO Geometry Collection, 2002
Two circles with centers $O_{1}$ and $O_{2}$ meet at two points $A$ and $B$ such that the centers of the circles are on opposite sides of the line $AB$. The lines $BO_{1}$ and $BO_{2}$ meet their respective circles again at $B_{1}$ and $B_{2}$. Let $M$ be the midpoint of $B_{1}B_{2}$. Let $M_{1}$, $M_{2}$ be points on the circles of centers $O_{1}$ and $O_{2}$ respectively, such that $\angle AO_{1}M_{1}= \angle AO_{2}M_{2}$, and $B_{1}$ lies on the minor arc $AM_{1}$ while $B$ lies on the minor arc $AM_{2}$. Show that $\angle MM_{1}B = \angle MM_{2}B$.
[i]Ciprus[/i]
2016 Croatia Team Selection Test, Problem 3
Let $P$ be a point inside a triangle $ABC$ such that
$$ \frac{AP + BP}{AB} = \frac{BP + CP}{BC} = \frac{CP + AP}{CA} .$$
Lines $AP$, $BP$, $CP$ intersect the circumcircle of triangle $ABC$ again in $A'$, $B'$, $C'$. Prove that the triangles $ABC$ and $A'B'C'$ have a common incircle.
2022 Harvard-MIT Mathematics Tournament, 8
Let $E$ be an ellipse with foci $A$ and $B$. Suppose there exists a parabola $P$ such that
$\bullet$ $P$ passes through $A$ and $B$,
$\bullet$ the focus $F$ of $P$ lies on $E$,
$\bullet$ the orthocenter $H$ of $\vartriangle F AB$ lies on the directrix of $P$.
If the major and minor axes of $E$ have lengths $50$ and $14$, respectively, compute $AH^2 + BH^2$.
2013 IMAC Arhimede, 5
Let $\Gamma$ be the circumcircle of a triangle $ABC$ and let $E$ and $F$ be the intersections of the bisectors of $\angle ABC$ and $\angle ACB$ with $\Gamma$. If $EF$ is tangent to the incircle $\gamma$ of $\triangle ABC$, then find the value of $\angle BAC$.
TNO 2008 Senior, 6
If a square is drawn externally on each side of a parallelogram, prove that:
(a) The quadrilateral formed by the centers of these squares is also a square.
(b) The diagonals of the new square formed are concurrent with the diagonals of the original parallelogram.
2022 BMT, 7
In triangle $\vartriangle ABC$ with orthocenter $H$, the internal angle bisector of $\angle BAC$ intersects $\overline{BC}$ at $Y$ . Given that $AH = 4$, $AY = 6$, and the distance from $Y$ to $\overline{AC}$ is $\sqrt{15}$, compute $BC$.
2007 Estonia National Olympiad, 5
Some circles of radius 2 are drawn on the plane. Prove that the numerical value of
the total area covered by these circles is at least as big as the total length of arcs bounding the area.
2019 HMNT, 10
For dessert, Melinda eats a spherical scoop of ice cream with diameter $2$ inches. She prefers to eat her ice cream in cube-like shapes, however. She has a special machine which, given a sphere placed in space, cuts it through the planes $x = n$, $y = n$, and $z = n$ for every integer $n$ (not necessarily positive). Melinda centers the scoop of ice cream uniformly at random inside the cube $0 \le x, y,z \le 1$, and then cuts it into pieces using her machine. What is the expected number of pieces she cuts the ice cream into?
2013 Tournament of Towns, 2
Let $C$ be a right angle in triangle $ABC$. On legs $AC$ and$BC$ the squares $ACKL, BCMN$ are constructed outside of triangle. If $CE$ is an altitude of the triangle prove that $LEM$ is a right angle.
2006 Tournament of Towns, 4
In triangle $ABC$ let $X$ be some fixed point on bisector $AA'$ while point $B'$ be intersection of $BX$ and $AC$ and point $C'$ be intersection of $CX$ and $AB$. Let point $P$ be intersection of segments $A'B'$ and $CC'$ while point $Q$ be intersection of segments $A'C'$ and $BB'$. Prove τhat $\angle PAC = \angle QAB$.
2010 Postal Coaching, 1
Let $\gamma,\Gamma$ be two concentric circles with radii $r,R$ with $r<R$. Let $ABCD$ be a cyclic quadrilateral inscribed in $\gamma$. If $\overrightarrow{AB}$ denotes the Ray starting from $A$ and extending indefinitely in $B's$ direction then Let $\overrightarrow{AB}, \overrightarrow{BC}, \overrightarrow{CD} , \overrightarrow{DA}$ meet $\Gamma$ at the points $C_1,D_1,A_1,B_1$ respectively. Prove that
\[\frac{[A_1B_1C_1D_1]}{[ABCD]} \ge \frac{R^2}{r^2}\]
where $[.]$ denotes area.
2012 Kyoto University Entry Examination, 2
Given a regular tetrahedron $OABC$. Take points $P,\ Q,\ R$ on the sides $OA,\ OB,\ OC$ respectively. Note that $P,\ Q,\ R$ are different from the vertices of the tetrahedron $OABC$. If $\triangle{PQR}$ is an equilateral triangle, then prove that three sides $PQ,\ QR,\ RP$ are pararell to three sides $AB,\ BC,\ CA$ respectively.
30 points
2023 Mongolian Mathematical Olympiad, 2
In an acute triangle $ABC$ the points $D, E$ are the feet of the altitudes through $B, C$ respectively. Let $L$ be the point on segment $BD$ such that $AD=DL$. Similarly, let $K$ be the point on segment $CE$ such that $AE=EK$. Let $M$ be the midpoint of $KL$. The circumcircle of $ABC$ intersect the lines $AL$ and $AK$ for a second time at $T, S$ respectively. Prove that the lines $BS, CT, AM$ are concurrent.