Difference between revisions of "2021 Fall AMC 10B Problems/Problem 18"

(Solution 3 (30-60-90 Triangles))
(Solution 3 (30-60-90 Triangles))
Line 45: Line 45:
 
path p = box((0,0), (1,1));
 
path p = box((0,0), (1,1));
 
draw(p, black + linewidth(2.0pt));
 
draw(p, black + linewidth(2.0pt));
draw(rotate(30)*p,black + linewidth(2.0pt)); /*Rotate 60
+
draw(rotate(30,(1/2,1/2))*p,black + linewidth(2.0pt)); /*Rotate 60
 
degrees*/
 
degrees*/
  

Revision as of 15:48, 26 November 2021

Problem

Three identical square sheets of paper each with side length $6{ }$ are stacked on top of each other. The middle sheet is rotated clockwise $30^\circ$ about its center and the top sheet is rotated clockwise $60^\circ$ about its center, resulting in the $24$-sided polygon shown in the figure below. The area of this polygon can be expressed in the form $a-b\sqrt{c}$, where $a$, $b$, and $c$ are positive integers, and $c$ is not divisible by the square of any prime. What is $a+b+c?$

$(\textbf{A})\: 75\qquad(\textbf{B}) \: 93\qquad(\textbf{C}) \: 96\qquad(\textbf{D}) \: 129\qquad(\textbf{E}) \: 147$

Solution 1

First note the useful fact that if $R$ is the circumradius of a dodecagon ($12$-gon) the area of the figure is $3R^2.$ If we connect the vertices of the $3$ squares we get a dodecagon. The radius of circumcircle of the dodecagon is simply half the diagonal of the square, which is $3\sqrt{2}.$ Thus the area of the dodecagon is $3 \cdot (3\sqrt{2})^2 = 3 \cdot 18 = 54.$ But, the problem asks for the area of figure of rotated squares. This area is the area of the dodecagon, which was found, subtracting the $12$ isosceles triangles, which are formed when connecting the vertices of the squares to created the dodecagon. To find this area, we need to know the base of the isosceles triangle, call this $x.$ Then, we can use Law of Cosines, on the triangle that is formed from the two vertices of the square and the center of the square. After computing, we get that $x = 3\sqrt{3} -3.$ Realize that the $12$ isosceles are congruent with an angle measure of $120^{\circ},$ this means that we can create $4$ congruent equilateral triangles with side length of $3\sqrt3 - 3.$ The area of the equilateral triangle is $\frac{\sqrt{3}}{4} \cdot (3\sqrt{3} -3)^2 =  \frac{\sqrt{3}}{4} \cdot (36 - 18\sqrt{3}) = \frac{36\sqrt{3} - 54}{4}.$ Thus, the area of all the twelve small equilateral traingles are $4 \cdot \frac{36\sqrt{3} - 54}{4} = 36\sqrt{3} - 54$. Thus, the requested area is $54 - (36\sqrt{3} - 54) = 108 - 36\sqrt{3}.$ Thus, $a+b+c = 108 + 36 + 3 = 147.$ Thus, the answer is $\boxed{(\textbf{E}.)}.$

~NH14

Solution 2

As shown in Image:2021_AMC_12B_(Nov)_Problem_15,_sol.png, all 12 vertices of three squares form a regular dodecagon (12-gon). Denote by $O$ the center of this dodecagon.

Hence, $\angle AOB = \frac{360^\circ}{12} = 30^\circ$.

Because the length of a side of a square is 6, $AO = 3 \sqrt{2}$.

Hence, $AB = 2 AO \sin \frac{\angle AOB}{2} = 3 \left( \sqrt{3} - 1 \right)$.

We notice that $\angle MAB = \angle MBA = 30^\circ$. Hence, $AM = \frac{AB}{2\cos \angle MAB} = 3 - \sqrt{3}$.

Therefore, the area of the region that three squares cover is \begin{align*} & {\rm Area} \ ABCDEFGHIJKL - 12 {\rm Area} \ \triangle MAB \\ & = 12 {\rm Area} \ \triangle OAB - 12 {\rm Area} \ \triangle MAB \\ & = 12 \cdot \frac{1}{2} OA \cdot OB \sin \angle AOB - 12 \cdot \frac{1}{2} MA \cdot MB \sin \angle AMB \\ & = 6 OA^2 \sin \angle AOB - 6 MA^2 \sin \angle AMB \\ & = 108 - 36 \sqrt{3} . \end{align*}

Therefore, the answer is $\boxed{\textbf{(E) }147}$.

~Steven Chen (www.professorchenedu.com)

Solution 3 (30-60-90 Triangles)

[asy]  size(10cm,0); path p = box((0,0), (1,1)); draw(p, black + linewidth(2.0pt)); draw(rotate(30,(1/2,1/2))*p,black + linewidth(2.0pt)); /*Rotate 60 degrees*/  [/asy]

Solution in Progress

~KingRavi

See Also

2021 Fall AMC 10B (ProblemsAnswer KeyResources)
Preceded by
Problem 17
Followed by
Problem 19
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