If the odd numbers are grouped in the following way:
{ 1 } ; { 3 , 5 } ; { 7 , 9 , 1 1 } ; { 1 3 , 1 5 , 1 7 , 1 9 } ; ⋯
What is the sum in the tenth group?
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.
Nice. Actually your solution is a proof why the sum is equal to i 3 .
Log in to reply
Yes, that was the intention. We can't assume the formula without proving it.
1 + 2 + 3 + 4 + ..... + 10 = 55. Since 1st group has 1 term , 2nd group has 2 terms , ... ,
nth group has n terms. There are 55 terms upto tenth group ( including tenth group)
5 5 2 is the sum of the numbers upto last term in the tenth group.
1 + 2 + 3 + ....+ 9 = 45 , similarly there are 45 terms upto ninth group (including ninth group)
4 5 2 is the sum of the numbers upto last term in the ninth group.
So therefore, sum of numbers present in the tenth group will be
5 5 2 - 4 5 2 = (55+45)(55-45) = (100)(10) = 1000.
USED RESULTS :
1) sum of first n natural numbers = n(n+1)/2 .
2) sum of first n odd numbers = n 2 .
Nice solution. Thank you so much.
If we compute the sum in the first groups, we obtain 1 , 8 , 2 7 , 6 4 . We can notice that the sum in the i t h group is i 3 .
Thus, in the tenth group the sum of the elements is 1 0 3 = 1 0 0 0 .
Wow.. great.. Never discovered that these series are in cubic form... Today I noticed it. You may also give one question that sum of all the the numbers till the 10th bracket which will be 55^2.. Isnfit a god idea?
Problem Loading...
Note Loading...
Set Loading...
Let the sum of n th group be S n . We note that S 1 = 1 , S 2 = 8 = 2 3 , S 3 = 2 7 = 3 3 .... It seems to imply that S n = n 3 . Let us prove it.
Let the terms be a k and the number of terms in a group be m , so that:
m = 1 { a 1 } , m = 2 { a 2 , a 3 } , m = 3 { a 4 , a 5 , a 6 } . . . , m = n − 1 { a 2 ( n − 2 ) ( n − 1 ) + 1 , . . . , a 2 ( n − 1 ) n } , m = n { a 2 ( n − 1 ) n + 1 , . . . , a 2 n ( n + 1 ) }
We note that the m th group has m terms, and that the index ( k ) of the last term of m th group is a triangular number k = 2 m ( m + 1 ) , so that m = 1 , 2 , 3 . . . , n ⟹ k = 1 , 3 , 6 . . . , 2 n ( n + 1 ) . And the index of the first term of m th group is k = 2 ( m − 1 ) m + 1 . We also note that a k = 2 k − 1 . Therefore, the sum of n th ( m = n ) group is given by:
S n = 2 N ( A + L ) = 2 n ( a 2 ( n − 1 ) n + 1 + a 2 n ( n + 1 ) ) = 2 n ( 2 ( 2 ( n − 1 ) n + 1 ) − 1 + 2 ( 2 n ( n + 1 ) ) − 1 ) = 2 n ( ( n − 1 ) n + n ( n + 1 ) ) = n 3 where N is the number of terms , A , L , the first and last terms.
⟹ S 1 0 = 1 0 3 = 1 0 0 0 .