Find the sum of all the even numbers between 101 and 999.
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.
The even numbers between 1 0 1 and 9 9 9 are:
1 0 2 , 1 0 4 , 1 0 6 , … , 9 9 8
This list of numbers form an arithmetic progression where
a = 1 0 2 , d = 2 , T n = 9 9 8
Now, to find the sum of these numbers, we need to find the value of n :
T n = a + ( n − 1 ) ( d ) 9 9 8 = 1 0 2 + ( n − 1 ) ( 2 ) 9 9 8 = 1 0 0 + 2 n 2 n = 8 9 8 n = 4 4 9
Then, the sum can be calculated with this formula:
S n = 2 n ( a + T n ) S 4 4 9 = 2 4 4 9 ( 1 0 2 + 9 9 8 ) = 2 4 4 9 ( 1 1 0 0 ) = 4 4 9 ( 5 5 0 ) = 2 4 6 9 5 0
Problem Loading...
Note Loading...
Set Loading...
The series of numbers forms an arithmetic progression with common difference d = 2 .
1 0 2 , 1 0 4 , . . . 9 9 8
Solving for the number of terms, we have
a n = a 1 + ( n − 1 ) d
9 9 8 = 1 0 2 + ( n − 1 ) ( 2 )
n = 4 4 9
Finally, the sum is
s = 2 n ( a 1 + a n ) = 2 4 4 9 ( 1 0 2 + 9 9 8 ) = 2 4 6 9 5 0