2016 AMC 10A Problems/Problem 15

Revision as of 19:30, 3 February 2016 by Math101010 (talk | contribs)

Problem

Seven cookies of radius $1$ inch are cut from a circle of cookie dough, as shown. Neighboring cookies are tangent, and all except the center cookie are tangent to the edge of the dough. The leftover scrap is reshaped to form another cookie of the same thickness. What is the radius in inches of the scrap cookie?

[asy] draw(circle((0,0),3)); draw(circle((0,0),1)); draw(circle((1,sqrt(3)),1)); draw(circle((-1,sqrt(3)),1));  draw(circle((-1,-sqrt(3)),1)); draw(circle((1,-sqrt(3)),1));  draw(circle((2,0),1)); draw(circle((-2,0),1)); [/asy]

$\textbf{(A) } \sqrt{2} \qquad \textbf{(B) } 1.5 \qquad \textbf{(C) } \sqrt{\pi} \qquad \textbf{(D) } \sqrt{2\pi} \qquad \textbf{(E) } \pi$

Solution

The big cookie has radius $3$, since the center of the center cookie is the same as that of the large cookie. The difference in areas of the big cookie and the seven small ones is $2 \pi$. The scrap cookie has this area, so its radius must be $\boxed{\textbf{(A) }\sqrt 2}$.