 infiniteone
|
In last week’s test they asked me what is the sum of all the terms in the arithmetic series:
4+8+12+16+20+24+28+32+36+40
|
 kenty
|
I don’t know the answer to this.
Sorry.
|
 snapster
|
First thing you’d do is add them up.
But, if you use the formula for the sum of the terms of an arithmetic series:
S=(n/2)[2a+(n-1)d], where n is the numbers of terms (10), a is the first term (4) and d is the difference between any 2 consecutive terms (4).
Thus, the sum of the above series is:
(10/2)[2x4+(10-1)x4]=220
|