document.write( "Question 39509: Find the sum of the first n terms of the given arithmetic series.
\n" ); document.write( "a2=-6, a5=-18 (n=8)
\n" ); document.write( "

Algebra.Com's Answer #24983 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
Find the sum of the first n terms of the given arithmetic series.
\n" ); document.write( "a2=-6, a5=-18 (n=8)
\n" ); document.write( "A2=A+D=-6......................I
\n" ); document.write( "A5=A+4D=-18.................II
\n" ); document.write( "3D=-18+6=-12
\n" ); document.write( "D=-4
\n" ); document.write( "A=-6+4=-2
\n" ); document.write( "SN=(N/2){2*-2+(N-1)(-4)}=(N/2){-4-4N+4}= -2N^2
\n" ); document.write( "S8=-2*8^2=-128
\n" ); document.write( "
\n" );