SOLUTION: prove that: Sum of n numbers in a sequence is n/2[2a+(n-1)d].

Algebra.Com
Question 104572: prove that:
Sum of n numbers in a sequence is n/2[2a+(n-1)d].

Found 2 solutions by stanbon, TP:
Answer by stanbon(75887)   (Show Source): You can put this solution on YOUR website!
prove that:
Sum of n numbers in a sequence is n/2[2a+(n-1)d].
----------------
Write the sequence : S(n)=a ,a+d ,a+2d ,.....a+(n-1)d
Write the sequence backwards: S(n)=a+(n-1)d, a+(n-2d) ,a+(n-3d) ,a
-----------------
Add the two sequences to get: 2S(n)= n[a+a+(n-1)d]
2S(n) = n[2a+(n-1)d]
S(n) = (n/2)[2a+(n-1)d]
============
Cheers,
Stan H.

Answer by TP(29)   (Show Source): You can put this solution on YOUR website!
The general series is S=a+(a+d)+(a+2d)+(a+3d) +....+(l-d))+l where a is the first term,d is the common difference and l is the last term.
If we write this in reverse we get S=l+(l-d)+(l-2d)+(l-3d)+....+(a+d)+a.
So we have,
S=a+(a+d)+(a+2d)+(a+3d)+....+(l-d)+l (i)
and
S=l+(l-d)+(l-2d)+(l-3d)+....+(a+d)+a (ii)
Now add (i) and (ii) together, making sure that you add corresponding terms together and you get
2S=(a+l)+(a+l)+(a+l)....+(a+l)+(a+l).
And so
2S= n(a+l) (because there are n lots of (a+l))
So
S= [n(a+l)]/2 (iii)
But your last term or nth term can be written as a+(n-1)d so
l=a+(n-1)d
Now replace l in (iii) and we get
S=[n(a+a+(n-1)d)]/2
This simplifies to
S=[n(2a+(n-1)d)]/2 Q.E.D.
(N.B. l is the letter L and 1 is the number ONE)

RELATED QUESTIONS

Prove that the sum of AP is sn... (answered by stanbon)
Will n! +2, n! +3,..., n! +n for n>=2 always be a sequence of n-1 composite numbers?... (answered by jim_thompson5910)
prove that a perfact number can be written as a sum of (2^n)-1 consicutine numbers for... (answered by richard1234)
If s=n/2(2a+(n-1)d)express d in terms of a,n and S (answered by ikleyn)
Make a the subject of the formula in s=n\2[2a+(n-1)d] (answered by Boreal)
Prove that the sum s of the first n natural numbers is given by the equation s = n/2... (answered by AnlytcPhil)
In an AP. prove that d= s[n] - 2S[n-1]... (answered by psbhowmick)
if {{{1/2 }}}{{{1/3 }}}{{{1/4,}}}{{{ 1/5 }}}... {{{1/(n+1)...}}} is an infinite sequence, (answered by Edwin McCravy,ikleyn)
S=n/2(2a(n-1)d) (answered by mananth,ikleyn)