document.write( "Question 104572: prove that:
\n" );
document.write( " Sum of n numbers in a sequence is n/2[2a+(n-1)d]. \n" );
document.write( "
Algebra.Com's Answer #76099 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! prove that: \n" ); document.write( "Sum of n numbers in a sequence is n/2[2a+(n-1)d]. \n" ); document.write( "---------------- \n" ); document.write( "Write the sequence : S(n)=a ,a+d ,a+2d ,.....a+(n-1)d \n" ); document.write( "Write the sequence backwards: S(n)=a+(n-1)d, a+(n-2d) ,a+(n-3d) ,a \n" ); document.write( "----------------- \n" ); document.write( "Add the two sequences to get: 2S(n)= n[a+a+(n-1)d] \n" ); document.write( "2S(n) = n[2a+(n-1)d] \n" ); document.write( "S(n) = (n/2)[2a+(n-1)d] \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |