# Solution to the Tilted Rectangles Puzzle +-- {.image} [[TiltedRectangles.png:pic]] > The two rectangles are congruent. What's the shaded area? =-- ## Solution by [[Area of a Parallelogram]] +-- {.image} [[TiltedRectanglesLabelled.png:pic]] =-- With the points labelled as above, triangles $G F E$ and $I B C$ are [[congruent]] as are triangles $F D E$ and $J I H$. This means that the yellow rectangle, $K J B A$, and the [[parallelogram]] $H G D C$ have the same area. Thinking of $H C$ as the base of this parallelogram, as this is the same as the height of the rectangle, the horizontal width of the parallelogram must be the same as that of the yellow rectangle. Since $F E$ has the same length as $B C$, this means that the horizontal distance of $E$ from $H C$ is the same as the length of $A C$. So $A C$ has length $8$. Now thinking of $G H$ as the base of the parallelogram, its "height" above this base is the length of $G E$, which is $8$. Therefore the area of the parallelogram is $3 \times 8 = 24$. Since the parallelogram and yellow rectangles have the same area, the shaded region has area $24$.