2005 AMC 12A Problem 16
Three circles of radius are drawn in the first quadrant of the -plane. The first circle is tangent to both axes, the second is tangent to the first circle and the -axis, and the third is tangent to the first circle and the -axis. A circle of radius is tangent to both axes and to the second and third circles. What is ?
![[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]](https://latex.artofproblemsolving.com/6/5/7/657afd2eef0760abe2ccc3fe7453a83a0b22e681.png)
Full credit goes to MAA for authoring these problems. These problems were taken on the AOPS website.
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)