Difference between revisions of "2024 AIME I Problems/Problem 10"
m (→Solution 1) |
|||
(11 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | Let <math>ABC</math> | + | Let <math>\triangle ABC</math> have side lengths <math>AB=5</math>, <math>BC=9</math>, <math>CA=10</math>. The tangents to circumcircle of <math>\triangle ABC</math> at <math>B</math> and <math>C</math> intersect at point <math>D</math>, and <math>\overline{AD}</math> intersects the circumcircle at <math>P \neq A</math>. The length of <math>AP</math> is equal to <math>\frac{m}{n}</math>, where <math>m</math> and <math>n</math> are relatively prime integers. Find <math>m + n</math>. |
+ | |||
+ | ==Diagram== | ||
+ | <asy> | ||
+ | import olympiad; | ||
+ | |||
+ | unitsize(15); | ||
+ | |||
+ | pair A, B, C, D, E, F, P, O; | ||
+ | |||
+ | C = origin; A = (10,0); B = (7.8, 4.4899); | ||
+ | draw(A--B--C--cycle); draw(A..B..C..cycle, red+dotted); | ||
+ | |||
+ | O = circumcenter(A, B, C); | ||
+ | |||
+ | E = rotate(90,B) * (O); | ||
+ | F = rotate(90,C) * (O); | ||
+ | |||
+ | D = IP(B..E + (B-E)*4, C..F + (C-F)*-3); | ||
+ | |||
+ | draw(B--D--C--D--A); | ||
+ | |||
+ | P = IP(D..A, A..B..C); | ||
+ | |||
+ | dot(A); dot(B); dot(C); dot(D); dot(P); | ||
+ | label("$A$", A, dir(335)); | ||
+ | label("$B$", B, dir(65)); | ||
+ | label("$C$", C, dir(200)); | ||
+ | label("$D$", D, dir(135)); | ||
+ | label("$P$", P, dir(235)); | ||
+ | </asy> | ||
==Solution 1== | ==Solution 1== | ||
− | + | We have <math>\let\angle BCD = \let\angle CBD = \let\angle A</math> from the tangency condition. With LoC we have <math>\cos(A) = \frac{25+100-81}{2*5*10} = \frac{11}{25}</math> and <math>\cos(B) = \frac{81+25-100}{2*9*5} = \frac{1}{15}</math>. Then, <math>CD = \frac{\frac{9}{2}}{\cos(A)} = \frac{225}{22}</math>. Using LoC we can find <math>AD</math>: <math>AD^2 = AC^2 + CD^2 - 2(AC)(CD)\cos(A+C) = 10^2+(\frac{225}{22})^2 + 2(10)\frac{225}{22}\cos(B) = 100 + \frac{225^2}{22^2} + 2(10)\frac{225}{22}*\frac{1}{15} = \frac{5^4*13^2}{484}</math>. Thus, <math>AD = \frac{5^2*13}{22}</math>. By Power of a Point, <math>DP*AD = CD^2</math> so <math>DP*\frac{5^2*13}{22} = (\frac{225}{22})^2</math> which gives <math>DP = \frac{5^2*9^2}{13*22}</math>. Finally, we have <math>AP = AD - DP = \frac{5^2*13}{22} - \frac{5^2*9^2}{13*22} = \frac{100}{13}</math>. So the answer is <math>\boxed{113}</math>. | |
~angie. | ~angie. | ||
==Solution 2== | ==Solution 2== | ||
+ | [[File:2024 AIME I problem 10.png|300px|right]] | ||
+ | We know <math>AP</math> is the symmedian (see [[ Symmedians, Lemoine point | Symmedian and tangents ]]) , | ||
+ | |||
+ | which implies that <math>\triangle{ABP}\sim \triangle{AMC}</math> where <math>M</math> is the midpoint of <math>BC</math>. | ||
+ | |||
+ | By Appolonius' theorem, <math>AM=\frac{13}{2}</math>. | ||
− | + | Thus, we have <math>\frac{AP}{AC}=\frac{AB}{AM}, AP=\frac{100}{13}\implies \boxed{113}</math> | |
~Bluesoul | ~Bluesoul | ||
Line 96: | Line 132: | ||
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ||
+ | |||
+ | ==Solution 6== | ||
+ | |||
+ | Note that since P is a symmedian, <math>(AP;BC)</math> are harmonic. As a result, <math>\frac{BP}{PC} = \frac{BA}{CA}</math>. As a result, <math>2(BP) = PC</math>. Call <math>BP = x</math>. Then, <math>PC = 2x</math>. Since <math>cos A = \frac{11}{25}</math>, <math>cos BPC = - \frac{11}{25}</math>. Use LOC to find <math>x = \frac{45}{13}</math>. Finish with Ptolemy on ABPC, and finish to get <math>\frac{100}{13}</math>. | ||
+ | |||
+ | ==Solution 7 (1 min solve)== | ||
+ | |||
+ | Note that <math>AD</math> is the A-symmedian in <math>\triangle ABC</math>. Let <math>M</math> be the midpoint of <math>BC</math>. It is a well known property that <math>\triangle ABP \sim \triangle AMC</math>. Therefore, using the median length formula, <cmath>AM = \frac{\sqrt{200+50-81}}{2} = \frac{13}{2},</cmath> | ||
+ | so <cmath>\frac{\frac{13}{2}}{10} = \frac{5}{AP} \implies AP = \frac{100}{13},</cmath> | ||
+ | so our answer is <math>\boxed{113}</math>. | ||
+ | |||
+ | ~[[Yiyj1]] | ||
==See also== | ==See also== |
Latest revision as of 05:21, 25 February 2025
Contents
Problem
Let have side lengths
,
,
. The tangents to circumcircle of
at
and
intersect at point
, and
intersects the circumcircle at
. The length of
is equal to
, where
and
are relatively prime integers. Find
.
Diagram
Solution 1
We have from the tangency condition. With LoC we have
and
. Then,
. Using LoC we can find
:
. Thus,
. By Power of a Point,
so
which gives
. Finally, we have
. So the answer is
.
~angie.
Solution 2
We know is the symmedian (see Symmedian and tangents ) ,
which implies that where
is the midpoint of
.
By Appolonius' theorem, .
Thus, we have
~Bluesoul
Solution 3
Extend sides and
to points
and
, respectively, such that
and
are the feet of the altitudes in
. Denote the feet of the altitude from
to
as
, and let
denote the orthocenter of
. Call
the midpoint of segment
. By the Three Tangents Lemma, we have that
and
are both tangents to
, and since
is the midpoint of
,
. Additionally, by angle chasing, we get that:
Also,
Furthermore,
From this, we see that
with a scale factor of
. By the Law of Cosines,
Thus, we can find that the side lengths of
are
. Then, by Stewart's theorem,
. By Power of a Point,
Thus,
Therefore, the answer is
.
~mathwiz_1207
Solution 4 (LoC spam)
Connect lines and
. From the angle by tanget formula, we have
. Therefore by AA similarity,
. Let
. Using ratios, we have
Similarly, using angle by tangent, we have
, and by AA similarity,
. By ratios, we have
However, because
, we have
so
Now using Law of Cosines on
in triangle
, we have
Solving, we find
. Now we can solve for
. Using Law of Cosines on
we have
\begin{align*}
81&=x^2+4x^2-4x^2\cos(180-\angle BAC) \\
&= 5x^2+4x^2\cos(BAC). \\
\end{align*}
Solving, we get Now we have a system of equations using Law of Cosines on
and
,
Solving, we find , so our desired answer is
.
~evanhliu2009
Solution 5
Following from the law of cosines, we can easily get ,
,
.
Hence, ,
,
.
Thus,
.
Denote by the circumradius of
.
In
, following from the law of sines, we have
.
Because and
are tangents to the circumcircle
,
and
.
Thus,
.
In , we have
and
.
Thus, following from the law of cosines, we have
\begin{align*} AD & = \sqrt{OA^2 + OD^2 - 2 OA \cdot OD \cos \angle AOD} \\ & = \frac{26 \sqrt{14}}{33} R. \end{align*}
Following from the law of cosines,
\begin{align*} \cos \angle OAD & = \frac{AD^2 + OA^2 - OD^2}{2 AD \cdot OA} \\ & = \frac{8 \sqrt{14}}{39} . \end{align*}
Therefore,
\begin{align*} AP & = 2 OA \cos \angle OAD \\ & = \frac{100}{13} . \end{align*}
Therefore, the answer is .
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Video Solution 1 by OmegaLearn.org
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Solution 6
Note that since P is a symmedian, are harmonic. As a result,
. As a result,
. Call
. Then,
. Since
,
. Use LOC to find
. Finish with Ptolemy on ABPC, and finish to get
.
Solution 7 (1 min solve)
Note that is the A-symmedian in
. Let
be the midpoint of
. It is a well known property that
. Therefore, using the median length formula,
so
so our answer is
.
See also
2024 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 9 |
Followed by Problem 11 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.