Difference between revisions of "1976 AHSME Problems/Problem 24"

Line 24: Line 24:
 
/* Made by Klaus-Anton, Edited by MRENTHUSIASM */
 
/* Made by Klaus-Anton, Edited by MRENTHUSIASM */
 
size(200);
 
size(200);
pair K=(0,0),B=(1,0),A=(-1,0),L=(0,0.5),M=(sqrt(2)/2,.25),T=(2*sqrt(2)/3,1/3);
+
pair K=(0,0),B=(1,0),A=(-1,0),L=(0,0.5),M=(sqrt(2)/2,.25),I=(2*sqrt(2)/3,1/3),E=(sqrt(2)/3,1/3);
 
draw(circle(K,1)^^A--B);
 
draw(circle(K,1)^^A--B);
 
draw(circle(L,0.5)^^circle(M,.25));
 
draw(circle(L,0.5)^^circle(M,.25));
Line 35: Line 35:
 
dot(L,linewidth(4));
 
dot(L,linewidth(4));
 
dot(M,linewidth(4));
 
dot(M,linewidth(4));
dot(T,linewidth(4));
+
dot(I,linewidth(4));
 
</asy>
 
</asy>
  

Revision as of 06:37, 6 September 2021

Problem

In the adjoining figure, circle $K$ has diameter $AB$; circle $L$ is tangent to circle $K$ and to $AB$ at the center of circle $K$; and circle $M$ tangent to circle $K$, to circle $L$ and $AB$. The ratio of the area of circle $K$ to the area of circle $M$ is [asy] /* Made by Klaus-Anton, Edited by MRENTHUSIASM */ size(150); pair K=(0,0),B=(1,0),A=(-1,0),L=(0,0.5),M=(sqrt(2)/2,.25); draw(circle(K,1)^^A--B); draw(circle(L,0.5)^^circle(M,.25)); label("$A$", A, W); label("$K$", K, S); label("$B$", B, E); label("$L$", L); label("$M$", M); [/asy] $\textbf{(A) }12\qquad \textbf{(B) }14\qquad \textbf{(C) }16\qquad \textbf{(D) }18\qquad  \textbf{(E) }\text{not an integer}$

Solution

Let $R$ and $r$ be the radii of circles $K$ and $M,$ respectively. [asy] /* Made by Klaus-Anton, Edited by MRENTHUSIASM */ size(200); pair K=(0,0),B=(1,0),A=(-1,0),L=(0,0.5),M=(sqrt(2)/2,.25),I=(2*sqrt(2)/3,1/3),E=(sqrt(2)/3,1/3); draw(circle(K,1)^^A--B); draw(circle(L,0.5)^^circle(M,.25)); label("$A$", A, W); label("$K$", K, S); label("$B$", B, E); label("$L$", L, (0,5/4)); label("$M$", M, (0,5/4)); dot(K,linewidth(4)); dot(L,linewidth(4)); dot(M,linewidth(4)); dot(I,linewidth(4)); [/asy]


See Also

1976 AHSME (ProblemsAnswer KeyResources)
Preceded by
Problem 23
Followed by
Problem 25
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 26 27 28 29 30
All AHSME Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png