SOLUTION: How can I find the sum of the first n multiples of 4?
Algebra
->
Sequences-and-series
-> SOLUTION: How can I find the sum of the first n multiples of 4?
Log On
Algebra: Sequences of numbers, series and how to sum them
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Sequences-and-series
Question 998587
:
How can I find the sum of the first n multiples of 4?
Answer by
fractalier(6550)
(
Show Source
):
You can
put this solution on YOUR website!
The sum of an arithmetic series is found by
Sn = (n/2)(a1 + an)
Here an = 4n and a1 = 4, so
Sn = (n/2)(4 + 4n) = n(2 + 2n) = 2n^2 + 2n