document.write( "Question 869683: Prove that the sum of AP is sn equals(2a+(n-1)d) \n" ); document.write( "
Algebra.Com's Answer #524323 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! S(n) = ....... a + (a+d) + (a+2d)+......+(a+(n-1)d) \n" ); document.write( "----- \n" ); document.write( "S(n) = (a+(n-1)d) + (a+(n-2)d) + (a+(n-3)d)+....+ a \n" ); document.write( "---- \n" ); document.write( "Both lines are the sum of n terms of the same AP. \n" ); document.write( "---- \n" ); document.write( "Add the 2 lines to get:: \n" ); document.write( "2*S(n) = (2a+(n-1)d) + (2a+(n-1)d)+....+(2a+(n-1)d) \n" ); document.write( "----- \n" ); document.write( "2*S(n) = n(2a+(n-1)d) \n" ); document.write( "----- \n" ); document.write( "Then S(n) = (n/2)(2a+(n-1)d) = (n/2)(a + [a+(n-1)d]) \n" ); document.write( "========================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |