Find the sum of the cubes of the first 1 0 0 positive integers.
Bonus : Generalize it for n
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.
Sum of cubes is [n(n+1)/2]^2 Therefore, [100*101/2]^2 =5050^2 =25502500
Use 1 3 + 2 3 + 3 3 ⋯ n 3 = ( 1 + 2 + 3 ⋯ n ) 2
1 3 + 2 3 + 3 3 \cdotsn 3 = ( 1 + 2 + 3 \cdotsn ) 2
LaTex error.
1 3 + 2 3 + 3 3 + . . . + n 3 = ( 1 + 2 + 3 + 4 + . . . + n ) 2 = 2 n ( n + 1 ) ^2 - Since n=100, the answer is 2 1 0 0 ( 1 0 1 ) ^2=5050^2=25502500
Problem Loading...
Note Loading...
Set Loading...
1 3 + 2 3 + 3 3 + 4 3 + 5 3 + 6 3 + … + 1 0 0 3
4 n 2 ( n + 1 ) 2
Where n = 1 0 0
= 4 1 0 0 2 ( 1 0 0 + 1 ) 2
= 4 1 0 0 2 ( 1 0 1 ) 2
= 4 1 0 2 0 1 0 0 0 0
= 2 5 5 0 2 5 0 0