SOLUTION: find the sum of first n natural numbers
Algebra
->
Sequences-and-series
-> SOLUTION: find the sum of first n natural numbers
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 10615
:
find the sum of first n natural numbers
Answer by
longjonsilver(2297)
(
Show Source
):
You can
put this solution on YOUR website!
starting with first term of 1 (a=1) and incrementing by 1 (d=1), we have the following formula for an Arithmetic Progression/Series.
formula is
so, with a=d=1, we have:
eg sum to 10 is
check... 1+2+3+4+5+6+7+8+9+10 is 55.
jon.