Difference between revisions of "2002 AIME I Problems/Problem 13"
(+ [essentially equivalent] solution) |
(asy) |
||
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
− | In [[triangle]] <math>ABC</math> the [[median]]s <math>\overline{AD}</math> and <math>\overline{CE}</math> have lengths 18 and 27, respectively, and <math>AB=24</math>. Extend <math>\overline{CE}</math> to intersect the [[circumcircle]] of <math>ABC</math> at <math>F</math>. The area of triangle <math>AFB</math> is <math>m\sqrt{n}</math>, where <math>m</math> and <math>n</math> are positive integers and <math>n</math> is not divisible by the square of any prime. Find <math>m+n</math>. | + | In [[triangle]] <math>ABC</math> the [[median]]s <math>\overline{AD}</math> and <math>\overline{CE}</math> have lengths <math>18</math> and <math>27</math>, respectively, and <math>AB=24</math>. Extend <math>\overline{CE}</math> to intersect the [[circumcircle]] of <math>ABC</math> at <math>F</math>. The area of triangle <math>AFB</math> is <math>m\sqrt{n}</math>, where <math>m</math> and <math>n</math> are positive integers and <math>n</math> is not divisible by the square of any prime. Find <math>m+n</math>. |
== Solution == | == Solution == | ||
− | <asy> | + | <center><asy> |
− | + | size(150); pathpen = linewidth(0.7); pointpen = black; pen f = fontsize(8); pair A=(0,0), B=(24,0), E=(A+B)/2, C=IP(CR(A,3*70^.5),CR(E,27)), D=(B+C)/2, F=IP(circumcircle(A,B,C),E--C+2*(E-C)); | |
− | </asy> | + | D(D(MP("A",A))--D(MP("B",B))--D(MP("C",C,NW))--cycle); D(circumcircle(A,B,C)); D(MP("F",F)); D(A--D); D(C--F); D(A--F--B); D(MP("E",E,NE)); D(MP("D",D,NE)); MP("12",(A+E)/2,SE,f);MP("12",(B+E)/2,f); MP("27",(C+E)/2,SW,f); MP("18",(A+D)/2,SE,f); |
+ | </asy></center> | ||
Applying [[Stewart's Theorem]] to medians <math>AD, CE</math>, we have: | Applying [[Stewart's Theorem]] to medians <math>AD, CE</math>, we have: |
Revision as of 20:29, 13 March 2009
Problem
In triangle the medians and have lengths and , respectively, and . Extend to intersect the circumcircle of at . The area of triangle is , where and are positive integers and is not divisible by the square of any prime. Find .
Solution
Applying Stewart's Theorem to medians , we have:
Substituting the first equation into the second and simplification yields .
By the Power of a Point Theorem on , we get . The Law of Cosines on gives
Hence . Because have the same height and equal bases, they have the same area, and , and the answer is .
See also
2002 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 12 |
Followed by Problem 14 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |