Successive Successful Squares

Geometry Level 4

In the right triangle of sides 3 3 , 4 4 and 5 5 , the largest square is positioned by the right angle. The squares are then drawn successively and infinitely on both sides of the squares as shown above.

If the area sum of all squares can be expressed as a b \dfrac{a}{b} , where a a and b b are positive integers and gcd ( a , b ) = 1 \gcd (a,b) = 1 , input a + b a + b as your answer.


The answer is 16237.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Let the side length of the largest square be a a . Consider the 3-4-5 triangle up top of the largest square. We note that

3 a a = 3 4 12 4 a = 3 a a = 12 7 \frac {3-a}a = \dfrac 34 \implies 12-4a = 3a \implies a = \frac {12}7

Let a 0 = a a_0 = a and the subsequent side lengths of the squares on top of the largest square be a n a_n . Then we note that, for n 0 n \ge 0 , a n + 1 a n = 12 7 4 = 3 7 \dfrac {a_{n+1}}{a_n} = \dfrac {\frac {12}7}4 = \dfrac 37 . The area of squares of the largest square and those on top is:

n = 0 a n 2 = n = 0 ( 3 7 ) 2 a 0 2 = 1 1 9 49 144 49 = 144 40 \sum_{n=0}^\infty a_n^2 = \sum_{n=0}^\infty \left(\frac 37\right)^2a_0^2 = \frac 1{1-\frac 9{49}} \cdot \frac {144}{49} = \frac {144}{40}

Similarly, let b 0 = a b_0 = a and the subsequent side lengths of the squares on the left of the largest square be b n b_n . Then we note that, for n 0 n \ge 0 , b n + 1 b n = 12 7 3 = 4 7 \dfrac {b_{n+1}}{b_n} = \dfrac {\frac {12}7}3 = \dfrac 47 . The area of squares of the largest square and those on the right is:

n = 0 b n 2 = n = 0 ( 4 7 ) 2 b 0 2 = 1 1 16 49 144 49 = 144 33 \sum_{n=0}^\infty b_n^2 = \sum_{n=0}^\infty \left(\frac 47\right)^2b_0^2 = \frac 1{1-\frac {16}{49}} \cdot \frac {144}{49} = \frac {144}{33}

Then the area of all squares within the triangle:

A = n = 0 a n 2 + n = 0 b n 2 a 2 = 144 40 + 144 33 144 49 = 13542 2695 A = \sum_{n=0}^\infty a_n^2 +\sum_{n=0}^\infty b_n^2 - a^2 = \frac {144}{40} + \frac {144}{33} - \frac {144}{49} = \frac {13542}{2695}

Therefore the required answer 13542 + 2695 = 16237 13542+2695=\boxed{16237} .

Saya Suka
Feb 3, 2021

First we find the largest square's side, x.
(3 - x) / x = x / (4 - x)
(3 - x)(4 - x) = x² = x² - 7x + 12
7x = 12 ==> x = 12/7


After the first square, we'd have created two new triangles. The upper vertical side would be 3 - x = 9/7 with a scale of (9/7)/3 = 3/7 from the original 3-4-5 triangle and the lower horizontal side would be 4 - x = 16/7 with a scale of (16/7)/4 = 4/7 from the original 3-4-5 triangle. Using the infinite sum formula, S = a / (1 - r), we get :
Total squares' area
= (12/7)² x [ 1/(1 - (3/7)²) + 1/(1 - (4/7)²) - 1** ]
= (144/49) x [ 49/40 + 49/33 - 1 ]
= 13542 / 2695

Answer
= 13542 + 2695
= 16237

**Minus 1 because we used the same a for both series but in effect the first square is one and the same, and has been double counted by the previous sums.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...