1 , 2 , 3 , … , 1 0 0
Above shows the first 100 positive integers . Find the sum of all these numbers.
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.
Excellent Solution! (+1)
The answer is easily obtained via Gauss's summation trick. 2 1 × 1 0 0 × 1 0 1 = 5 0 5 0
Answer is 2 1 0 0 × 1 0 1 = 5 0 5 0 .
Problem Loading...
Note Loading...
Set Loading...
1 + 2 + 3 + … + 1 0 0 = n = 1 ∑ 1 0 0 n = 2 1 0 0 ( 1 0 1 ) = 5 0 ( 1 0 1 ) = 5 0 5 0
Alternate method:
1 + 2 + 3 + … + 1 0 0 is a sum of an arithmetic progression with
a = 1 , d = 1 , n = 1 0 0 , T n = 1 0 0
Apply the formula for sum of arithmetic progressions:
S n = 2 n ( a + T n ) S 1 0 0 = 2 1 0 0 ( 1 + 1 0 0 ) = 5 0 ( 1 0 1 ) = 5 0 5 0