Notes
five squares solution

Solution to the Five Squares Puzzle

Five Squares

Five squares. What’s the total shaded area?

Solution by Similar Triangles

Five squares labelled

With the points labelled as above, angles AC^BA \hat{C} B and DC^ED \hat{C} E are the same since they are vertically opposite. Then as triangles ABCA B C and CDEC D E are right-angled and have an angle in common, they are similar.

Let aa, bb, and cc be the lengths of line segments CEC E, CDC D, and EDE D respectively. Then the lengths of line segments ACA C, CBC B, and ABA B, are, respectively, cbc - b, 10a2\frac{10 - a}{2}, and 55. So by similarity:

c5 =acb 10a10 =bc \begin{aligned} \frac{c}{5} &= \frac{a}{c - b} \\ \frac{10 - a}{10} &= \frac{b}{c} \end{aligned}

The second of these rearranges as follows:

c(10a) =10b 10cac =10b ac =10c10b=10(cb) accb =10 \begin{aligned} c(10 - a) &= 10 b \\ 10 c - a c &= 10 b \\ a c &= 10 c - 10 b = 10 (c - b) \\ \frac{a c}{c - b} &= 10 \end{aligned}

Then using the first:

10=accb=c5×c 10 = \frac{a c}{c - b} = \frac{c}{5} \times c

So c 2=5×10=50c^2 = 5 \times 10 = 50. Since cc is the side length of the tilted squares, the total shaded area is 100100.

These rearrange to c(cb)=5ac(c - b) = 5 a and c(10a)=10bc(10 - a) = 10 b.