2021 Fall AMC 10B Problems/Problem 11

Revision as of 01:20, 28 November 2021 by Cellsecret (talk | contribs) (Solution 3)

Problem

A regular hexagon of side length $1$ is inscribed in a circle. Each minor arc of the circle determined by a side of the hexagon is reflected over that side. What is the area of the region bounded by these $6$ reflected arcs?

$(\textbf{A})\: \frac{5\sqrt{3}}{2} - \pi\qquad(\textbf{B}) \: 3\sqrt{3}-\pi\qquad(\textbf{C}) \: 4\sqrt{3}-\frac{3\pi}{2}\qquad(\textbf{D}) \: \pi - \frac{\sqrt{3}}{2}\qquad(\textbf{E}) \: \frac{\pi + \sqrt{3}}{2}$

Solution 1

[asy] import olympiad; unitsize(50); pair A,B,C,D,E,F,O; A = origin; B = (-0.5,0.866025); C=(0,1.7320508); D=(1,1.7320508); E=(1.5,0.866025); F=(1,0); draw(A--B--C--D--E--F--cycle); draw(Circle((0.5,0.866025),1)); draw(A--D); draw(B--E); draw(C--F);  [/asy]

This is the graph of the original Hexagon. After reflecting each minor arc over the sides of the hexagon it will look like this;

[asy] import olympiad; unitsize(50); pair A,B,C,D,E,F,O; A = origin; B = (-0.5,0.866025); C=(0,1.7320508); D=(1,1.7320508); E=(1.5,0.866025); F=(1,0); draw(A--B--C--D--E--F--cycle); draw(arc((0.5,2.598076), C, D)); draw(arc((2,1.7320508), D, E)); draw(arc((2,0), E, F)); draw(arc((0.5,-0.866025), F, A)); draw(arc((-1,0), A, B)); draw(arc((-1,1.7320508), B, C)); draw(A--D); draw(B--E); draw(C--F);  [/asy]

This bounded region is the same as the area of the hexagon minus the area of each of the reflect arcs. From the first diagram, the area of each arc is the area of the $60^{\circ}$ sector minus the area of the equilateral triangle, so each arc has an area of $\frac{\pi r^2}{6} - \frac{s^2\sqrt{3}}{4} \implies \frac{\pi}{6} - \frac{\sqrt{3}}{4}$.

There are 6 total arcs, so the total area of the arcs is $6\cdot (\frac{\pi}{6} - \frac{\sqrt{3}}{4}) = \pi - \frac{3\sqrt{3}}{2}$.

The area of the hexagon is $6\cdot \frac{\sqrt{3}}{4} = \frac{3\sqrt{3}}{2}$, so the area of the bounded region is: $\frac{3\sqrt{3}}{2} - (\pi - \frac{3\sqrt{3}}{2}) = 3\sqrt{3} - \pi = \boxed{B}$


~KingRavi

Solution 2

Let the hexagon described be of area $H$ and let the circle's area be $C$. Let the area we want to aim for be $A$. Thus, we have that $C-H=H-A$, or $A=2H-C$. By some formulas, $C=\pi{r}^2=\pi$ and $H=6\cdot\frac12\cdot1\cdot(\frac12\cdot\sqrt3)=\frac{3\sqrt3}2$. Thus, $A=3\sqrt3-\pi$ or $\boxed{(\textbf{B})}$.

~Hefei417, or 陆畅 Sunny from China

Solution 3

Denote by $O$ the center of this circle. Hence, the radius of this circle is 1. Denote this hexagon as $ABCDEF$.

We have $\angle AOB = 60^\circ$. Hence, the area of the region formed between segment $AB$ and the minor arc formed by $A$ and $B$, denoted as $M$, is \begin{align*} M & = \pi 1^2 \frac{60}{360} - \frac{\sqrt{3}}{4} 1^2 \\ & = \frac{\pi}{6} - \frac{\sqrt{3}}{4} . \end{align*}

Therefore, the area of the region that this problem asks us to compute is \begin{align*} \pi 1^2 - 12 M & = 3 \sqrt{3} - \pi . \end{align*}

Therefore, the answer is $\boxed{\textbf{(B) }3 \sqrt{3} - \pi}$.

~Steven Chen (www.professorchenedu.com)

Video Solution by Interstigation

https://youtu.be/xKlsLPzXsOM

See Also

2021 Fall AMC 10B (ProblemsAnswer KeyResources)
Preceded by
Problem 10
Followed by
Problem 12
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
All AMC 10 Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png