Find the value of N .
N = 1 3 + 2 3 + 3 3 + 4 3 … + 9 9 3 + 1 0 0 3 .
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.
N = 1 3 + 2 3 + 3 3 + 4 3 … + 1 0 0 3 .
= ( 1 + 2 + 3 … + 1 0 0 ) 2 .
= ( 2 ( n ) ( n + 1 ) ) 2 .
= ( 2 ( 1 0 0 ) ( 1 0 0 + 1 ) ) 2 .
= ( 2 1 0 0 ( 1 0 1 ) ) 2 .
= ( 5 0 × 1 0 1 ) 2 .
= ( 5 0 5 0 ) 2 .
= 2 5 5 0 2 5 0 0 .
The sum of the first n cubes is the square of the sum of the first n positive integers. Therefore the answer is
[ 2 1 0 0 ( 1 0 1 ) ] 2 = 2 5 5 0 2 5 0 0
Problem Loading...
Note Loading...
Set Loading...
We know that the sum of cubes of first n natural numbers is {n(n+1)/2}^2. By substituting the value of n as 100, we get the answer as 25502500.