Maths Olympiad Prep

Library / /343 of 520

Geometry Difficulty 3.4 AMC 10/12 Find the answer

A regular hexagon has side length 6. Congruent arcs with radius 3 are drawn with the center at each of the vertices, creating circular sectors as shown. The region inside the hexagon but outside the sectors is shaded as shown What is the area of the shaded region?
[asy] size(125); defaultpen(linewidth(0.8)); path hexagon=(2*dir(0))--(2*dir(60))--(2*dir(120))--(2*dir(180))--(2*dir(240))--(2*dir(300))--cycle; fill(hexagon,grey); for(int i=0;i<=5;i=i+1) { path arc=2*dir(60*i)--arc(2*dir(60*i),1,120+60*i,240+60*i)--cycle; unfill(arc); draw(arc); } draw(hexagon,linewidth(1.8));[/asy]

Pick one

Solution

The area of the hexagon is equal to 3(6)232=543\dfrac{3(6)^2\sqrt{3}}{2}=54\sqrt{3} by the formula for the area of a hexagon.
We note that each interior angle of the regular hexagon is 120120^\circ which means that each sector is 13\dfrac{1}{3} of the circle it belongs to. The area of each sector is 9π3=3π\dfrac{9\pi}{3}=3\pi. The area of all six is 6×3π=18π6\times 3\pi=18\pi.
The shaded area is equal to the area of the hexagon minus the sum of the area of all the sectors, which is equal to (C) 54318π\boxed{\textbf{(C)}\ 54\sqrt{3}-18\pi}

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.