Complete the table:
1 = ? 3 + 5 = ? 7 + 9 + 1 1 = ? 1 3 + 1 5 + 1 7 + 1 9 = ?
Then deduce the sum of the numbers in the tenth row (that should be indicated on the right hand side)?
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.
Thank you. The proof is essential to indicate there is an abstract solution to this problem rather than seeing a pattern, nicely done as usual.
Observe that the sum of the numbers in the n t h row equals the sum of all of the numbers in the table minus the sum of the numbers from the first to the ( n − 1 ) t h row. For instance, for the fourth row we have
1 3 + 1 5 + 1 7 + 1 9 = 1 + 3 + 5 + 7 + 9 + 1 1 + 1 3 + 1 5 + 1 7 + 1 9 − 1 + 3 + 5 + 7 + 9 + 1 1
The sum of all of the numbers in the table is the sum of the first n odd numbers, which is n 2 . We need a way to find the n th odd number - that is, the last number on each row - so that we can sum up the first n numbers on the table. Let O n denote the last number on the n th row, and T n the n th triangular number. We observe that O n = T n . For instance,
1 3 + 5 7 + 9 + 1 1 1 3 + 1 5 + 1 7 + 1 9 1 st row ⟹ The first triangular number is 1 ⟹ 1 is the first odd number 2 nd row ⟹ The second triangular number is 3 ⟹ 5 is the third odd number 3 rd row ⟹ The third triangular number is 6 ⟹ 1 1 is the sixth odd number 4 th row ⟹ The fourth triangular number is 1 0 ⟹ 1 9 is the tenth odd number
Since the sum of the first n odd numbers is n 2 , then ( O n ) 2 = ( T n ) 2 .
Let the sum of the numbers in the tenth row be S 1 0 . Combining our first and second observations, we have
S 1 0 = ( O 1 0 ) 2 − ( O 9 ) 2 = ( T 1 0 ) 2 − ( T 9 ) 2 = 5 5 2 − 4 5 2 = ( 5 5 − 4 5 ) ( 5 5 + 4 5 ) = 1 0 ⋅ 1 0 0 = 1 0 0 0 0 T 1 0 = 2 1 0 ⋅ 1 1 = 5 5 , T 9 = 2 9 ⋅ 1 0 = 4 5
Thank you, nicely done. You provided another solution that is logical and neat, but there is a typo in the answer.
Problem Loading...
Note Loading...
Set Loading...
Row number n 1 2 3 4 1 = 1 3 + 5 = 8 7 + 9 + 1 1 = 2 7 1 3 + 1 5 + 1 7 + 1 9 = 6 4 Row sum S n 1 3 2 3 3 3 4 3
From the above we can deduce that the sum of the numbers in the n th row S n = n 3 , therefore that of the 10th row is S 1 0 = 1 0 3 = 1 0 0 0 .
Let us prove the claim S n = n 3 is true for all n ∈ N .
Proof:
We note that { a k } , the terms of n th row, are in an arithmetic progression . From the first few n , we note that the first term is given by a 1 = n ( n − 1 ) + 1 = n 2 − n + 1 . The common difference is d = 2 and the number of term is n . Therefore, the sum of the terms of n th row is
S n = 2 n ( 2 a 1 + ( n − 1 ) d ) = 2 n ( 2 ( n 2 − n + 1 ) + 2 ( n − 1 ) ) = n ( n 2 − n + 1 + n − 1 ) = n 3 □