How do you find the sum of the arithmetic sequence 100 + 95 + 90 + ... 5?

1 Answer
Aug 18, 2016

Just to clarify what the other contributor said...

Explanation:

Step 1: Determine the number of terms

We determine the number of terms using the formula t_n = a+ (n - 1)dtn=a+(n1)d:

5 = 100 + (n - 1)-55=100+(n1)5

5 = 100 - 5n + 55=1005n+5

5n = 100 + 5 - 55n=100+55

5n = 1005n=100

n = 20n=20

Step 2: Find the sum

We are now able to find the sum using the formula s_n = n/2(a + t_n)sn=n2(a+tn)

s_20 = 20/2(100 + 5)s20=202(100+5)

s_20 = 10(105)s20=10(105)

s_20 = 1050s20=1050

Hence, the sum of the arithmetic sequence is 10501050.

Hopefully this helps!