Difference between revisions of "2016 AMC 10A Problems/Problem 15"

(Created page with "Seven cookies of radius <math>1</math> inch are cut from a circle of cookie dough, as shown. Neighboring cookies are tangent, and all except the center cookie are tangent to t...")
 
Line 1: Line 1:
 +
==Problem==
 
Seven cookies of radius <math>1</math> 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?
 
Seven cookies of radius <math>1</math> 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?
  
Line 10: Line 11:
  
 
<math>\textbf{(A) } \sqrt{2} \qquad \textbf{(B) } 1.5 \qquad \textbf{(C) } \sqrt{\pi} \qquad \textbf{(D) } \sqrt{2\pi} \qquad \textbf{(E) } \pi</math>
 
<math>\textbf{(A) } \sqrt{2} \qquad \textbf{(B) } 1.5 \qquad \textbf{(C) } \sqrt{\pi} \qquad \textbf{(D) } \sqrt{2\pi} \qquad \textbf{(E) } \pi</math>
 +
 +
==Solution==
 +
The big cookie has radius <math>3</math>, 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 <math>2 \pi</math>.  The scrap cookie has this area, so its radius must be <math>\boxed{\textbf{(A) }\sqrt 2}</math>.

Revision as of 19:30, 3 February 2016

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}$.