2005 AMC 12A Problem 16


Three circles of radius ss are drawn in the first quadrant of the xyxy -plane. The first circle is tangent to both axes, the second is tangent to the first circle and the xx -axis, and the third is tangent to the first circle and the yy -axis. A circle of radius r>sr > s is tangent to both axes and to the second and third circles. What is r/sr/s ?

[asy] unitsize(3mm); defaultpen(linewidth(.8pt)+fontsize(10pt)); dotfactor=3; pair O0=(9,9), O1=(1,1), O2=(3,1), O3=(1,3); pair P0=O0+9*dir(-45), P3=O3+dir(70); pair[] ps={O0,O1,O2,O3}; dot(ps); draw(Circle(O0,9)); draw(Circle(O1,1)); draw(Circle(O2,1)); draw(Circle(O3,1)); draw(O0--P0,linetype("3 3")); draw(O3--P3,linetype("2 2")); draw((0,0)--(18,0)); draw((0,0)--(0,18)); label("$r$",midpoint(O0--P0),NE); label("$s$",(-1.5,4)); draw((-1,4)--midpoint(O3--P3));[/asy]

(A) 5(B) 6(C) 8(D) 9(E) 10(\mathrm {A}) \ 5 \qquad (\mathrm {B}) \ 6 \qquad (\mathrm {C})\ 8 \qquad (\mathrm {D}) \ 9 \qquad (\mathrm {E})\ 10


Full credit goes to MAA for authoring these problems. These problems were taken on the AOPS website.

Show/Hide Hints

Show/Hide Problem Tags

Problem Tags: Geometry

Want to contribute problems and receive full credit? Click here to add your problem!
Please report any issues to us in our Discord server
Go to previous contest problem (SHIFT + Left Arrow) Go to next contest problem (SHIFT + Right Arrow)
Category: AMC 12A
Points: 3
Back to practice