Edward C. answered 10/25/19
Caltech Grad for math tutoring: Algebra through Calculus
There's a formula for the sum of the first n terms of an arithmetic sequence. You should look it up in your textbook (or other learning material). It's
Sn = (n/2)(a1 + an)
Just plug in the numbers and do the arithmetic.
For example, if you wanted to find the sum of the first 10 terms of an arithmetic sequence with a1 = 40 and common difference d = -3, you would first find a10 = a1 + (10-1)*(-3) = 40 - 27 = 13, and then find
S10 = (10/2)(40 + 13) = 265