Found problems: 25757
2010 Contests, 1
Consider a triangle $ABC$ such that $\angle A = 90^o, \angle C =60^o$ and $|AC|= 6$. Three circles with centers $A, B$ and $C$ are pairwise tangent in points on the three sides of the triangle.
Determine the area of the region enclosed by the three circles (the grey area in the figure).
[asy]
unitsize(0.2 cm);
pair A, B, C;
real[] r;
A = (6,0);
B = (6,6*sqrt(3));
C = (0,0);
r[1] = 3*sqrt(3) - 3;
r[2] = 3*sqrt(3) + 3;
r[3] = 9 - 3*sqrt(3);
fill(arc(A,r[1],180,90)--arc(B,r[2],270,240)--arc(C,r[3],60,0)--cycle, gray(0.7));
draw(A--B--C--cycle);
draw(Circle(A,r[1]));
draw(Circle(B,r[2]));
draw(Circle(C,r[3]));
dot("$A$", A, SE);
dot("$B$", B, NE);
dot("$C$", C, SW);
[/asy]
2017 Purple Comet Problems, 30
A container is shaped like a right circular cone with base diameter $18$ and height $12$. The vertex of the container is pointing down, and the container is open at the top. Four spheres, each with radius $3$, are placed inside the container as shown. The first sphere sits at the bottom and is tangent to the cone along a circle. The second, third, and fourth spheres are placed so they are each tangent to the cone and tangent to the rst sphere, and the second and fourth spheres are each tangent to the third sphere. The volume of the tetrahedron whose vertices are at the centers of the spheres is $K$. Find $K^2$.
[img]https://cdn.artofproblemsolving.com/attachments/9/c/648ec2cf0f0c2f023cd00b1c0595a9396d0ddc.png[/img]
1998 North Macedonia National Olympiad, 4
If $P$ is the area of a triangle $ABC$ with sides $a,b,c$, prove that $\frac{ab+bc+ca}{4P} \ge \sqrt3$
Estonia Open Junior - geometry, 2009.1.2
The feet of the altitudes drawn from vertices $A$ and $B$ of an acute triangle $ABC$ are $K$ and $L$, respectively. Prove that if $|BK| = |KL|$ then the triangle $ABC$ is isosceles.
2002 AIME Problems, 10
In the diagram below, angle $ABC$ is a right angle. Point $D$ is on $\overline{BC}$, and $\overline{AD}$ bisects angle $CAB$. Points $E$ and $F$ are on $\overline{AB}$ and $\overline{AC}$, respectively, so that $AE=3$ and $AF=10.$ Given that $EB=9$ and $FC=27$, find the integer closest to the area of quadrilateral $DCFG.$
[asy]
size(250);
pair A=(0,12), E=(0,8), B=origin, C=(24*sqrt(2),0), D=(6*sqrt(2),0), F=A+10*dir(A--C), G=intersectionpoint(E--F, A--D);
draw(A--B--C--A--D^^E--F);
pair point=G+1*dir(250);
label("$A$", A, dir(point--A));
label("$B$", B, dir(point--B));
label("$C$", C, dir(point--C));
label("$D$", D, dir(point--D));
label("$E$", E, dir(point--E));
label("$F$", F, dir(point--F));
label("$G$", G, dir(point--G));
markscalefactor=0.1;
draw(rightanglemark(A,B,C));
label("10", A--F, dir(90)*dir(A--F));
label("27", F--C, dir(90)*dir(F--C));
label("3", (0,10), W);
label("9", (0,4), W);[/asy]
2023 Oral Moscow Geometry Olympiad, 2
There is a square sheet of paper. How to get a rectangular sheet of paper with an aspect ratio equal to $\sqrt2$? (There are no tools, the sheet can only be bent.)
2009 Indonesia MO, 4
Given an acute triangle $ ABC$. The incircle of triangle $ ABC$ touches $ BC,CA,AB$ respectively at $ D,E,F$. The angle bisector of $ \angle A$ cuts $ DE$ and $ DF$ respectively at $ K$ and $ L$. Suppose $ AA_1$ is one of the altitudes of triangle $ ABC$, and $ M$ be the midpoint of $ BC$.
(a) Prove that $ BK$ and $ CL$ are perpendicular with the angle bisector of $ \angle BAC$.
(b) Show that $ A_1KML$ is a cyclic quadrilateral.
2007 Italy TST, 2
Let $ABC$ a acute triangle.
(a) Find the locus of all the points $P$ such that, calling $O_{a}, O_{b}, O_{c}$ the circumcenters of $PBC$, $PAC$, $PAB$:
\[\frac{ O_{a}O_{b}}{AB}= \frac{ O_{b}O_{c}}{BC}=\frac{ O_{c}O_{a}}{CA}\]
(b) For all points $P$ of the locus in (a), show that the lines $AO_{a}$, $BO_{b}$ , $CO_{c}$ are cuncurrent (in $X$);
(c) Show that the power of $X$ wrt the circumcircle of $ABC$ is:
\[-\frac{ a^{2}+b^{2}+c^{2}-5R^{2}}4\]
Where $a=BC$ , $b=AC$ and $c=AB$.
2016 Latvia Baltic Way TST, 11
Is it possible to cut a square with side $\sqrt{2015}$ into no more than five pieces so that these pieces can be rearranged into a rectangle with sides of integer length? (The cuts should be made using straight lines, and flipping of the pieces is disallowed.)
2005 AMC 12/AHSME, 3
A rectangle with a diagonal of length $ x$ is twice as long as it is wide. What is the area of the rectangle?
$ \textbf{(A)}\ \frac14x^2 \qquad
\textbf{(B)}\ \frac25x^2 \qquad
\textbf{(C)}\ \frac12x^2 \qquad
\textbf{(D)}\ x^2 \qquad
\textbf{(E)}\ \frac32x^2$
2022 BMT, 24
Let $\vartriangle BCD$ be an equilateral triangle and $A$ be a point on the circumcircle of $\vartriangle BCD$ such that $A$ is on the minor arc $BD$. Then, let $P$ be the intersection of $\overline{AB}$ with $\overline{CD}$, $Q$ be the intersection of $\overline{AC}$ with $\overline{DB}$, and $R$ be the intersection of $\overline{AD}$ with $\overline{BC}$. Finally, let $X$, $Y$ , and $Z$ be the feet of the altitudes from $P$, $Q$, and $R$, respectively, in triangle $\vartriangle PQR$. Given $BQ = 3 -\sqrt5$ and $BC = 2$, compute the product of the areas $[\vartriangle XCD] \cdot [\vartriangle Y DB] \cdot [\vartriangle ZBC]$.
2016 Dutch IMO TST, 4
Let $\Gamma_1$ be a circle with centre $A$ and $\Gamma_2$ be a circle with centre $B$, with $A$ lying on $\Gamma_2$. On $\Gamma_2$ there is a (variable) point $P$ not lying on $AB$. A line through $P$ is a tangent of $\Gamma_1$ at $S$, and it intersects $\Gamma_2$ again in $Q$, with $P$ and $Q$ lying on the same side of $AB$. A different line through $Q$ is tangent to $\Gamma_1$ at $T$. Moreover, let $M$ be the foot of the perpendicular to $AB$ through $P$. Let $N$ be the intersection of $AQ$ and $MT$.
Show that $N$ lies on a line independent of the position of $P$ on $\Gamma_2$.
1986 IMO Longlists, 2
Let $ABCD$ be a convex quadrilateral. $DA$ and $CB$ meet at $F$ and $AB$ and $DC$ meet at $E$. The bisectors of the angles $DFC$ and $AED$ are perpendicular. Prove that these angle bisectors are parallel to the bisectors of the angles between the lines $AC$ and $BD.$
2017 Korea Winter Program Practice Test, 4
For a point $P$ on the plane, denote by $\lVert P \rVert$ the distance to its nearest lattice point. Prove that there exists a real number $L > 0$ satisfying the following condition:
For every $\ell > L$, there exists an equilateral triangle $ABC$ with side-length $\ell$ and $\lVert A \rVert, \lVert B \rVert, \lVert C \rVert < 10^{-2017}$.
1997 All-Russian Olympiad Regional Round, 8.5
Segments $AB$, $BC$ and $CA$ are, respectively, diagonals of squares $K_1$, $K_2$, $K3$. Prove that if triangle $ABC$ is acute, then it completely covered by squares $K_1$, $K_2$ and $K_3$.
1997 Switzerland Team Selection Test, 2
2. Let ABCD be a convex quadrilateral. Find the necessary and sufficient condition
for the existence of point P inside the quadrilateral such that the triangles
ABP,BCP,CDP,DAP have the same area
2020 BMT Fall, Tie 1
Given a regular hexagon, a circle is drawn circumscribing it and another circle is drawn inscribing it. The ratio of the area of the larger circle to the area of the smaller circle can be written in the form $\frac{m}{n}$ , where m and n are relatively prime positive integers. Compute $m + n$.
2005 Abels Math Contest (Norwegian MO), 3b
In the parallelogram $ABCD$, all sides are equal, and $\angle A = 60^o$. Let $F$ be a point on line $AD, H$ a point on line $DC$, and $G$ a point on diagonal $AC$ such that $DFGH$ is a parallelogram. Show that then $\vartriangle BHF$ is equilateral.
Kyiv City MO Seniors Round2 2010+ geometry, 2018.10.3.1
The point $O$ is the center of the circumcircle of the acute triangle $ABC$. The line $AC$ intersects the circumscribed circle $\Delta ABO$ for second time at the point $X$. Prove that $XO \bot BC$.
1994 Poland - Second Round, 5
The incircle $\omega$ of a triangle $ABC$ is tangent to the sides $AB$ and $BC$ at $P$ and $Q$ respectively. The angle bisector at $A$ meets $PQ$ at point $S$. Prove $\angle ASC = 90^o$
.
Kvant 2024, M2787
Let $XY$ be a segment, which is a diameter of a semi-circle. Let $Z$ be a point on $XY$ and 9 rays from $Z$ are drawn that divide $\angle XZY=180^{\circ}$ into $10$ equal angles. These rays meet the semi-circle at $A_1, A_2, \ldots, A_9$ in this order in the direction from $X$ to $Y$. Prove that the sum of the areas of triangles $ZA_2A_3$ and $ZA_7A_8$ equals the area of the quadrilateral $A_2A_3A_7A_8$.
2008 Sharygin Geometry Olympiad, 6
(B.Frenkin) Consider the triangles such that all their vertices are vertices of a given regular 2008-gon. What triangles are more numerous among them: acute-angled or obtuse-angled?
2016 Saudi Arabia BMO TST, 2
A circle with center $O$ passes through points $A$ and $C$ and intersects the sides $AB$ and $BC$ of triangle $ABC$ at points $K$ and $N$, respectively. The circumcircles of triangles $ABC$ and $KBN$ meet at distinct points $B$ and $M$. Prove that $\angle OMB = 90^o$.
2024 Junior Balkan Team Selection Tests - Moldova, 4
Let $ABC$ be a triangle with $AB<AC$ and $\omega$ be its circumcircle. The tangent line to $\omega$ at $A$ intersects line $BC$ at $D$ and let $E$ be a point on $\omega$ such that $BE$ is parallel to $AD$. $DE$ intersects segment $AB$ and $\omega$ at $F$ and $G$, respectively. The circumcircle of $BGF$ intersects $BE$ at $N$. The line $NF$ intersects lines $AD$ and $EA$ at $S$ and $T$, respectively. Prove that $DGST$ is cyclic.
1945 Moscow Mathematical Olympiad, 101
The side $AD$ of a parallelogram $ABCD$ is divided into $n$ equal segments. The nearest to $A$ division point $P$ is connected with $B$. Prove that line $BP$ intersects the diagonal $AC$ at point $Q$ such that $AQ = \frac{AC}{n + 1}$