Problem

1983 AHSME Problem 23

In the adjoining figure the five circles are tangent to one another consecutively and to the lines L_1 and L_2. If the radius of the largest circle is 18 and that of the smallest one is 8, then the radius of the middle circle is

[asy] size(250);defaultpen(linewidth(0.7)); real alpha=5.797939254, x=71.191836; int i; for(i=0; i<5; i=i+1) { real r=8*(sqrt(6)/2)^i; draw(Circle((x+r)*dir(alpha), r)); x=x+2r; } real x=71.191836+40+20*sqrt(6), r=18; pair A=tangent(origin, (x+r)*dir(alpha), r, 1), B=tangent(origin, (x+r)*dir(alpha), r, 2); pair A1=300*dir(origin--A), B1=300*dir(origin--B); draw(B1--origin--A1); pair X=(69,-5), X1=reflect(origin, (x+r)*dir(alpha))*X, Y=(200,-5), Y1=reflect(origin, (x+r)*dir(alpha))*Y, Z=(130,0), Z1=reflect(origin, (x+r)*dir(alpha))*Z; clip(X--Y--Y1--X1--cycle); label("$L_2$", Z, S); label("$L_1$", Z1, dir(2*alpha)*dir(90));[/asy]

\textbf{(A)} \ 12 \qquad \textbf{(B)} \ 12.5 \qquad \textbf{(C)} \ 13 \qquad \textbf{(D)} \ 13.5 \qquad \textbf{(E)} \ 14


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


Show/Hide Problem Tags

Problem Tags: No tags

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)