Notes
three squares in a circle ii solution

Solution to the Three Squares in a Circle II Puzzle

Three squares in a circle ii

Three squares inside a circle. What’s the circle’s area?

Solution by Pythagoras' Theorem, Difference of Two Squares, and Area of a Circle

Three squares in a circle annotated

In the diagram above, OO is the centre of the circle and EBE B is perpendicular to the sides of the squares at EE and BB. The squares have side lengths 66, 1212, and 1818. Therefore, EBE B has length 3636.

Let rr be the radius of the circle. Let xx be the length of OEO E and yy the length of OBO B, so x+y=36x + y = 36. Applying Pythagoras' theorem to triangle OEDO E D shows that:

r 2=3 2+x 2 r^2 = 3^2 + x^2

and applying it to triangle OBCO B C shows that:

r 2=9 2+y 2 r^2 = 9^2 + y^2

Subtracting these equations shows that:

x 2y 2=9 23 2=72 x^2 - y^2 = 9^2 - 3^2 = 72

Since x+y=36x + y = 36, and by difference of two squares x 2y 2=(x+y)(xy)x^2 - y^2 = (x + y)(x - y) this means that xy=2x - y = 2. So x=19x = 19 and y=17y = 17.

Then r 2=3 2+19 2=370r^2 = 3^2 + 19^2 = 370.

The area of the circle is therefore 370π370\pi.