Difference between revisions of "2022 AMC 12B Problems/Problem 25"
Mathboy100 (talk | contribs) (→Solution 2 (Coord Bash)) |
Mathboy100 (talk | contribs) (→Solution 2 (Coord Bash)) |
||
Line 53: | Line 53: | ||
pair O = (0.5, 0.5); | pair O = (0.5, 0.5); | ||
label("$O$", O, N); | label("$O$", O, N); | ||
+ | pair A = | ||
dot(O); | dot(O); | ||
</asy> | </asy> |
Revision as of 21:41, 19 November 2022
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
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 2 (Coord Bash)
Let the origin be the center of the square, .
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
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.