# Solution to the [[Four Rectangles and a Hexagon]] Puzzle +-- {.image} [[FourRectanglesandaHexagon.png:pic]] > What's the angle hidden inside this trophy made of four squares and a regular hexagon? =-- ## Solution by [[Cosine Rule]], [[Pythagoras' Theorem]], and Lengths in a [[Regular Hexagon]] +-- {.image} [[FourRectanglesandaHexagonLabelled.png:pic]] =-- With the side length of the squares as $1$ unit, and using the lengths in a [[regular hexagon]] and [[Pythagoras' theorem]], the lengths of the sides in triangle $A B C$ are: * $A C$ has length $4 + \sqrt{3}$ * $A B$ has length $\sqrt{ \left(\frac{3}{2} \right)^2 + \left(3 + \frac{\sqrt{3}}{2} \right)^2 } = \sqrt{ \frac{9}{4} + 9 + 3 \sqrt{3} + \frac{3}{4} } = \sqrt{ 12 + 3 \sqrt{3} } $ * $B C$ has length $\sqrt{ \left(\frac{3}{2} \right)^2 + \left(1 + \frac{\sqrt{3}}{2} \right)^2} = \sqrt{ \frac{9}{4} + 1 + \sqrt{3} + \frac{3}{4} } = \sqrt{4 + \sqrt{3}}$ Applying the [[cosine rule]], with $\theta$ as the unknown angle, shows: $$ \begin{aligned} (4 + \sqrt{3})^2 &= 12 + 3 \sqrt{3} + 4 + \sqrt{3} - 2\sqrt{12 + 3 \sqrt{3}} \sqrt{4 + \sqrt{3}} \cos(\theta) \\ 16 + 8 \sqrt{3} + 3 &= 16 + 4 \sqrt{3} - 2\sqrt{3} (4 + \sqrt{3}) \cos(\theta) \\ 3 + 4 \sqrt{3} &= -2\sqrt{3} (4 + \sqrt{3}) \cos(\theta) \\ \cos(\theta) &= -\frac{1}{2} \end{aligned} $$ This means that $\theta = 120^\circ$. ## Solution by Lengths in a [[Regular Hexagon]], [[Angles in a Triangle]], and [[Angles at a Point on a Straight Line]] +-- {.image} [[FourRectanglesandaHexagonExtended.png:pic]] =-- In the above diagram, the original four squares and hexagon are repeated horizontally across the top. Then an additional hexagon and square are included. Since the [[diameter]] of a [[regular hexagon]] is twice its side length, the extra hexagon spans the two squares and shares a vertex with the horizontal hexagon. This means that the extra square aligns with both hexagons, as shown. The extra hexagon and square can also be regarded as the top of the original design rotated by $120^\circ$ about point $O$. This means that line segment $O B$ has the same length as $O C$, and angle $B \hat{O} C$ is $120^\circ$. Then triangle $O B C$ is [[isosceles]] so angle $B \hat{C} O$ is $30^\circ$, since [[angles in a triangle]] add up to $180^\circ$. Line segment $C B$ is [[perpendicular]] to $A O$, so angle $C \hat{D} O$ is $90^\circ$. This means that angle $D \hat{O} C$ is $60^circ$, and so angle $C \hat{O} A$ is $120^\circ$ since [[angles at a point on a straight line]] add up to $180^\circ$.