Difference between revisions of "2021 Fall AMC 12A Problems/Problem 14"
Ehuang0531 (talk | contribs) (→Solution (Law of Cosines and Equilateral Triangle Area)) |
Ehuang0531 (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | ==Problem== | ||
+ | In the figure, equilateral hexagon <math>ABCDEF</math> has three nonadjacent acute interior angles that each measure <math>30^\circ</math>. The enclosed area of the hexagon is <math>6\sqrt{3}</math>. What is the perimeter of the hexagon? | ||
+ | <asy> | ||
+ | size(10cm); | ||
+ | pen p=black+linewidth(1),q=black+linewidth(5); | ||
+ | pair C=(0,0),D=(cos(pi/12),sin(pi/12)),E=rotate(150,D)*C,F=rotate(-30,E)*D,A=rotate(150,F)*E,B=rotate(-30,A)*F; | ||
+ | draw(C--D--E--F--A--B--cycle,p); | ||
+ | dot(A,q); | ||
+ | dot(B,q); | ||
+ | dot(C,q); | ||
+ | dot(D,q); | ||
+ | dot(E,q); | ||
+ | dot(F,q); | ||
+ | label("$C$",C,2*S); | ||
+ | label("$D$",D,2*S); | ||
+ | label("$E$",E,2*S); | ||
+ | label("$F$",F,2*dir(0)); | ||
+ | label("$A$",A,2*N); | ||
+ | label("$B$",B,2*W); | ||
+ | </asy> | ||
+ | <math>\textbf{(A)} 4 \qquad \textbf{(B)} 4\sqrt3 \qquad \textbf{(C)} 12 \qquad \textbf{(D)} 18 \qquad \textbf{(E)} 12\sqrt3</math> | ||
+ | |||
==Solution (Law of Cosines and Equilateral Triangle Area)== | ==Solution (Law of Cosines and Equilateral Triangle Area)== | ||
Line 10: | Line 32: | ||
So, the total area of the hexagon is the area of the equilateral triangle plus thrice the area of each isosceles triangle or <math>\frac{\sqrt{3}}{2}s^2-\frac{3}{4}s^2+3(\frac{1}{4}s^2)=\frac{\sqrt{3}}{2}s^2=6\sqrt{3}</math>. The perimeter is <math>6s=\boxed{12\sqrt{3}}</math>. | So, the total area of the hexagon is the area of the equilateral triangle plus thrice the area of each isosceles triangle or <math>\frac{\sqrt{3}}{2}s^2-\frac{3}{4}s^2+3(\frac{1}{4}s^2)=\frac{\sqrt{3}}{2}s^2=6\sqrt{3}</math>. The perimeter is <math>6s=\boxed{12\sqrt{3}}</math>. | ||
+ | |||
+ | {{AMC12 box|year=2021 Fall|ab=A|num-b=13|num-a=35}} | ||
+ | {{MAA Notice}} |
Revision as of 19:58, 23 November 2021
Problem
In the figure, equilateral hexagon has three nonadjacent acute interior angles that each measure . The enclosed area of the hexagon is . What is the perimeter of the hexagon?
Solution (Law of Cosines and Equilateral Triangle Area)
Isosceles triangles , , and are identical by SAS similarity. by CPCTC, and triangle is equilateral.
Let the side length of the hexagon be .
The area of each isosceles triangle is by the fourth formula here.
By the Law of Cosines, the square of the side length of equilateral triangle BDF is . Hence, the area of the equilateral triangle is .
So, the total area of the hexagon is the area of the equilateral triangle plus thrice the area of each isosceles triangle or . The perimeter is .
2021 Fall AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 13 |
Followed by Problem 35 |
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 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.