SOLUTION: Find the sum of all the even integers between 80 and 196

Algebra ->  Sequences-and-series -> SOLUTION: Find the sum of all the even integers between 80 and 196      Log On


   



Question 713096: Find the sum of all the even integers between 80 and 196
Answer by htmentor(1343) About Me  (Show Source):
You can put this solution on YOUR website!
Find the sum of all the even integers between 80 and 196
====================
This is an arithmetic sequence with a_1 = 80 and common difference, d = 2 [even integers]
The general formula for the n-th term of an arithmetic sequence is a_n = a_1 + (n-1)d
So in this case we have a_n = 80 + (n-1)2 -> a_n = 2n + 78
We need to find n for the last term, 196:
196 = 2n + 78 -> 2n = 118 -> n = 59
The formula for the sum of the first n terms of a arithmetic sequence is
S = (n/2)(a_1 + a_n)
S = (59/2)(80 + 196) = 8142