Difference between revisions of "2006 AMC 12A Problems/Problem 16"
m (minor edit) |
Mathboy282 (talk | contribs) (→Problem) |
||
Line 4: | Line 4: | ||
[[Circle]]s with [[center]]s <math>A</math> and <math>B</math> have [[radius |radii]] 3 and 8, respectively. A [[common internal tangent line | common internal tangent]] [[intersect]]s the circles at <math>C</math> and <math>D</math>, respectively. [[Line]]s <math>AB</math> and <math>CD</math> intersect at <math>E</math>, and <math>AE=5</math>. What is <math>CD</math>? | [[Circle]]s with [[center]]s <math>A</math> and <math>B</math> have [[radius |radii]] 3 and 8, respectively. A [[common internal tangent line | common internal tangent]] [[intersect]]s the circles at <math>C</math> and <math>D</math>, respectively. [[Line]]s <math>AB</math> and <math>CD</math> intersect at <math>E</math>, and <math>AE=5</math>. What is <math>CD</math>? | ||
− | + | <asy> | |
+ | unitsize(2.5mm); | ||
+ | defaultpen(fontsize(10pt)+linewidth(.8pt)); | ||
+ | dotfactor=3; | ||
− | <math>\mathrm{(A) \ } 13\qquad\mathrm{(B) \ } \frac{44}{3}\qquad\mathrm{(C) \ } \sqrt{221}\qquad\mathrm{(D) \ } \sqrt{255}\qquad\mathrm{(E) \ } \frac{55}{3}\qquad</math> | + | pair A=(0,0), Ep=(5,0), B=(5+40/3,0); |
+ | pair M=midpoint(A--Ep); | ||
+ | pair C=intersectionpoints(Circle(M,2.5),Circle(A,3))[1]; | ||
+ | pair D=B+8*dir(180+degrees(C)); | ||
+ | |||
+ | dot(A); | ||
+ | dot(C); | ||
+ | dot(B); | ||
+ | dot(D); | ||
+ | draw(C--D); | ||
+ | draw(A--B); | ||
+ | draw(Circle(A,3)); | ||
+ | draw(Circle(B,8)); | ||
+ | |||
+ | label("$A$",A,W); | ||
+ | label("$B$",B,E); | ||
+ | label("$C$",C,SE); | ||
+ | label("$E$",Ep,SSE); | ||
+ | label("$D$",D,NW); | ||
+ | </asy> | ||
+ | |||
+ | <math>\mathrm{(A) \ } 13\qquad\mathrm{(B) \ } \frac{44}{3}\qquad\mathrm{(C) \ } \sqrt{221}\qquad\mathrm{(D) \ } \sqrt{255}\qquad\mathrm{(E) \ } \frac{55}{3}\qquad</math> | ||
== Solution == | == Solution == |
Revision as of 19:15, 25 December 2020
- The following problem is from both the 2006 AMC 12A #16 and 2006 AMC 10A #23, so both problems redirect to this page.
Problem
Circles with centers and have radii 3 and 8, respectively. A common internal tangent intersects the circles at and , respectively. Lines and intersect at , and . What is ?
Solution
and are vertical angles so they are congruent, as are angles and (both are right angles because the radius and tangent line at a point on a circle are always perpendicular). Thus, . By the Pythagorean Theorem, line segment . The sides are proportional, so . This makes and .
See also
2006 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 15 |
Followed by Problem 17 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
2006 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 22 |
Followed by Problem 24 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AMC 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.