Difference between revisions of "2021 Fall AMC 10B Problems/Problem 11"
(→Solution 1) |
(→Solution 1) |
||
(18 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
− | ==Problem | + | ==Problem== |
A regular hexagon of side length <math>1</math> is inscribed in a circle. Each minor arc of the circle | A regular hexagon of side length <math>1</math> 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 | determined by a side of the hexagon is reflected over that side. What is the area of the region | ||
bounded by these <math>6</math> reflected arcs? | bounded by these <math>6</math> reflected arcs? | ||
− | ==Solution 1== | + | <math>(\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}</math> |
+ | |||
+ | ==Solution 1 (Best)== | ||
<asy> | <asy> | ||
Line 13: | Line 15: | ||
draw(A--B--C--D--E--F--cycle); | draw(A--B--C--D--E--F--cycle); | ||
draw(Circle((0.5,0.866025),1)); | draw(Circle((0.5,0.866025),1)); | ||
+ | draw(A--D); | ||
+ | draw(B--E); | ||
+ | draw(C--F); | ||
</asy> | </asy> | ||
Line 30: | Line 35: | ||
draw(arc((-1,0), A, B)); | draw(arc((-1,0), A, B)); | ||
draw(arc((-1,1.7320508), B, C)); | draw(arc((-1,1.7320508), B, C)); | ||
+ | draw(A--D); | ||
+ | draw(B--E); | ||
+ | draw(C--F); | ||
</asy> | </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 <math>60^{\circ}</math> sector minus the area of the equilateral triangle, so each arc has an area of | + | 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 <math>60^{\circ}</math> sector minus the area of the equilateral triangle, so each arc has an area of <math>\frac{\pi r^2}{6} - \frac{s^2\sqrt{3}}{4} \implies \frac{\pi}{6} - \frac{\sqrt{3}}{4}</math>. |
+ | |||
+ | There are 6 total arcs, so the total area of the arcs is <math>6\cdot (\frac{\pi}{6} - \frac{\sqrt{3}}{4}) = \pi - \frac{3\sqrt{3}}{2}</math>. | ||
+ | The area of the hexagon is <math>6\cdot \frac{\sqrt{3}}{4} = \frac{3\sqrt{3}}{2}</math>, so the area of the bounded region is: | ||
+ | <math>\frac{3\sqrt{3}}{2} - (\pi - \frac{3\sqrt{3}}{2}) = 3\sqrt{3} - \pi = \boxed{B}</math> | ||
− | |||
~KingRavi | ~KingRavi | ||
Line 49: | Line 60: | ||
~Hefei417, or 陆畅 Sunny from China | ~Hefei417, or 陆畅 Sunny from China | ||
+ | == Solution 3 == | ||
+ | Denote by <math>O</math> the center of this circle. | ||
+ | Hence, the radius of this circle is 1. | ||
+ | Denote this hexagon as <math>ABCDEF</math>. | ||
+ | |||
+ | We have <math>\angle AOB = 60^\circ</math>. | ||
+ | Hence, the area of the region formed between segment <math>AB</math> and the minor arc formed by <math>A</math> and <math>B</math>, denoted as <math>M</math>, is | ||
+ | <cmath> | ||
+ | \begin{align*} | ||
+ | M & = \pi 1^2 \frac{60}{360} - \frac{\sqrt{3}}{4} 1^2 \\ | ||
+ | & = \frac{\pi}{6} - \frac{\sqrt{3}}{4} . | ||
+ | \end{align*} | ||
+ | </cmath> | ||
+ | |||
+ | Therefore, the area of the region that this problem asks us to compute is | ||
+ | <cmath> | ||
+ | \begin{align*} | ||
+ | \pi 1^2 - 12 M | ||
+ | & = 3 \sqrt{3} - \pi . | ||
+ | \end{align*} | ||
+ | </cmath> | ||
+ | |||
+ | Therefore, the answer is <math>\boxed{\textbf{(B) }3 \sqrt{3} - \pi}</math>. | ||
+ | |||
+ | ~Steven Chen (www.professorchenedu.com) | ||
+ | |||
+ | == Solution 4 == | ||
+ | |||
+ | The area of the desired shape is equal to the <math>A(</math>whole hexagon<math>)-A(</math>Six arcs<math>).</math> | ||
+ | |||
+ | Since the arcs are reflected upon the sides of the hexagon, we can see that <math>A(</math>Six arcs<math>)=A(</math>Whole circle<math>)-A(</math>Whole hexagon<math>)</math>. | ||
+ | |||
+ | The area of the circle is <math>\pi\cdot{1^2}</math>, since the shape has side length <math>1</math> and is inscribed within the circle (so its diameter is <math>2</math>). | ||
+ | |||
+ | Combining these two, we see that | ||
+ | <cmath>A(\text{Desired shape})=2A(\text{Hexagon})-A(\text{Circle}) \rightarrow</cmath> | ||
+ | <cmath>A(\text{Desired shape})=2A(\text{Hexagon})-\pi.</cmath> | ||
+ | From here, three solutions can progress: | ||
+ | |||
+ | ==Solution 4.1 (General polygons)== | ||
+ | The area of a regular polygon is equal to <math>\frac{p\cdot{a}}{2}</math>, where <math>p</math> is the perimiter of the polygon, and <math>a</math> is the length of its apothem. | ||
+ | |||
+ | The apothem is the distance from the center of the polygon to the midpoint of two adjacent vertices. If we were to create an equilateral triangle, whose base is at the side of the polygon, and its two sides meeting at the center, its height would be the apothem. | ||
+ | |||
+ | In this case, the side length of the hexagon is <math>1</math>. We can now split this equlilateral into two congruent right triangles, who both have the apothem as a side. Each triangle has side lengths of <math>\frac{1}{2}</math>,half of the base, <math>1</math>, the radius, and the apothem. By the pythagorean theorem, <math>1^2=(\frac{1}{2})^2+a^2</math>, for the apothem <math>a</math>. Solving yields <math>a=\frac{\sqrt{3}}{2}.</math> | ||
+ | |||
+ | Since <math>p=6</math>, our formula becomes <cmath>A=6(\frac{\sqrt{3}}{2})\cdot{\frac{1}{2}}=\frac{3\sqrt{3}}{2}.</cmath> | ||
+ | |||
+ | Reall that the area of the figure is <math>2A(\text{Hexagon})-\pi.</math> <math>2A=3\sqrt{3},</math> so the sought area is <math>3\sqrt{3}-\pi</math> , so our answer is <math>\boxed{\textbf{(B) }3 \sqrt{3} - \pi}</math> | ||
+ | |||
+ | Alternatively, we could find the length of the apothem by the formula <math>\frac{s}{2\text{tan}(\frac{180}{n})},</math> where <math>s</math> is the side length and <math>n</math> is the number of sides. | ||
+ | |||
+ | ==Solution 4.2 (Quick)== | ||
+ | |||
+ | The area of a regular hexagon is given by the formula <math>\frac{3\sqrt{3}}{2}\cdot{s}</math>, for the side length <math>s</math>, which in this case, is <math>1</math>, so the area of this hexagon is <math>\frac{3\sqrt{3}}{2}.</math> | ||
+ | |||
+ | We seek <math>2A(\text{Hexagon})-\pi,</math> which is <math>\boxed{\textbf{(B) }3 \sqrt{3} - \pi}</math> | ||
+ | |||
+ | ~Benedict T (countmath1) | ||
+ | |||
+ | ==Video Solution by Interstigation== | ||
+ | https://youtu.be/xKlsLPzXsOM | ||
+ | |||
+ | ==Video Solution== | ||
+ | https://youtu.be/7AjnQPh9fU4 | ||
+ | |||
+ | ~Education, the Study of Everything | ||
+ | |||
+ | ==Video Solution by WhyMath== | ||
+ | https://youtu.be/KNvJV_FRPiE | ||
+ | |||
+ | ~savannahsolver | ||
+ | ==Video Solution by TheBeautyofMath== | ||
+ | https://youtu.be/R7TwXgAGYuw | ||
+ | |||
+ | ~IceMatrix | ||
==See Also== | ==See Also== | ||
{{AMC10 box|year=2021 Fall|ab=B|num-a=12|num-b=10}} | {{AMC10 box|year=2021 Fall|ab=B|num-a=12|num-b=10}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 18:40, 1 November 2023
Contents
Problem
A regular hexagon of side length 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 reflected arcs?
Solution 1 (Best)
This is the graph of the original Hexagon. After reflecting each minor arc over the sides of the hexagon it will look like this;
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 sector minus the area of the equilateral triangle, so each arc has an area of .
There are 6 total arcs, so the total area of the arcs is .
The area of the hexagon is , so the area of the bounded region is:
~KingRavi
Solution 2
Let the hexagon described be of area and let the circle's area be . Let the area we want to aim for be . Thus, we have that , or . By some formulas, and . Thus, or .
~Hefei417, or 陆畅 Sunny from China
Solution 3
Denote by the center of this circle. Hence, the radius of this circle is 1. Denote this hexagon as .
We have . Hence, the area of the region formed between segment and the minor arc formed by and , denoted as , is
Therefore, the area of the region that this problem asks us to compute is
Therefore, the answer is .
~Steven Chen (www.professorchenedu.com)
Solution 4
The area of the desired shape is equal to the whole hexagonSix arcs
Since the arcs are reflected upon the sides of the hexagon, we can see that Six arcsWhole circleWhole hexagon.
The area of the circle is , since the shape has side length and is inscribed within the circle (so its diameter is ).
Combining these two, we see that From here, three solutions can progress:
Solution 4.1 (General polygons)
The area of a regular polygon is equal to , where is the perimiter of the polygon, and is the length of its apothem.
The apothem is the distance from the center of the polygon to the midpoint of two adjacent vertices. If we were to create an equilateral triangle, whose base is at the side of the polygon, and its two sides meeting at the center, its height would be the apothem.
In this case, the side length of the hexagon is . We can now split this equlilateral into two congruent right triangles, who both have the apothem as a side. Each triangle has side lengths of ,half of the base, , the radius, and the apothem. By the pythagorean theorem, , for the apothem . Solving yields
Since , our formula becomes
Reall that the area of the figure is so the sought area is , so our answer is
Alternatively, we could find the length of the apothem by the formula where is the side length and is the number of sides.
Solution 4.2 (Quick)
The area of a regular hexagon is given by the formula , for the side length , which in this case, is , so the area of this hexagon is
We seek which is
~Benedict T (countmath1)
Video Solution by Interstigation
Video Solution
~Education, the Study of Everything
Video Solution by WhyMath
~savannahsolver
Video Solution by TheBeautyofMath
~IceMatrix
See Also
2021 Fall AMC 10B (Problems • Answer Key • Resources) | ||
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.