Difference between revisions of "2021 Fall AMC 12B Problems/Problem 15"

m
(Solution 2)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
==Problem==
 
==Problem==
 
Three identical square sheets of paper each with side length <math>6</math> are stacked on top of each other. The middle sheet is rotated clockwise <math>30^\circ</math> about its center and the top sheet is rotated clockwise <math>60^\circ</math> about its center, resulting in the <math>24</math>-sided polygon shown in the figure below. The area of this polygon can be expressed in the form <math>a-b\sqrt{c}</math>, where <math>a</math>, <math>b</math>, and <math>c</math> are positive integers, and <math>c</math> is not divisible by the square of any prime. What is <math>a+b+c</math>?
 
Three identical square sheets of paper each with side length <math>6</math> are stacked on top of each other. The middle sheet is rotated clockwise <math>30^\circ</math> about its center and the top sheet is rotated clockwise <math>60^\circ</math> about its center, resulting in the <math>24</math>-sided polygon shown in the figure below. The area of this polygon can be expressed in the form <math>a-b\sqrt{c}</math>, where <math>a</math>, <math>b</math>, and <math>c</math> are positive integers, and <math>c</math> is not divisible by the square of any prime. What is <math>a+b+c</math>?
 
+
<center><asy>
 
+
defaultpen(fontsize(8)+0.8); size(150);
 
+
pair O,A1,B1,C1,A2,B2,C2,A3,B3,C3,A4,B4,C4;
 +
real x=45, y=90, z=60; O=origin;
 +
A1=dir(x); A2=dir(x+y); A3=dir(x+2y); A4=dir(x+3y);
 +
B1=dir(x-z); B2=dir(x+y-z); B3=dir(x+2y-z); B4=dir(x+3y-z);
 +
C1=dir(x-2z); C2=dir(x+y-2z); C3=dir(x+2y-2z); C4=dir(x+3y-2z);
 +
draw(A1--A2--A3--A4--A1, gray+0.25+dashed);
 +
filldraw(B1--B2--B3--B4--cycle, white, gray+dashed+linewidth(0.25));
 +
filldraw(C1--C2--C3--C4--cycle, white, gray+dashed+linewidth(0.25));
 +
dot(O);
 +
pair P1,P2,P3,P4,Q1,Q2,Q3,Q4,R1,R2,R3,R4;
 +
P1=extension(A1,A2,B1,B2); Q1=extension(A1,A2,C3,C4);
 +
P2=extension(A2,A3,B2,B3); Q2=extension(A2,A3,C4,C1);
 +
P3=extension(A3,A4,B3,B4); Q3=extension(A3,A4,C1,C2);
 +
P4=extension(A4,A1,B4,B1); Q4=extension(A4,A1,C2,C3);
 +
R1=extension(C2,C3,B2,B3); R2=extension(C3,C4,B3,B4);
 +
R3=extension(C4,C1,B4,B1); R4=extension(C1,C2,B1,B2);
 +
draw(A1--P1--B2--R1--C3--Q1--A2);
 +
draw(A2--P2--B3--R2--C4--Q2--A3);
 +
draw(A3--P3--B4--R3--C1--Q3--A4);
 +
draw(A4--P4--B1--R4--C2--Q4--A1);
 +
</asy></center>
 
<math>(\textbf{A})\: 75\qquad(\textbf{B}) \: 93\qquad(\textbf{C}) \: 96\qquad(\textbf{D}) \: 129\qquad(\textbf{E}) \: 147</math>
 
<math>(\textbf{A})\: 75\qquad(\textbf{B}) \: 93\qquad(\textbf{C}) \: 96\qquad(\textbf{D}) \: 129\qquad(\textbf{E}) \: 147</math>
  
 
==Solution 1==
 
==Solution 1==
 
<asy>
 
<asy>
 +
defaultpen(fontsize(8)+0.8); size(100);
 
pair A=(0,0);
 
pair A=(0,0);
 
pair B=(1.732,3);
 
pair B=(1.732,3);
 
pair C=(3,3);
 
pair C=(3,3);
 
pair D=(3,1.732);
 
pair D=(3,1.732);
draw(A--(0,3)--C--(3,0)--A, lightgray);
+
draw(A--(0,3)--C--(3,0)--A, lightgray+dashed);
draw(A--B--C--D--A);
+
draw(A--B--C--A);
label("A",A,W);
+
draw(A--D--C, gray);
label("B",B,N);
+
label("$A$",A,W);
label("C",C,N);
+
label("$B$",B,N);
label("D",D,E);
+
label("$C$",C,NE);
label("E",(0,3),W);
+
label("$D$",D,E);
label("F",(3,0),E);
+
label("$E$",(0,3),NW);
 +
label("$F$",(3,0),E);
 
</asy>
 
