Difference between revisions of "2008 AIME II Problems/Problem 11"
m (solution by shake1991; meh being lazy will format later (plus needs <asy>)) |
(revisions + asy) |
||
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
− | In triangle <math>ABC</math>, <math>AB = AC = 100</math>, and <math>BC = 56</math>. Circle <math>P</math> has radius <math>16</math> and is tangent to <math>\overline{AC}</math> and <math>\overline{BC}</math>. Circle <math>Q</math> is externally tangent to <math>P</math> and is tangent to <math>\overline{AB}</math> and <math>\overline{BC}</math>. No point of circle <math>Q</math> lies outside of <math>\triangle ABC</math>. The radius of circle <math>Q</math> can be expressed in the form <math>m - n\sqrt {k}</math>, where <math>m</math>, <math>n</math>, and <math>k</math> are positive integers and <math>k</math> is the product of distinct primes. Find <math>m + nk</math>. | + | In triangle <math>ABC</math>, <math>AB = AC = 100</math>, and <math>BC = 56</math>. [[Circle]] <math>P</math> has [[radius]] <math>16</math> and is tangent to <math>\overline{AC}</math> and <math>\overline{BC}</math>. Circle <math>Q</math> is externally [[tangent]] to <math>P</math> and is tangent to <math>\overline{AB}</math> and <math>\overline{BC}</math>. No point of circle <math>Q</math> lies outside of <math>\triangle ABC</math>. The radius of circle <math>Q</math> can be expressed in the form <math>m - n\sqrt {k}</math>, where <math>m</math>, <math>n</math>, and <math>k</math> are positive integers and <math>k</math> is the product of distinct primes. Find <math>m + nk</math>. |
== Solution == | == Solution == | ||
− | + | <center><asy> | |
+ | size(200); | ||
+ | pathpen=black;pointpen=black;pen f=fontsize(9); | ||
+ | real r=44-6*35^.5; | ||
+ | pair A=(0,96),B=(-28,0),C=(28,0),X=C-(64/3,0),Y=B+(4*r/3,0),P=X+(0,16),Q=Y+(0,r),M=foot(Q,X,P); | ||
+ | path PC=CR(P,16),QC=CR(Q,r); | ||
+ | D(A--B--C--cycle); D(Y--Q--P--X); D(Q--M); D(P--C,dashed); | ||
+ | D(PC); D(QC); | ||
+ | MP("A",A,N,f);MP("B",B,f);MP("C",C,f);MP("X",X,f);MP("Y",Y,f);D(MP("P",P,NW,f));D(MP("Q",Q,NW,f)); | ||
+ | </asy></center> | ||
− | Let | + | Let <math>X</math> and <math>Y</math> be the feet of the [[perpendicular]]s from <math>P</math> and <math>Q</math> to <math>BC</math>, respectively. Let the radius of <math>\odot Q</math> be <math>r</math>. We know that <math>PQ = r + 16</math>. From <math>Q</math> draw segment <math>\overline{QM} \parallel \overline{BC}</math> such that <math>M</math> is on <math>PX</math>. Clearly, <math>QM = XY</math> and <math>PM = r - 16</math>. Also, we know <math>QPM</math> is a right triangle. |
− | |||
− | + | To find <math>XY</math>, consider the right triangle <math>PCX</math>. Since <math>\odot P</math> is tangent to <math>\overline{AC},\overline{BC}</math>, then <math>PC</math> [[bisect]]s <math>\angle ACB</math>. Let <math>\angle ACB = 2\theta</math>, so <math>\angle PBX = \theta</math>. Dropping the altitude from <math>A</math> to <math>BC</math>, we recognize the <math>7 - 24 - 25</math> [[right triangle]], except scaled by <math>4</math>. | |
− | + | So we get that <math>\tan(2\theta) = 24/7</math>. From the [[trigonometric identity|half-angle identity]], we find that <math>\tan(\theta) = \frac {3}{4}</math>. Therefore, <math>XC = \frac {64}{3}</math>. By similar reasoning in triangle <math>QBY</math>, we see that <math>BY = \frac {4R}{3}</math>. | |
− | + | We conclude that <math>XY = 56 - \frac {4R + 64}{3} = \frac {104 - 4R}{3}</math>. | |
− | So <math> | + | So our right triangle <math>QPM</math> has sides <math>R + 16</math>, <math>R - 16</math>, and <math>\frac {104 - 4R}{3}</math>. |
− | + | By the [[Pythagorean Theorem]], simplification, and the [[quadratic formula]], we can get <math>R = 44 - 6\sqrt {35}</math>, for a final answer of <math>\fbox{254}</math>. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | <math>R = 44 - 6\sqrt {35}</math>, for a final answer of | ||
− | <math>\fbox{254}</math> | ||
== See also == | == See also == |
Revision as of 15:16, 7 April 2008
Problem
In triangle , , and . Circle has radius and is tangent to and . Circle is externally tangent to and is tangent to and . No point of circle lies outside of . The radius of circle can be expressed in the form , where , , and are positive integers and is the product of distinct primes. Find .
Solution
Let and be the feet of the perpendiculars from and to , respectively. Let the radius of be . We know that . From draw segment such that is on . Clearly, and . Also, we know is a right triangle.
To find , consider the right triangle . Since is tangent to , then bisects . Let , so . Dropping the altitude from to , we recognize the right triangle, except scaled by .
So we get that . From the half-angle identity, we find that . Therefore, . By similar reasoning in triangle , we see that .
We conclude that .
So our right triangle has sides , , and .
By the Pythagorean Theorem, simplification, and the quadratic formula, we can get , for a final answer of .
See also
2008 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 10 |
Followed by Problem 12 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |