Maths Olympiad Prep

Library / /270 of 520

Geometry Difficulty 3.1 AMC 10/12 Find the answer

The figure below shows 1313 circles of radius 11 within a larger circle. All the intersections occur at points of tangency. What is the area of the region, shaded in the figure, inside the larger circle but outside all the circles of radius 1 ?1 ?

Figure (Asymptote source)
unitsize(20);filldraw(circle((0,0),2*sqrt(3)+1),rgb(0.5,0.5,0.5));filldraw(circle((-2,0),1),white);filldraw(circle((0,0),1),white);filldraw(circle((2,0),1),white);filldraw(circle((1,sqrt(3)),1),white);filldraw(circle((3,sqrt(3)),1),white);filldraw(circle((-1,sqrt(3)),1),white);filldraw(circle((-3,sqrt(3)),1),white);filldraw(circle((1,-1*sqrt(3)),1),white);filldraw(circle((3,-1*sqrt(3)),1),white);filldraw(circle((-1,-1*sqrt(3)),1),white);filldraw(circle((-3,-1*sqrt(3)),1),white);filldraw(circle((0,2*sqrt(3)),1),white);filldraw(circle((0,-2*sqrt(3)),1),white);

Pick one

Solution

In the diagram above, notice that triangle OABOAB and triangle ABCABC are congruent and equilateral with side length 22. We can see the radius of the larger circle is 2OH+12\overline{OH} + 1. Using 30609030^{\circ}-60^{\circ}-90^{\circ} triangles, we know OH=3\overline{OH} = \sqrt{3}. Therefore, the radius of the larger circle is 23+12\sqrt{3}+1.
The area of the larger circle is thus (23+1)2π=(13+43)π\left(2\sqrt{3}+1\right)^2 \pi = \left(13+4\sqrt{3}\right)\pi, and the sum of the areas of the smaller circles is 13π13\pi, so the area of the dark region is (13+43)π13π=(A) 4π3\left(13+4\sqrt{3}\right)\pi-13\pi = \boxed{\textbf{(A) } 4 \pi \sqrt{3}}.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.