</asy>
We can see that this shape is made out of <math>12</math> of these shapes. <math>\angle{EAB} = 30^{\circ}</math> and <math>\angle{CAF} = 30^{\circ}</math> because <math>360^{\circ}/12=30^{\circ}</math>. We also know that there is a square <math>AECF</math> and two triangles <math>AEB</math> and <math>ADF</math>. With these triangles and squares we find the area of one of these shapes to be <math>9-3\sqrt{3}</math>. The area of the big shape is then <math>12(9-3\sqrt{3})=108-36\sqrt{3}</math>. <math>108+36+3=\boxed{(\textbf{E})\ 147}</math> ~lopkiloinm
+
The <math>24</math>-sided polygon is made out of <math>24</math> shapes like <math>\triangle ABC</math>. Then <math>\angle BAC=360^\circ/24=15^\circ</math>, and <math>\angle EAC = 45^\circ</math>, so  <math>\angle{EAB} = 30^{\circ}</math>. Then <math>EB=AE\tan 30^\circ = \sqrt{3}</math>; therefore <math>BC=EC-EB=3-\sqrt{3}</math>. Thus
 +
<cmath>[ABC] = \frac{BC}{EC}\cdot [ACE] = \frac{3-\sqrt{3}}{3}\cdot \frac 92 </cmath>and the required area is <math>24\cdot[ABC] =108-36\sqrt{3}</math>. Finally <math>108+36+3=\boxed{(\textbf{E})\ 147}</math>.
 +
~lopkiloinm
  
 
== Solution 2 ==
 
== Solution 2 ==
Line 51: Line 75:
  
 
~Steven Chen (www.professorchenedu.com)
 
~Steven Chen (www.professorchenedu.com)
 +
 +
 +
==Video Solution (Just 4 min!)==
 +
https://youtu.be/u_8EWGBErs8
 +
 +
<i> ~Education, the Study of Everything </i>
 +
 +
==Video Solution by TheBeautyofMath==
 +
https://youtu.be/YD9J394zeig
 +
 +
~IceMatrix
 +
 +
==See Also==
 +
{{AMC10 box|year=2021 Fall|ab=B|num-a=19|num-b=17}}
 +
{{AMC12 box|year=2021 Fall|ab=B|num-a=16|num-b=14}}
 +
{{MAA Notice}}

Latest revision as of 18:38, 12 July 2023

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$?

[asy] defaultpen(fontsize(8)+0.8); size(150); pair O,A1,B1,C1,A2,B2,C2,A3,B3,C3,A4,B4,C4; real x=45, y=90, z=60; O=origin;  A1=dir(x); A2=dir(x+y); A3=dir(x+2y); A4=dir(x+3y); B1=dir(x-z); B2=dir(x+y-z); B3=dir(x+2y-z); B4=dir(x+3y-z); C1=dir(x-2z); C2=dir(x+y-2z); C3=dir(x+2y-2z); C4=dir(x+3y-2z); draw(A1--A2--A3--A4--A1, gray+0.25+dashed); filldraw(B1--B2--B3--B4--cycle, white, gray+dashed+linewidth(0.25)); filldraw(C1--C2--C3--C4--cycle, white, gray+dashed+linewidth(0.25)); dot(O); pair P1,P2,P3,P4,Q1,Q2,Q3,Q4,R1,R2,R3,R4; P1=extension(A1,A2,B1,B2); Q1=extension(A1,A2,C3,C4);  P2=extension(A2,A3,B2,B3); Q2=extension(A2,A3,C4,C1);  P3=extension(A3,A4,B3,B4); Q3=extension(A3,A4,C1,C2);  P4=extension(A4,A1,B4,B1); Q4=extension(A4,A1,C2,C3);  R1=extension(C2,C3,B2,B3); R2=extension(C3,C4,B3,B4);  R3=extension(C4,C1,B4,B1); R4=extension(C1,C2,B1,B2); draw(A1--P1--B2--R1--C3--Q1--A2); draw(A2--P2--B3--R2--C4--Q2--A3); draw(A3--P3--B4--R3--C1--Q3--A4); draw(A4--P4--B1--R4--C2--Q4--A1); [/asy]

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

Solution 1

[asy] defaultpen(fontsize(8)+0.8); size(100); pair A=(0,0); pair B=(1.732,3); pair C=(3,3); pair D=(3,1.732); draw(A--(0,3)--C--(3,0)--A, lightgray+dashed); draw(A--B--C--A); draw(A--D--C, gray); label("$A$",A,W); label("$B$",B,N); label("$C$",C,NE); label("$D$",D,E); label("$E$",(0,3),NW); label("$F$",(3,0),E); [/asy] The $24$-sided polygon is made out of $24$ shapes like $\triangle ABC$. Then $\angle BAC=360^\circ/24=15^\circ$, and $\angle EAC = 45^\circ$, so $\angle{EAB} = 30^{\circ}$. Then $EB=AE\tan 30^\circ = \sqrt{3}$; therefore $BC=EC-EB=3-\sqrt{3}$. Thus \[[ABC] = \frac{BC}{EC}\cdot [ACE] = \frac{3-\sqrt{3}}{3}\cdot \frac 92\]and the required area is $24\cdot[ABC] =108-36\sqrt{3}$. Finally $108+36+3=\boxed{(\textbf{E})\ 147}$. ~lopkiloinm

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)


Video Solution (Just 4 min!)

https://youtu.be/u_8EWGBErs8

~Education, the Study of Everything

Video Solution by TheBeautyofMath

https://youtu.be/YD9J394zeig

~IceMatrix

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
2021 Fall AMC 12B (ProblemsAnswer KeyResources)
Preceded by
Problem 14
Followed by
Problem 16
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. AMC logo.png