Notes
three stacked squares solution

Solution to the Three Stacked Squares Puzzle

Three Stacked Squares

What’s the total area of these three squares?

Solution by Pythagoras' Theorem

Three stacked squares labelled

Let aa, bb, cc be the side lengths of the three squares in increasing order. Since the smaller squares stack against the larger, c=a+bc = a + b. Since the two larger squares stretch across the semi-circle, b+c=5b + c = 5. So c=5bc = 5 - b and a=52ba = 5 - 2 b.

With the points labelled as in the diagram, OEO E is a radius of the semi-circle so has length 2.52.5, DED E has length bb, and CDC D has length aa. The length of ODO D is the length of BDB D minus the radius, so is a+c2.5=7.53ba + c - 2.5 = 7.5 - 3 b.

Pythagoras' theorem applies to triangle ODEO D E, meaning that

2.5 2=b 2+(7.53b) 2 2.5^2 = b^2 + (7.5 - 3 b)^2

This simplifies to 0=2b 29b+100 = 2 b^2 - 9 b + 10 which factors as (b2)(2b5)=0(b - 2)(2 b - 5) = 0 so b=2b = 2 or b=2.5b = 2.5. But if b=2.5b = 2.5 then a=0a = 0 and so there wouldn’t be three squares.

With b=2b = 2, then a=1a = 1 and c=3c = 3, so the total area is 1414.