Found problems: 25757
2019 India PRMO, 22
In parallelogram $ABCD$, $AC=10$ and $BD=28$. The points $K$ and $L$ in the plane of $ABCD$ move in such a way that $AK=BD$ and $BL=AC$. Let $M$ and $N$ be the midpoints of $CK$ and $DL$, respectively. What is the maximum walue of $\cot^2 (\tfrac{\angle BMD}{2})+\tan^2(\tfrac{\angle ANC}{2})$ ?
1995 AMC 12/AHSME, 6
The figure shown can be folded into the shape of a cube. In the resulting cube, which of the lettered faces is opposite the face marked $x$?
[asy]
defaultpen(linewidth(0.7));
path p=origin--(0,1)--(1,1)--(1,2)--(2,2)--(2,3);
draw(p^^(2,3)--(4,3)^^shift(2,0)*p^^(2,0)--origin);
draw(shift(1,0)*p, dashed);
label("$x$", (0.3,0.5), E);
label("$A$", (1.3,0.5), E);
label("$B$", (1.3,1.5), E);
label("$C$", (2.3,1.5), E);
label("$D$", (2.3,2.5), E);
label("$E$", (3.3,2.5), E);[/asy]
$
\mathbf{(A)}\; A\qquad
\mathbf{(B)}\; B\qquad
\mathbf{(C)}\; C\qquad
\mathbf{(D)}\; D\qquad
\mathbf{(E)}\; E$
2023 HMNT, 6
Let $ABCD$ be a square of side length $5$. A circle passing through $A$ is tangent to segment $CD$ at $T$ and meets $AB$ and $AD$ again at $X\ne A$ and $Y\ne A$, respectively. Given that $XY = 6$, compute $AT$.
1999 Austrian-Polish Competition, 4
Three lines $k, l, m$ are drawn through a point $P$ inside a triangle $ABC$ such that $k$ meets $AB$ at $A_1$ and $AC$ at $A_2 \ne A_1$ and $PA_1 = PA_2$, $l $ meets $BC$ at $B_1$ and $BA$ at $B_2 \ne B_1$ and $PB_1 = PB_2$, $m$ meets $CA$ at $C_1$ and $CB$ at $C_2\ne C_1$ and $PC_1=PC_2$. Prove that the lines $k,l,m$ are uniquely determined by these conditions. Find point $P$ for which the triangles $AA_1A_2, BB_1B_2, CC_1C_2$ have the same area and show that this point is unique.
Durer Math Competition CD Finals - geometry, 2013.C5
The points $A, B, C, D, P$ lie on an circle as shown in the figure such that $\angle AP B = \angle BPC = \angle CPD$. Prove that the lengths of the segments are denoted by $a, b, c, d$ by $\frac{a + c}{b + d} =\frac{b}{c}$.
[img]https://cdn.artofproblemsolving.com/attachments/a/2/ba8965f5d7d180426db26e8f7dd5c7ad02c440.png[/img]
2004 India IMO Training Camp, 1
Prove that in any triangle $ABC$,
\[ 0 < \cot { \left( \frac{A}{4} \right)} - \tan{ \left( \frac{B}{4} \right) } - \tan{ \left( \frac{C}{4} \right) } - 1 < 2 \cot { \left( \frac{A}{2} \right) }. \]
2023 LMT Spring, 7
In $\vartriangle ABC$, $AB = 13$, $BC = 14$, and $CA = 15$. Let $D$ be a point on $BC$ such that $BD = 6$. Let $E$ be a point on $CA$ such that $CE = 6$. Finally, let $F$ be a point on $AB$ such that $AF = 6$. Find the area of $\vartriangle DEF$.
PEN H Problems, 13
Find all pairs $(x,y)$ of positive integers that satisfy the equation \[y^{2}=x^{3}+16.\]
2010 India IMO Training Camp, 1
Let $ABC$ be a triangle in which $BC<AC$. Let $M$ be the mid-point of $AB$, $AP$ be the altitude from $A$ on $BC$, and $BQ$ be the altitude from $B$ on to $AC$. Suppose that $QP$ produced meets $AB$ (extended) at $T$. If $H$ is the orthocenter of $ABC$, prove that $TH$ is perpendicular to $CM$.
2018 Federal Competition For Advanced Students, P1, 2
Let $ABC$ be a triangle with incenter $I$. The incircle of the triangle is tangent to the sides $BC$ and $AC$ in points $D$ and $E$, respectively. Let $P$ denote the common point of lines $AI$ and $DE$, and let $M$ and $N$ denote the midpoints of sides $BC$ and $AB$, respectively. Prove that points $M, N$ and $P$ are collinear.
[i](Proposed by Karl Czakler)[/i]
2013 District Olympiad, 3
Let be the regular hexagonal prism $ABCDEFA'B C'D'E'F'$ with the base edge of $12$ and the height of $12 \sqrt{3}$. We denote by $N$ the middle of the edge $CC'$.
a) Prove that the lines $BF'$ and $ND$ are perpendicular
b) Calculate the distance between the lines $BF'$ and $ND$.
2023 LMT Spring, 5
How many ways are there to place the integers from $1$ to $8$ on the vertices of a regular octagon such that the sum of the numbers on any $4$ vertices forming a rectangle is even? Rotations and reflections of the same arrangement are considered distinct
2022 AIME Problems, 7
A circle with radius $6$ is externally tangent to a circle with radius $24$. Find the area of the triangular region bounded by the three common tangent lines of these two circles.
1995 AMC 12/AHSME, 26
In the figure, $\overline{AB}$ and $\overline{CD}$ are diameters of the circle with center $O$, $\overline{AB} \perp \overline{CD}$, and chord $\overline{DF}$ intersects $\overline{AB}$ at $E$. If $DE = 6$ and $EF = 2$, then the area of the circle is
[asy]
size(120); defaultpen(linewidth(0.7));
pair O=origin, A=(-5,0), B=(5,0), C=(0,5), D=(0,-5), F=5*dir(40), E=intersectionpoint(A--B, F--D);
draw(Circle(O, 5));
draw(A--B^^C--D--F);
dot(O^^A^^B^^C^^D^^E^^F);
markscalefactor=0.05;
draw(rightanglemark(B, O, D));
label("$A$", A, dir(O--A));
label("$B$", B, dir(O--B));
label("$C$", C, dir(O--C));
label("$D$", D, dir(O--D));
label("$F$", F, dir(O--F));
label("$O$", O, NW);
label("$E$", E, SE);[/asy]
$\textbf{(A)}\ 23\pi \qquad
\textbf{(B)}\ \dfrac{47}{2}\pi \qquad
\textbf{(C)}\ 24\pi \qquad
\textbf{(D)}\ \dfrac{49}{2}\pi \qquad
\textbf{(E)}\ 25\pi$
1997 Pre-Preparation Course Examination, 6
A polygon can be dissected into $100$ rectangles, but it cannot be dissected into $99$ rectangles. Prove that this polygon cannot be dissected into $100$ triangles.
2005 National Olympiad First Round, 29
Let $h_1$ and $h_2$ be the altitudes of a triangle drawn to the sides with length $5$ and $2\sqrt 6$, respectively. If $5+h_1 \leq 2\sqrt 6 + h_2$, what is the third side of the triangle?
$
\textbf{(A)}\ 5
\qquad\textbf{(B)}\ 7
\qquad\textbf{(C)}\ 2\sqrt 6
\qquad\textbf{(D)}\ 3\sqrt 6
\qquad\textbf{(E)}\ 5\sqrt 3
$
2013 Harvard-MIT Mathematics Tournament, 9
Pentagon $ABCDE$ is given with the following conditions:
(a) $\angle CBD + \angle DAE = \angle BAD = 45^o$, $\angle BCD + \angle DEA = 300^o$
(b) $\frac{BA}{DA} =\frac{ 2\sqrt2}{3}$ , $CD =\frac{ 7\sqrt5}{3} $, and $DE = \frac{15\sqrt2}{4}$
(c) $AD^2 \cdot BC = AB \cdot AE \cdot BD$
Compute $BD$.
2022 Saint Petersburg Mathematical Olympiad, 3
Given is a triangle $ABC$ with altitude $AH$, diameter of the circumcircle $AD$ and incenter $I$. Prove that $\angle BIH = \angle DIC$.
JOM 2025, 5
Let $ABC$ be a scalene triangle and $I$ be its incenter. Suppose the incircle $\omega$ touches $BC$ at a point $D$, and $N$ lies on $\omega$ such that $ND$ is a diameter of $\omega$. Let $X$ and $Y$ be points on lines $AC$ and $AB$ respectively such that $\angle BIX = \angle CIY = 90^\circ$. Let $V$ be the feet of perpendicular from $I$ onto line $XY$. Prove that the points $I$, $V$, $A$, $N$ are concyclic.
[i](Proposed by Ivan Chan Guan Yu)[/i]
1980 AMC 12/AHSME, 7
Sides $AB,BC,CD$ and $DA$ of convex polygon $ABCD$ have lengths 3,4,12, and 13, respectively, and $\measuredangle CBA$ is a right angle. The area of the quadrilateral is
[asy]
size(200);
defaultpen(linewidth(0.7)+fontsize(10));
real r=degrees((12,5)), s=degrees((3,4));
pair D=origin, A=(13,0), C=D+12*dir(r), B=A+3*dir(180-(90-r+s));
draw(A--B--C--D--cycle);
markscalefactor=0.05;
draw(rightanglemark(A,B,C));
pair point=incenter(A,C,D);
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("$3$", A--B, dir(A--B)*dir(-90));
label("$4$", B--C, dir(B--C)*dir(-90));
label("$12$", C--D, dir(C--D)*dir(-90));
label("$13$", D--A, dir(D--A)*dir(-90));[/asy]
$\text{(A)} \ 32 \qquad \text{(B)} \ 36 \qquad \text{(C)} \ 39 \qquad \text{(D)} \ 42 \qquad \text{(E)} \ 48$
1996 AMC 12/AHSME, 21
Triangles $ABC$ and $ABD$ are isosceles with $AB =AC = BD$, and $BD$ intersects $AC$ at $E$. If $BD$ is perpendicular to $AC$, then $\angle C + \angle D$ is
[asy]
size(130);
defaultpen(linewidth(0.8) + fontsize(11pt));
pair A, B, C, D, E;
real angle = 70;
B = origin;
A = dir(angle);
D = dir(90-angle);
C = rotate(2*(90-angle), A) * B;
draw(A--B--C--cycle);
draw(B--D--A);
E = extension(B, D, C, A);
draw(rightanglemark(B, E, A, 1.5));
label("$A$", A, dir(90));
label("$B$", B, dir(210));
label("$C$", C, dir(330));
label("$D$", D, dir(0));
label("$E$", E, 1.5*dir(340));
[/asy]
$\textbf{(A)}\ 115^\circ \qquad \textbf{(B)}\ 120^\circ \qquad \textbf{(C)}\ 130^\circ \qquad \textbf{(D)}\ 135^\circ \qquad \textbf{(E)}\ \text{not uniquely determined}$
2017 Kyiv Mathematical Festival, 2
A triangle $ABC$ is given. Let $D$ be a point on the extension of the segment $AB$ beyond $A$ such that $AD=BC,$ and $E$ be a point on the extension of the segment $BC$ beyond $B$ such that $BE=AC.$ Prove that the circumcircle of the triangle $DEB$ passes through the incenter of the triangle $ABC.$
1989 IMO, 4
Let $ ABCD$ be a convex quadrilateral such that the sides $ AB, AD, BC$ satisfy $ AB \equal{} AD \plus{} BC.$ There exists a point $ P$ inside the quadrilateral at a distance $ h$ from the line $ CD$ such that $ AP \equal{} h \plus{} AD$ and $ BP \equal{} h \plus{} BC.$ Show that:
\[ \frac {1}{\sqrt {h}} \geq \frac {1}{\sqrt {AD}} \plus{} \frac {1}{\sqrt {BC}}
\]
2008 Baltic Way, 17
Assume that $ a$, $ b$, $ c$ and $ d$ are the sides of a quadrilateral inscribed in a given circle. Prove that the product $ (ab \plus{} cd)(ac \plus{} bd)(ad \plus{} bc)$ acquires its maximum when the quadrilateral is a square.
2022 New Zealand MO, 4
Triangle $ABC$ is right-angled at $B$ and has incentre $I$. Points $D$, $E$ and $F$ are the points where the incircle of the triangle touches the sides $BC$, $AC$ and AB respectively. Lines $CI$ and $EF$ intersect at point $P$. Lines $DP$ and $AB$ intersect at point $Q$. Prove that $AQ = BF$.