Difference between revisions of "2022 AMC 12B Problems/Problem 25"
(Added Soln) |
m (→Solution 6 (PIE bash)) |
||
(30 intermediate revisions by 10 users not shown) | |||
Line 21: | Line 21: | ||
\textbf{(E) }32</math> | \textbf{(E) }32</math> | ||
− | == Solution 1 == | + | == Solution 1 (Coord bash) == |
+ | |||
+ | <asy> | ||
+ | import geometry; | ||
+ | unitsize(3cm); | ||
+ | draw((0,0) -- (1,0) -- (1,1) -- (0,1) -- cycle); | ||
+ | draw(shift((1/2,1-sqrt(3)/2))*polygon(6)); | ||
+ | draw(shift((1/2,sqrt(3)/2))*polygon(6)); | ||
+ | draw(shift((sqrt(3)/2,1/2))*rotate(90)*polygon(6)); | ||
+ | draw(shift((1-sqrt(3)/2,1/2))*rotate(90)*polygon(6)); | ||
+ | draw((0,1-sqrt(3))--(1,1-sqrt(3))--(3-sqrt(3),sqrt(3)-2)--(sqrt(3),0)--(sqrt(3),1)--(3-sqrt(3),3-sqrt(3))--(1,sqrt(3))--(0,sqrt(3))--(sqrt(3)-2,3-sqrt(3))--(1-sqrt(3),1)--(1-sqrt(3),0)--(sqrt(3)-2,sqrt(3)-2)--cycle,linewidth(1.5)); | ||
+ | draw((3-sqrt(3),3-sqrt(3)) -- (3-sqrt(3),sqrt(3)-2) -- (sqrt(3)-2,sqrt(3)-2) -- (sqrt(3)-2,3-sqrt(3)) -- cycle,linewidth(1.5)); | ||
+ | label("$O (0, 0)$",(0.5,0.5),S); | ||
+ | dot((0.5,0.5)); | ||
+ | label("$A$", (3-sqrt(3), 3-sqrt(3)), NE); | ||
+ | label("$B$", (sqrt(3) - 2, 3-sqrt(3)), NW); | ||
+ | label("$M$", (0, sqrt(3)), NW); | ||
+ | label("$N$", (1, sqrt(3)), NE); | ||
+ | </asy> | ||
+ | |||
+ | Refer to the diagram above. | ||
+ | |||
+ | Let the origin be at the center of the square, <math>A</math> be the intersection of the top and right hexagons, <math>B</math> be the intersection of the top and left hexagons, and <math>M</math> and <math>N</math> be the top points in the diagram. | ||
+ | |||
+ | By symmetry, <math>A</math> lies on the line <math>y = x</math>. The equation of line <math>AN</math> is <math>y = -x\sqrt{3} + \frac{3}{2}\sqrt{3} - \frac{1}{2}</math> (due to it being one of the sides of the top hexagon). Thus, we can solve for the coordinates of <math>A</math> by finding the intersection of the two lines: | ||
+ | <cmath>x = -x\sqrt{3} + \frac{3\sqrt{3} - 1}{2}</cmath> | ||
+ | <cmath>x(\sqrt{3} + 1) = \frac{3\sqrt{3} - 1}{2}</cmath> | ||
+ | <cmath>x = \frac{3\sqrt{3}-1}{2} \cdot \frac{1}{\sqrt{3} + 1}</cmath> | ||
+ | <cmath> = \frac{3\sqrt{3}-1}{2(\sqrt{3} + 1)} \cdot \frac{\sqrt{3} - 1}{\sqrt{3} - 1}</cmath> | ||
+ | <cmath> = \frac{10 - 4\sqrt{3}}{4}</cmath> | ||
+ | <cmath> = \frac{5}{2} - \sqrt{3}</cmath> | ||
+ | <cmath>\therefore A = \left(\frac{5}{2} - \sqrt{3}, \frac{5}{2} - \sqrt{3}\right).</cmath> | ||
+ | |||
+ | This means that we can find the length <math>AB</math>, which is equal to <math>2(\frac{5}{2} - \sqrt{3}) = (5 - 2\sqrt{3}</math>. We will next find the area of trapezoid <math>ABMN</math>. The lengths of the bases are <math>1</math> and <math>5 - 2\sqrt{3}</math>, and the height is equal to the <math>y</math>-coordinate of <math>M</math> minus the <math>y</math>-coordinate of <math>A</math>. The height of the hexagon is <math>\sqrt{3}</math> and the bottom of the hexagon lies on the line <math>y = \frac{1}{2}</math>. Thus, the <math>y</math>-coordinate of <math>M</math> is <math>\sqrt{3} - \frac{1}{2}</math>, and the height is <math>2\sqrt{3} - 3</math>. We can now find the area of the trapezoid: | ||
+ | <cmath>[ABMN] = (2\sqrt{3} - 3)\left(\frac{1 + 5 - 2\sqrt{3}}{2}\right)</cmath> | ||
+ | <cmath> = (2\sqrt{3} - 3)(3 - \sqrt{3})</cmath> | ||
+ | <cmath> = 6\sqrt{3} + 3\sqrt{3} - 9 - 6</cmath> | ||
+ | <cmath> = 9\sqrt{3} - 15.</cmath> | ||
+ | |||
+ | The total area of the figure is the area of a square with side length <math>AB</math> plus four times the area of this trapezoid: | ||
+ | <cmath>\textrm{Area} = (5 - 2\sqrt{3})^2 + 4(9\sqrt{3} - 15)</cmath> | ||
+ | <cmath> = 37 - 20\sqrt{3} + 36\sqrt{3} - 60</cmath> | ||
+ | <cmath> = 16\sqrt{3} - 23.</cmath> | ||
+ | |||
+ | Our answer is <math>16 + 3 - 23 = \boxed{\textbf{(B) }-4}</math>. | ||
+ | |||
+ | ~mathboy100 | ||
+ | |||
+ | == Solution 2 == | ||
<asy> | <asy> | ||
Line 44: | Line 92: | ||
</asy> | </asy> | ||
− | Begin by dividing the figure | + | Begin by dividing the figure as shown above. Clearly, the entire figure has 8-fold symmetry. Therefore, we can calculate the area of <math>ODBA</math> and multiply it by 8. We split <math>[ODBA]</math> into <math>[ODBC]+[ABC]</math>. |
Knowing the side length of the hexagon is <math>1</math>, we can use 30-60-90 triangles within the hexagon to find the total distance between opposite edges is <math>2\cdot \frac{\sqrt{3}}{2}=\sqrt{3}.</math> Thus, <math>OD=\sqrt{3}-\frac{1}{2}</math> and <math>BC=\sqrt{3}-1.</math> Recognizing <math>DB=\frac{1}{2}</math> and <math>ODBC</math> is a trapezoid, <cmath>8\cdot[ODBC]=2\left(\sqrt{3}-\frac{1}{2}+\sqrt{3}-1\right)=4\sqrt{3}-3.</cmath> | Knowing the side length of the hexagon is <math>1</math>, we can use 30-60-90 triangles within the hexagon to find the total distance between opposite edges is <math>2\cdot \frac{\sqrt{3}}{2}=\sqrt{3}.</math> Thus, <math>OD=\sqrt{3}-\frac{1}{2}</math> and <math>BC=\sqrt{3}-1.</math> Recognizing <math>DB=\frac{1}{2}</math> and <math>ODBC</math> is a trapezoid, <cmath>8\cdot[ODBC]=2\left(\sqrt{3}-\frac{1}{2}+\sqrt{3}-1\right)=4\sqrt{3}-3.</cmath> | ||
Line 63: | Line 111: | ||
</cmath> | </cmath> | ||
− | With some simplification, we'll find <math>AB=4-2\sqrt{3}</math>. Now, we can easily calculate <math>8\cdot [ABC]</math> as < | + | With some simplification, we'll find <math>AB=4-2\sqrt{3}</math>. Now, we can easily calculate <math>8\cdot [ABC]</math> as <cmath>8\cdot\frac{1}{2}\cdot(\sqrt{3}-1)(4-2\sqrt{3})\sin(30^\circ)=12\sqrt{3}-20.</cmath> |
Thus, the area of the dodecagon is <math>8\cdot [ODBA] = 8\cdot [ODBC] + 8 \cdot [ABC] =4\sqrt{3}-3+12\sqrt{3}-20=16\sqrt{3}-23.</math> | Thus, the area of the dodecagon is <math>8\cdot [ODBA] = 8\cdot [ODBC] + 8 \cdot [ABC] =4\sqrt{3}-3+12\sqrt{3}-20=16\sqrt{3}-23.</math> | ||
Line 71: | Line 119: | ||
~Indiiiigo | ~Indiiiigo | ||
− | == Solution | + | ==Solution 3 (Euclidean Geometry)== |
<asy> | <asy> | ||
− | + | import geometry; | |
unitsize(3cm); | unitsize(3cm); | ||
draw((0,0) -- (1,0) -- (1,1) -- (0,1) -- cycle); | draw((0,0) -- (1,0) -- (1,1) -- (0,1) -- cycle); | ||
Line 81: | Line 129: | ||
draw(shift((sqrt(3)/2,1/2))*rotate(90)*polygon(6)); | draw(shift((sqrt(3)/2,1/2))*rotate(90)*polygon(6)); | ||
draw(shift((1-sqrt(3)/2,1/2))*rotate(90)*polygon(6)); | draw(shift((1-sqrt(3)/2,1/2))*rotate(90)*polygon(6)); | ||
− | draw((0,1-sqrt(3))--(1,1-sqrt(3))--(3-sqrt(3),sqrt(3)-2)--(sqrt(3),0)--(sqrt(3),1)--(3-sqrt(3),3-sqrt(3))--(1,sqrt(3))--(0,sqrt(3))--(sqrt(3)-2,3-sqrt(3))--(1-sqrt(3),1)--(1-sqrt(3),0)--(sqrt(3)-2,sqrt(3)-2)--cycle,linewidth( | + | draw((0,1-sqrt(3))--(1,1-sqrt(3))--(3-sqrt(3),sqrt(3)-2)--(sqrt(3),0)--(sqrt(3),1)--(3-sqrt(3),3-sqrt(3))--(1,sqrt(3))--(0,sqrt(3))--(sqrt(3)-2,3-sqrt(3))--(1-sqrt(3),1)--(1-sqrt(3),0)--(sqrt(3)-2,sqrt(3)-2)--cycle,linewidth(2)); |
− | draw((3-sqrt(3),3-sqrt(3)) -- ( | + | draw((1,1)--(3-sqrt(3),3-sqrt(3)),linewidth(2)); |
− | + | draw((0,1)--(sqrt(3)-2,3-sqrt(3)),linewidth(2)); | |
− | + | draw((0,0)--(sqrt(3)-2,sqrt(3)-2),linewidth(2)); | |
+ | draw((1,0)--(3-sqrt(3),sqrt(3)-2),linewidth(2)); | ||
+ | draw((0, sqrt(3))--(0, -sqrt(3)+1),linewidth(2)); | ||
+ | draw((1, sqrt(3))--(1, -sqrt(3)+1),linewidth(2)); | ||
+ | draw((1-sqrt(3),0)--(sqrt(3),0),linewidth(2)); | ||
+ | draw((1-sqrt(3),1)--(sqrt(3),1),linewidth(2)); | ||
label("$A$", (3-sqrt(3), 3-sqrt(3)), NE); | label("$A$", (3-sqrt(3), 3-sqrt(3)), NE); | ||
− | label("$B$", (sqrt(3) | + | label("$B$", (1, sqrt(3)), NE); |
− | label("$ | + | label("$C$", (1,1), SW); |
− | label("$ | + | label("$D$", (1,0), NW); |
+ | label("$E$", (1, -sqrt(3)+1), SE); | ||
+ | label("$F$", (0, -sqrt(3)+1), SW); | ||
+ | label("$G$", (0, sqrt(3)), NW); | ||
</asy> | </asy> | ||
− | + | Divide this polygon into a 'cross' and <math>8</math> triangles like <math>\triangle ABC</math>. <math>BD = 2 \cdot \frac{ \sqrt{3} }{2} = \sqrt{3}</math>, <math>BE = 2BD - CD = 2\sqrt{3} - 1</math>, <math>EF = 1</math>, <math>[BEFG] = 1 \cdot (2\sqrt{3} - 1) = 2\sqrt{3} - 1</math>, <math>[\text{cross}] = 2\cdot [BEFG] - 1 = 2(2\sqrt{3} - 1)- 1 = 4\sqrt{3} - 3</math> | |
− | + | [[File:2022AMC12BP25.png|center|150px]] | |
− | + | <math>\angle ABC = 120^{\circ} - 90^{\circ} = 30^{\circ}</math>, <math>\angle ACB = \frac{90^{\circ}}{2} = 45^{\circ}</math>, <math>\angle BAC = 180^{\circ} - 30^{\circ} - 45^{\circ} = 105^{\circ}</math>, <math>BC = BD - CD = \sqrt{3} - 1</math>. Draw a perpendicular line <math>AG</math> to side <math>BC</math>. | |
− | |||
− | < | ||
− | |||
− | < | ||
− | < | ||
− | < | ||
− | |||
− | + | <math>BG + CG = BC</math>, <math>AG \cdot \sqrt{3} + AG = \sqrt{3} - 1</math>, <math>AG = \frac{\sqrt{3} - 1}{\sqrt{3} + 1} = \frac{(\sqrt{3} - 1)^2}{2} = \frac{4 - 2\sqrt{3}}{2} = 2 - \sqrt{3}</math>, <math>[ABC] = \frac12 \cdot AG \cdot BC = \frac12 (2 - \sqrt{3})(\sqrt{3} - 1)</math> | |
− | |||
− | |||
− | < | ||
− | |||
− | + | <math>[\text{12-sided outer polygon}] = [\text{cross}] + 8 \cdot [ABC] = 4\sqrt{3} - 3 + 8 \cdot \frac12 (2 - \sqrt{3})(\sqrt{3} - 1) = 4\sqrt{3} - 3 + 4 (3\sqrt{3} - 5) = 16\sqrt{3}-23</math> | |
− | |||
− | |||
− | |||
− | + | <cmath>16+3-23=\boxed{\textbf{(B)}\ -4}</cmath> | |
− | ~ | + | ~[https://artofproblemsolving.com/wiki/index.php/User:Isabelchen isabelchen] |
− | ==Solution | + | ==Solution 4== |
We calculate the area as the area of the red octagon minus the four purple congruent triangles: | We calculate the area as the area of the red octagon minus the four purple congruent triangles: | ||
Line 146: | Line 188: | ||
~cr. naman12 | ~cr. naman12 | ||
+ | |||
+ | ==Solution 5 (No Trig, No Coordbash)== | ||
+ | [[Image:2022AMC12B.jpeg|thumb|none|509px]] | ||
+ | |||
+ | Note that each of the green sections is a rectangle, so its interior angles are all <math>90^{\circ}.</math> Since <math>\angle{ABC}=120^{\circ}</math>, every one of the orange sections is a <math>30-60-90</math> right triangle. | ||
+ | |||
+ | Define <math>x</math> to be the distance from the corner of the square with side length <math>1</math> to the corner of the larger blue square. Due to the sides of the two squares being parallel to each other, the large blue triangle is a <math>45-45-90</math> right triangle. By <math>AAA</math> similarity, the smaller blue triangles are also <math>45-45-90,</math> and have side lengths of <math>\frac{x\sqrt{2}}{2}, \frac{x\sqrt{2}}{2},</math> and <math>x</math>. By <math>30-60-90</math> triangle relations, the largest altitude of the orange triangle is <math>\frac{x\sqrt{6}}{2}.</math> | ||
+ | |||
+ | Now, we can find the height of the hexagon to obtain an equation in terms of <math>x</math>. Consider a hexagon with side length <math>1</math>, where point <math>P</math> is the foot of the perpendicular dropped from <math>B</math>, bisecting <math>\angle{ABC}</math>: | ||
+ | <asy> | ||
+ | import geometry; | ||
+ | import fontsize; | ||
+ | defaultpen(fontsize(9pt)); | ||
+ | unitsize(3cm); | ||
+ | draw(shift((1/2,1-sqrt(3)/2))*polygon(6)); | ||
+ | draw((1,1-sqrt(3))--(1, 1)--cycle,linewidth(1)); | ||
+ | draw((3/2,1-sqrt(3)/2)--(1, 1-sqrt(3)/2)--cycle,linewidth(1)); | ||
+ | draw((1, 1-sqrt(3)/2)--(1.1, 1-sqrt(3)/2)--(1.1, 1-sqrt(3)/2 +0.1)--(1, 1-sqrt(3)/2+0.1)--cycle,linewidth(1)); | ||
+ | draw((1, 1-sqrt(3)/2)--(1.1, 1-sqrt(3)/2)--(1.1, 1-sqrt(3)/2 -0.1)--(1, 1-sqrt(3)/2-0.1)--cycle,linewidth(1)); | ||
+ | label("$A$", (1, 1), N); | ||
+ | label("$P$", (1, 1-sqrt(3)/2), W); | ||
+ | label("$C$", (1, 1-sqrt(3)), S); | ||
+ | label("$B$", (3/2, 1-sqrt(3)/2), E); | ||
+ | label("$60^{\circ}$", (3/2-0.025, 1-sqrt(3)/2), NW); | ||
+ | label("$60^{\circ}$", (3/2-0.025, 1-sqrt(3)/2), SW); | ||
+ | </asy> | ||
+ | Note that triangles <math>\triangle{APB}</math> and <math>\triangle{CPB}</math> are congruent <math>30-60-90</math> triangles, by SAS congruence. Since the side length of this hexagon is <math>1</math>, the length of <math>AP</math> is <math>\frac{1}{2}\cdot \sqrt{3} =\frac{\sqrt{3}}{2}</math>, by <math>30-60-90</math> triangle relations. The height of the hexagon is twice this value, or <math>\sqrt{3}.</math> | ||
+ | |||
+ | The height is also equal to the sum of the values along the long blue line, in the first diagram. Therefore, <math>1+\frac{x\sqrt{2}}{2}+\frac{x\sqrt{6}}{2}=\sqrt{3}.</math> Solving and rationalizing, <math>x=2\sqrt{2}-\sqrt{6}.</math> | ||
+ | |||
+ | The area of the dodecagon is equal to the sum of the areas of the four rectangles, eight orange triangles, and purple square. In terms of <math>x</math>, this is | ||
+ | <cmath>8\cdot \frac{1}{2}\cdot \frac{x\sqrt{2}}{2}\cdot \frac{x\sqrt{6}}{{2}}+4\cdot 1\cdot\frac{x\sqrt{6}}{2}+(x\sqrt{2}+1)^2.</cmath> | ||
+ | |||
+ | Plugging in <math>x=2\sqrt{2}-\sqrt{6}</math>, the area of the dodecagon is <math>16\sqrt{3}-23</math>. Therefore, the answer is <math>16+3-23=</math> <math>\boxed{\textbf{(B) }-4}.</math> | ||
+ | |||
+ | -Benedict T (countmath1) | ||
+ | |||
+ | |||
+ | |||
+ | ==Solution 6 (PIE bash)== | ||
+ | Obviously, each of the hexagon have area of <math>\frac{3\sqrt{3}}{2}</math>, which gives a total of <math>6\sqrt{3}</math>. Now we calculate the area of the intersection of two hexagons. There are two cases : | ||
+ | |||
+ | |||
+ | '''Case 1''': The hexagons are on the opposite sides | ||
+ | |||
+ | In this case, we see that the two hexagons' intersection is the middle square plus two triangles on its side. The square have area <math>1</math>. Each of the triangles are <math>120-30-30</math>, and hence its short side is <math>\frac{\sqrt{3}}{3}</math> because its longer side is <math>1</math>. Therefore, each of the small triangles have area of <math>\frac{\sqrt{3}}{12}</math>, so each of the intersections have <math>1+\frac{\sqrt{3}}{6}</math> area. Since there are <math>2</math> pairs of hexagons on opposite side of each other, that gives a total area of <math>2+\frac{\sqrt{3}}{3}</math>. | ||
+ | |||
+ | |||
+ | '''Case 2''': The hexagons are adjacent | ||
+ | <asy> | ||
+ | pair[] A,B; | ||
+ | path h1, h2,h3,h4; | ||
+ | h1 = shift((sqrt(3)-1)/2*dir(90))*polygon(6); | ||
+ | h2 = shift((sqrt(3)-1)/2*dir(0))*rotate(90)*polygon(6); | ||
+ | h3 = shift((sqrt(3)-1)/2*dir(-90))*polygon(6); | ||
+ | h4 = shift((sqrt(3)-1)/2*dir(180))*rotate(90)*polygon(6); | ||
+ | B.cyclic=true; | ||
+ | B.push((0,0)); | ||
+ | int indexSquare[] = sequence(4); | ||
+ | int indexPolygon[] = sequence(12); | ||
+ | for(int i : indexSquare){ | ||
+ | A.push(1/sqrt(2)*dir(45+90*i)); | ||
+ | } | ||
+ | draw(A[0]--A[1]--A[2]--A[3]--cycle); | ||
+ | fill(h1,green); | ||
+ | fill(h2,red); | ||
+ | fill(buildcycle(h2,h1),yellow); | ||
+ | draw(h1); | ||
+ | draw(h2); | ||
+ | draw(h3); | ||
+ | draw(h4); | ||
+ | for(int i : sequence(4)) | ||
+ | { | ||
+ | for(int j : sequence(3)) | ||
+ | { | ||
+ | B.push(B[3*i+j]+((sqrt(3)-1.5)*(j-1)*(j)+4-2*sqrt(3))*dir(90*i+60+30*j*(1.5*(j-1)-1))); | ||
+ | } | ||
+ | } | ||
+ | for(int i=0; i <12; ++i) | ||
+ | { | ||
+ | draw(shift(0.5,0.5-sqrt(3))*(B[i])--shift(0.5,0.5-sqrt(3))*(B[i + 1]),linewidth(2)); | ||
+ | } | ||
+ | </asy> | ||
+ | |||
+ | In this case, their intersection is a convex hexagon. We cut it in half and we're left with a quadrilateral with two sides with length one (because it shares these sides with one of the hexagons, and for this reason the angle between the two sides is <math>120</math> degrees) and one short side and one long side. Here, we divide the area even further. We draw a line that divide the quadrilateral into a triangle with side lengths <math>1</math>, <math>1</math>, and <math>\sqrt{3}</math>(because it is <math>30-30-120</math>) and another triangle with unknown side lengths. Simple angle chasing yields the triangle with unknown side lengths is a <math>15-75-90</math> triangle. If you remembered your sines and cosines, you know that <math>\sin{15}=\frac{\sqrt{6}-\sqrt{2}}{4}</math> or you can calculate it by using the fact that <math>\sin{15}=\sin{45-30}</math>. Also, <math>\sin{75}=\frac{\sqrt{6}+\sqrt{2}}{4}</math>. Now, because the <math>15-75-90</math> triangle have one side with length <math>\sqrt{3}</math>(it shares the side with the other triangle) and it corresponds to the 75 degrees angle, we have | ||
+ | |||
+ | <cmath>\frac{\sqrt{3}}{\frac{\sqrt{6}+\sqrt{2}}{4}}=\frac{x}{\frac{\sqrt{6}-\sqrt{2}}{4}}</cmath> | ||
+ | |||
+ | <cmath>\implies x=\frac{\sqrt{3}{(\sqrt{6}-\sqrt{2})}}{\sqrt{6}+\sqrt{2}}=2\sqrt{3}-3</cmath> | ||
+ | |||
+ | where <math>x</math> denote the shorter leg of the <math>15-75-90</math> triangle. Hence, that triangle have area | ||
+ | |||
+ | <cmath>\frac{\sqrt{3}}{2} x=\frac{\sqrt{3}}{2}(2\sqrt{3}-3)=\frac{6-3\sqrt{3}}{2}</cmath>. | ||
+ | |||
+ | The isosceles <math>120-30-30</math> triangle obviously have area <math>\frac{\sqrt{3}}{4}</math>, and that gives a total of <math>\frac{12-5\sqrt{3}}{4}</math>. We multiply that by <math>2</math> because <math>\frac{12-5\sqrt{3}}{4}</math> is only half of the intersection of the hexagons. We multiply the result by <math>4</math> because there are <math>4</math> pairs of adjacent hexagons. That gives <math>24-10\sqrt{3}</math>, which is it for Case 2. | ||
+ | |||
+ | |||
+ | Now that we got the total area of the intersection of two hexagons, we find the area of the intersection of three hexagons. Note that the intersection of any three hexagons is just the middle square plus one small triangle on the side. Again, the middle square have area <math>1</math> and the triangle have area <math>\frac{\sqrt{3}}{12}</math>, so the total is <math>1+\frac{\sqrt{3}}{12}</math>. We multiply that by <math>4\choose3</math> to get <math>4+\frac{\sqrt{3}}{3}</math>. | ||
+ | |||
+ | |||
+ | Then, we calculate the area of the intersection of all four hexagons, which is just the middle square with area <math>1</math>. | ||
+ | |||
+ | |||
+ | Finally, we apply PIE. The total area is | ||
+ | |||
+ | <cmath>6\sqrt{3}-[(2+\frac{\sqrt{3}}{3})+(24-10\sqrt{3})]+(4+\frac{\sqrt{3}}{3})-1=16\sqrt{3}-23</cmath>, | ||
+ | |||
+ | so our final answer is <math>16+3-23=\boxed{(B)-4}</math>. <math>\blacksquare</math> ~[[Ddk001]] | ||
==Video Solution== | ==Video Solution== | ||
Line 152: | Line 302: | ||
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ||
+ | |||
+ | ==Video Solution by the Power of Logic== | ||
+ | |||
+ | https://youtu.be/jLKP3VFaTkk | ||
+ | |||
+ | ==Video Solution by Challenge 25== | ||
+ | |||
+ | https://www.youtube.com/watch?v=GRrRLIwSPGY | ||
==See Also== | ==See Also== | ||
{{AMC12 box|year=2022|ab=B|num-b=24|after=Last problem}} | {{AMC12 box|year=2022|ab=B|num-b=24|after=Last problem}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 19:47, 28 June 2024
Contents
Problem
Four regular hexagons surround a square with side length 1, each one sharing an edge with the square, as shown in the figure below. The area of the resulting 12-sided outer nonconvex polygon can be written as , where , , and are integers and is not divisible by the square of any prime. What is ?
Solution 1 (Coord bash)
Refer to the diagram above.
Let the origin be at the center of the square, be the intersection of the top and right hexagons, be the intersection of the top and left hexagons, and and be the top points in the diagram.
By symmetry, lies on the line . The equation of line is (due to it being one of the sides of the top hexagon). Thus, we can solve for the coordinates of by finding the intersection of the two lines:
This means that we can find the length , which is equal to . We will next find the area of trapezoid . The lengths of the bases are and , and the height is equal to the -coordinate of minus the -coordinate of . The height of the hexagon is and the bottom of the hexagon lies on the line . Thus, the -coordinate of is , and the height is . We can now find the area of the trapezoid:
The total area of the figure is the area of a square with side length plus four times the area of this trapezoid:
Our answer is .
~mathboy100
Solution 2
Begin by dividing the figure as shown above. Clearly, the entire figure has 8-fold symmetry. Therefore, we can calculate the area of and multiply it by 8. We split into .
Knowing the side length of the hexagon is , we can use 30-60-90 triangles within the hexagon to find the total distance between opposite edges is Thus, and Recognizing and is a trapezoid,
Next, we aim to find . By angle chasing, we find and We can use the law of sines to find :
We may not know what is by memory, but we can cleverly calculate it using a common trig identity:
With some simplification, we'll find . Now, we can easily calculate as
Thus, the area of the dodecagon is
Finally, we find
~Indiiiigo
Solution 3 (Euclidean Geometry)
Divide this polygon into a 'cross' and triangles like . , , , ,
, , , . Draw a perpendicular line to side .
, , ,
Solution 4
We calculate the area as the area of the red octagon minus the four purple congruent triangles: We first find the important angles in the figure. We note that 2 adjacent hexagons are rotated with respect to the other, so the angles between any sides is . In particular, as the purple triangles are isosceles, they have angles , and , and the octagon is equiangular (all its angles are ). Thus, we can draw a square around the octagon, and we note that the ``cut out" triangles are all isosceles right triangles.
Now, we calculate the side length of the square. Note that the hexagon has a height of , so the length of a side of the square is . In particular, the horizontal/vertical sides of the octagon have length , so the legs of the isosceles triangles are Thus, the area of the octagon is Now, we calculate the area of one of the four isosceles triangles. The base of the triangle is , so the area is Thus, the area of the dodecagon is Thus the answer is , or .
~cr. naman12
Solution 5 (No Trig, No Coordbash)
Note that each of the green sections is a rectangle, so its interior angles are all Since , every one of the orange sections is a right triangle.
Define to be the distance from the corner of the square with side length to the corner of the larger blue square. Due to the sides of the two squares being parallel to each other, the large blue triangle is a right triangle. By similarity, the smaller blue triangles are also and have side lengths of and . By triangle relations, the largest altitude of the orange triangle is
Now, we can find the height of the hexagon to obtain an equation in terms of . Consider a hexagon with side length , where point is the foot of the perpendicular dropped from , bisecting : Note that triangles and are congruent triangles, by SAS congruence. Since the side length of this hexagon is , the length of is , by triangle relations. The height of the hexagon is twice this value, or
The height is also equal to the sum of the values along the long blue line, in the first diagram. Therefore, Solving and rationalizing,
The area of the dodecagon is equal to the sum of the areas of the four rectangles, eight orange triangles, and purple square. In terms of , this is
Plugging in , the area of the dodecagon is . Therefore, the answer is
-Benedict T (countmath1)
Solution 6 (PIE bash)
Obviously, each of the hexagon have area of , which gives a total of . Now we calculate the area of the intersection of two hexagons. There are two cases :
Case 1: The hexagons are on the opposite sides
In this case, we see that the two hexagons' intersection is the middle square plus two triangles on its side. The square have area . Each of the triangles are , and hence its short side is because its longer side is . Therefore, each of the small triangles have area of , so each of the intersections have area. Since there are pairs of hexagons on opposite side of each other, that gives a total area of .
Case 2: The hexagons are adjacent
In this case, their intersection is a convex hexagon. We cut it in half and we're left with a quadrilateral with two sides with length one (because it shares these sides with one of the hexagons, and for this reason the angle between the two sides is degrees) and one short side and one long side. Here, we divide the area even further. We draw a line that divide the quadrilateral into a triangle with side lengths , , and (because it is ) and another triangle with unknown side lengths. Simple angle chasing yields the triangle with unknown side lengths is a triangle. If you remembered your sines and cosines, you know that or you can calculate it by using the fact that . Also, . Now, because the triangle have one side with length (it shares the side with the other triangle) and it corresponds to the 75 degrees angle, we have
where denote the shorter leg of the triangle. Hence, that triangle have area
.
The isosceles triangle obviously have area , and that gives a total of . We multiply that by because is only half of the intersection of the hexagons. We multiply the result by because there are pairs of adjacent hexagons. That gives , which is it for Case 2.
Now that we got the total area of the intersection of two hexagons, we find the area of the intersection of three hexagons. Note that the intersection of any three hexagons is just the middle square plus one small triangle on the side. Again, the middle square have area and the triangle have area , so the total is . We multiply that by to get .
Then, we calculate the area of the intersection of all four hexagons, which is just the middle square with area .
Finally, we apply PIE. The total area is
,
so our final answer is . ~Ddk001
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Video Solution by the Power of Logic
Video Solution by Challenge 25
https://www.youtube.com/watch?v=GRrRLIwSPGY
See Also
2022 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 24 |
Followed by Last problem |
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.