What is the sum of the first 200 positive integers, 1 + 2 + 3 + ⋯ + 1 9 8 + 1 9 9 + 2 0 0 ?
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.
1+200=201
2+199=201
3+198=201
................................
..................................
100+101=201
so, we get 100 pairs of 201 and the result is =(201 x 100)=20100
Using the formula given, the sum of the first 200 positive integers 1 + 2 + 3 + ⋅ ⋅ ⋅ + 1 9 8 + 1 9 9 + 2 0 0 = 2 2 0 0 ( 2 0 0 + 1 ) = 1 0 0 ( 2 0 1 ) = 2 0 1 0 0
2 2 0 0 2 ∗ 2 0 0 = 2 0 1 0 0
Problem Loading...
Note Loading...
Set Loading...
Note that a k + a n − k is constant:
1 + 2 0 0 = 2 + 1 9 9 = . . . = 1 0 0 + 1 0 1 = 2 0 1
Since after 1 0 0 + 1 0 1 we will just have the same pair of numbers as the first half of the set, we do not count them in our calculation of the sum. Thus, there are 2 2 0 0 = 1 0 0 of these iterations of a k + a n − k .
So our sum is
S = 2 0 1 × 1 0 0 = 2 0 1 0 0
This process of summing up consecutive numbers separated the same constant ( i.e. a set of even numbers, odd numbers, multiples of 3 , the first n natural numbers, etc. ) is where the formula 2 n ( n + 1 ) comes from.