document.write( "Question 884814: Find the sum of the terms of the following arithmetic progressions.\r
\n" );
document.write( "\n" );
document.write( "6,0,-6,-12... To 100terms \n" );
document.write( "
Algebra.Com's Answer #534745 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! If you know the first and last terms use this \n" ); document.write( "S = ½(A1 + An)n \n" ); document.write( "If you know the first term and the difference between terms use this\r \n" ); document.write( "\n" ); document.write( "S = ½(2*A1 + (n-1)d)n\r \n" ); document.write( "\n" ); document.write( "We don;t know the last term \n" ); document.write( "d=-6 \n" ); document.write( "n=100 \n" ); document.write( "A1=6\r \n" ); document.write( "\n" ); document.write( "S = ½(2*(-6) + (99)*(-6))100\r \n" ); document.write( "\n" ); document.write( "S = 50(-12 + (99)*(-6))\r \n" ); document.write( "\n" ); document.write( "S = 50(-12-594) \n" ); document.write( "S=50*-606 \n" ); document.write( "S=-30300 \n" ); document.write( " |