MathDB

2006 AMC 12/AHSME

Part of AMC 12/AHSME

Subcontests

(17)
7
2
9
2

Tangent Circles

Circles with centers O O and P P have radii 2 and 4, respectively, and are externally tangent. Points A A and B B are on the circle centered at O O, and points C C and D D are on the circle centered at P P, such that AD \overline{AD} and BC \overline{BC} are common external tangents to the circles. What is the area of hexagon AOBCPD AOBCPD?
[asy] unitsize(0.4 cm); defaultpen(linewidth(0.7) + fontsize(11)); pair A, B, C, D; pair[] O; O[1] = (6,0); O[2] = (12,0); A = (32/6,8*sqrt(2)/6); B = (32/6,-8*sqrt(2)/6); C = 2*B; D = 2*A; draw(Circle(O[1],2)); draw(Circle(O[2],4)); draw((0.7*A)--(1.2*D)); draw((0.7*B)--(1.2*C)); draw(O[1]--O[2]); draw(A--O[1]); draw(B--O[1]); draw(C--O[2]); draw(D--O[2]); label("AA", A, NW); label("BB", B, SW); label("CC", C, SW); label("DD", D, NW); dot("OO", O[1], SE); dot("PP", O[2], SE); label("22", (A + O[1])/2, E); label("44", (D + O[2])/2, E);[/asy]
<spanclass=latexbold>(A)</span>183<spanclass=latexbold>(B)</span>242<spanclass=latexbold>(C)</span>36<spanclass=latexbold>(D)</span>243<spanclass=latexbold>(E)</span>322 <span class='latex-bold'>(A) </span> 18\sqrt {3} \qquad <span class='latex-bold'>(B) </span> 24\sqrt {2} \qquad <span class='latex-bold'>(C) </span> 36 \qquad <span class='latex-bold'>(D) </span> 24\sqrt {3} \qquad <span class='latex-bold'>(E) </span> 32\sqrt {2}

Square and circle

Square ABCD ABCD has side length s s, a circle centered at E E has radius r r, and r r and s s are both rational. The circle passes through D D, and D D lies on BE \overline{BE}. Point F F lies on the circle, on the same side of BE \overline{BE} as A A. Segment AF AF is tangent to the circle, and AF \equal{} \sqrt {9 \plus{} 5\sqrt {2}}. What is r/s r/s? [asy]unitsize(6mm); defaultpen(linewidth(.8pt)+fontsize(10pt)); dotfactor=3;
pair B=(0,0), C=(3,0), D=(3,3), A=(0,3); pair Ep=(3+5*sqrt(2)/6,3+5*sqrt(2)/6); pair F=intersectionpoints(Circle(A,sqrt(9+5*sqrt(2))),Circle(Ep,5/3))[0]; pair[] dots={A,B,C,D,Ep,F};
draw(A--F); draw(Circle(Ep,5/3)); draw(A--B--C--D--cycle);
dot(dots); label("AA",A,NW); label("BB",B,SW); label("CC",C,SE); label("DD",D,SW); label("EE",Ep,E); label("FF",F,NW);[/asy]<spanclass=latexbold>(A)</span>12<spanclass=latexbold>(B)</span>59<spanclass=latexbold>(C)</span>35<spanclass=latexbold>(D)</span>53<spanclass=latexbold>(E)</span>95 <span class='latex-bold'>(A) </span> \frac {1}{2}\qquad <span class='latex-bold'>(B) </span> \frac {5}{9}\qquad <span class='latex-bold'>(C) </span> \frac {3}{5}\qquad <span class='latex-bold'>(D) </span> \frac {5}{3}\qquad <span class='latex-bold'>(E) </span> \frac {9}{5}