Found problems: 25757
1991 Greece National Olympiad, 3
Prove that exists triangle that can be partitions in $2050$ congruent triangles.
2021 Stanford Mathematics Tournament, 1
What is the radius of the largest circle centered at $(2, 2)$ that is completely bounded within the parabola $y = x^2 - 4x + 5$?
2018 Hanoi Open Mathematics Competitions, 8
Let $P$ be a point inside the square $ABCD$ such that $\angle PAC = \angle PCD = 17^o$ (see Figure 1). Calculate $\angle APB$?
[img]https://cdn.artofproblemsolving.com/attachments/d/0/0b20ebee1fe28e9c5450d04685ac8537acda07.png[/img]
1988 IMO Longlists, 79
Let $ ABC$ be an acute-angled triangle. Let $ L$ be any line in the plane of the triangle $ ABC$. Denote by $ u$, $ v$, $ w$ the lengths of the perpendiculars to $ L$ from $ A$, $ B$, $ C$ respectively. Prove the inequality $ u^2\cdot\tan A \plus{} v^2\cdot\tan B \plus{} w^2\cdot\tan C\geq 2\cdot S$, where $ S$ is the area of the triangle $ ABC$. Determine the lines $ L$ for which equality holds.
Durer Math Competition CD Finals - geometry, 2017.C2
The triangle $ABC$ is isosceles and has a right angle at the vertex $A$. Construct all points that simultaneously satisfy the following two conditions:
(i) are equidistant from points $A$ and $B$
(ii) heve distance exactly three times from point $C$ as far as from point $B$.
2006 MOP Homework, 4
1.14. Let P and Q be interior points of triangle ABC such that
\ACP = \BCQ and \CAP = \BAQ. Denote by D;E and
F the feet of the perpendiculars from P to the lines BC, CA
and AB, respectively. Prove that if \DEF = 90, then Q is the
orthocenter of triangle BDF.
2009 Czech-Polish-Slovak Match, 4
Given a circle, let $AB$ be a chord that is not a diameter, and let $C$ be a point on the longer arc $AB$. Let $K$ and $L$ denote the reflections of $A$ and $B$, respectively, about lines $BC$ and $AC$, respectively. Prove that the distance between the midpoint of $AB$ and the midpoint of $KL$ is independent of the choice of $C$.
1999 China Team Selection Test, 1
A circle is tangential to sides $AB$ and $AD$ of convex quadrilateral $ABCD$ at $G$ and $H$ respectively, and cuts diagonal $AC$ at $E$ and $F$. What are the necessary and sufficient conditions such that there exists another circle which passes through $E$ and $F$, and is tangential to $DA$ and $DC$ extended?
2014 Argentina National Olympiad Level 2, 3
Let $ABCD$ be a parallelogram with sides $AB=10$ and $BC=6$. The circles $\omega_1$ and $\omega_2$ pass through $B$ and have centers $A$ and $C$ respectively. An arbitrary circle with center $D$ intersects $\omega_1$ at points $P_1\neq Q_1$ and $\omega_2$ at points $P_2 \neq Q_2$.
Calculate the ratio $\dfrac{P_1Q_1}{P_2Q_2}$.
2018 India PRMO, 5
Let $ABCD$ be a trapezium in which $AB //CD$ and $AD \perp AB$. Suppose $ABCD$ has an incircle which touches $AB$ at $Q$ and $CD$ at $P$. Given that $PC = 36$ and $QB = 49$, find $PQ$.
2013 Singapore MO Open, 2
Let $ABC$ be an acute-angled triangle and let $D$, $E$, and $F$ be the midpoints of $BC$, $CA$, and $AB$ respectively. Construct a circle, centered at the orthocenter of triangle $ABC$, such that triangle $ABC$ lies in the interior of the circle. Extend $EF$ to intersect the circle at $P$, $FD$ to intersect the circle at $Q$ and $DE$ to intersect the circle at $R$. Show that $AP=BQ=CR$.
1985 IMO Longlists, 9
A polyhedron has $12$ faces and is such that:
[b][i](i)[/i][/b] all faces are isosceles triangles,
[b][i](ii)[/i][/b] all edges have length either $x$ or $y$,
[b][i](iii)[/i][/b] at each vertex either $3$ or $6$ edges meet, and
[b][i](iv)[/i][/b] all dihedral angles are equal.
Find the ratio $x/y.$
Kyiv City MO Juniors Round2 2010+ geometry, 2018.8.31
On the sides $AB$, $BC$ and $CA$ of the isosceles triangle $ABC$ with the vertex at the point $B$ marked the points $M$, $D$ and $K$ respectively so that $AM = 2DC$ and $\angle AMD = \angle KDC$. Prove that $MD = KD$.
2017 Czech And Slovak Olympiad III A, 5
Given is the acute triangle $ABC$ with the intersection of altitudes $H$. The angle bisector of angle $BHC$ intersects side $BC$ at point $D$. Mark $E$ and $F$ the symmetrics of the point $D$ wrt lines $AB$ and $AC$. Prove that the circle circumscribed around the triangle $AEF$ passes through the midpoint of the arc $BAC$
2007 Puerto Rico Team Selection Test, 4
Just wondering: what exactly is Power of a Point?
2008 AMC 10, 18
A right triangle has perimeter $ 32$ and area $ 20$. What is the length of its hypotenuse?
$ \textbf{(A)}\ \frac{57}{4} \qquad
\textbf{(B)}\ \frac{59}{4} \qquad
\textbf{(C)}\ \frac{61}{4} \qquad
\textbf{(D)}\ \frac{63}{4} \qquad
\textbf{(E)}\ \frac{65}{4}$
1949 Kurschak Competition, 2
$P$ is a point on the base of an isosceles triangle. Lines parallel to the sides through $P$ meet the sides at $Q$ and $R$. Show that the reflection of $P$ in the line $QR$ lies on the circumcircle of the triangle.
1998 AMC 12/AHSME, 8
A square $ ABCD$ with sides of length 1 is divided into two congruent trapezoids and a pentagon, which have equal areas, by joining the center of the square with points $ E,F,G$ where $ E$ is the midpoint of $ BC$, $ F,G$ are on $ AB$ and $ CD$, respectively, and they're positioned that $ AF < FB, DG < GC$ and $ F$ is the directly opposite of $ G$. If $ FB \equal{} x$, the length of the longer parallel side of each trapezoid, find the value of $ x$.
[asy]unitsize(2.5cm);
defaultpen(linewidth(.8pt)+fontsize(10pt));
dotfactor=4;
pair[] dotted={(0,0),(0,1),(1,1),(1,0),(1/6,0),(1/6,1),(1/2,1/2),(1,1/2)};
draw(unitsquare);
draw((1/6,0)--(1/2,1/2)--(1/6,1));
draw((1/2,1/2)--(1,1/2));
dot(dotted);
label("$x$",midpoint((1/6,1)--(1,1)),N);[/asy]$ \displaystyle \textbf{(A)}\ \frac {3}{5} \qquad \textbf{(B)}\ \frac {2}{3} \qquad \textbf{(C)}\ \frac {3}{4} \qquad \textbf{(D)}\ \frac {5}{6} \qquad \textbf{(E)}\ \frac {7}{8}$
Today's calculation of integrals, 857
Let $f(x)=\lim_{n\to\infty} (\cos ^ n x+\sin ^ n x)^{\frac{1}{n}}$ for $0\leq x\leq \frac{\pi}{2}.$
(1) Find $f(x).$
(2) Find the volume of the solid generated by a rotation of the figure bounded by the curve $y=f(x)$ and the line $y=1$ around the $y$-axis.
2013 Indonesia MO, 7
Let $ABCD$ be a parallelogram. Construct squares $ABC_1D_1, BCD_2A_2, CDA_3B_3, DAB_4C_4$ on the outer side of the parallelogram. Construct a square having $B_4D_1$ as one of its sides and it is on the outer side of $AB_4D_1$ and call its center $O_A$. Similarly do it for $C_1A_2, D_2B_3, A_3C_4$ to obtain $O_B, O_C, O_D$. Prove that $AO_A = BO_B = CO_C = DO_D$.
2012 ELMO Shortlist, 5
Let $ABC$ be an acute triangle with $AB<AC$, and let $D$ and $E$ be points on side $BC$ such that $BD=CE$ and $D$ lies between $B$ and $E$. Suppose there exists a point $P$ inside $ABC$ such that $PD\parallel AE$ and $\angle PAB=\angle EAC$. Prove that $\angle PBA=\angle PCA$.
[i]Calvin Deng.[/i]
2010 Today's Calculation Of Integral, 594
In the $x$-$y$ plane, two variable points $P,\ Q$ stay in $P(2t,\ -2t^2+2t),\ Q(t+2,-3t+2)$ at the time $t$.
Let denote $t_0$ as the time such that $\overline{PQ}=0$. When $t$ varies in the range of $0\leq t\leq t_0$, find the area of the region swept by the line segment $PQ$ in the $x$-$y$ plane.
2008 Balkan MO Shortlist, G8
Let $P$ be a point in the interior of a triangle $ABC$ and let $d_a,d_b,d_c$ be its distances to $BC,CA,AB$ respectively. Prove that max $(AP, BP, CP) \ge \sqrt{d_a^2+d_b^2+d_c^2}$
1984 Spain Mathematical Olympiad, 5
Let $A$ and $A' $ be fixed points on two equal circles in the plane and let $AB$ and $A' B'$ be arcs of these circles of the same length $x$. Find the locus of the midpoint of segment $BB'$ when $x$ varies:
(a) if the arcs have the same direction,
(b) if the arcs have opposite directions.
TNO 2024 Senior, 2
Consider the acute triangle $ABC$. Let $C_1$ and $C_2$ be semicircles with diameters $AB$ and $AC$, respectively, positioned outside triangle $ABC$. The altitude passing through $C$ intersects $C_1$ at $P$, and similarly, $Q$ is the intersection of $C_2$ with the extension of the altitude passing through $B$. Prove that $AP = AQ$.