Difference between revisions of "2002 AMC 10A Problems/Problem 5"

m (enter problem)
 
 
Line 1: Line 1:
==Problem==
+
#redirect [[2002 AMC 12A Problems/Problem 5]]
Each of the small circles in the figure has radius one. The innermost circle is tangent to the six circles that surround it, and each of those circles is tangent to the large circle and to its small-circle neighbors. Find the area of the shaded region.
 
 
 
<asy>
 
unitsize(.3cm);
 
path c=Circle((0,2),1);
 
filldraw(Circle((0,0),3),grey,black);
 
filldraw(Circle((0,0),1),white,black);
 
filldraw(c,white,black);
 
filldraw(rotate(60)*c,white,black);
 
filldraw(rotate(120)*c,white,black);
 
filldraw(rotate(180)*c,white,black);
 
filldraw(rotate(240)*c,white,black);
 
filldraw(rotate(300)*c,white,black);
 
</asy>
 
 
 
<math>\text{(A)}\ \pi \qquad \text{(B)}\ 1.5\pi \qquad \text{(C)}\ 2\pi \qquad \text{(D)}\ 3\pi \qquad \text{(E)}\ 3.5\pi</math>
 
 
 
==Solution==
 
The outer circle has radius <math>1+1+1=3</math>, and thus area <math>9\pi</math>. The little circles have area <math>\pi</math> each; since there are 7, their total area is <math>7\pi</math>. Thus, our answer is <math>9\pi-7\pi=\boxed{2\pi\Rightarrow \text{(C)}}</math>.
 
 
 
==See Also==
 
{{AMC10 box|ab=A|year=2002|num-b=4|num-a=6}}
 
 
 
[[Category:Introductory Geometry Problems]]
 

Latest revision as of 15:30, 18 February 2009