Notes
four squares and a triangle ii solution

Solution to the Four Squares and a Triangle II Puzzle

Four Squares and a Triangle II

The triangle’s area is 4. What’s the total area of the four squares?

Solution by Area of a Square and Area of a Triangle

Four squares and a triangle ii labelled

With the points labelled as above, let aa be the side length of the smaller squares and bb of the larger. Then the total area of all four squares is 2a 2+2b 22 a^2 + 2 b^2.

The rectangle ABCDA B C D has width 2a+b2a + b and height 2ba2 b - a, so its area is (2a+b)(2ba)=2b 2+3ab2a 2(2 a + b)(2 b - a) = 2 b^2 + 3 a b - 2 a^2.

Triangle ACDA C D has half this area. Then triangle AGFA G F has height bb and width aa so has area 12ab\frac{1}{2} a b. Triangle FECF E C has height bab - a and width b+ab + a so has area 12(b 2a 2)\frac{1}{2} (b^2 - a^2). Finally, rectangle DGFED G F E has width aa and height bab - a so has area aba 2a b - a^2. Putting this together means that the area of the orange triangle is:

2b 2+3ab2a 22(12ab+12(b 2a 2)+aba 2) \frac{2 b^2 + 3 a b - 2 a^2}{2} - \left( \frac{1}{2} a b + \frac{1}{2} (b^2 - a^2) + a b - a^2 \right)

and this simplifies all the way to 12(a 2+b 2)\frac{1}{2}(a^2 + b^2).

As it is given that the orange triangle has area 44, it is therefore the case that the four squares together have area 4×4=164 \times 4 = 16.

Solution by Invariance Principle

Four squares and a triangle ii invariance

The relative sizes of the squares can be changed, so putting all four squares the same size shows that area of the orange triangle is the same as that of one square (or, rather, of half of two squares) so the area of all four is 4×4=164 \times 4 = 16.