document.write( "Question 208540: find the sum of the first n terms of each arithmetic series\r
\n" );
document.write( "\n" );
document.write( "n=18; a1=40, d=-7 \n" );
document.write( "
Algebra.Com's Answer #158457 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! First we need to find the last number in the 18 series. \n" ); document.write( "L=a+(n-1)D \n" ); document.write( "L=40+(18-1)-7 \n" ); document.write( "L=40+17*-7 \n" ); document.write( "L=40-119 \n" ); document.write( "L=-49 this is the 18 th. number. \n" ); document.write( "Sum=n/2(a+L) \n" ); document.write( "Sum=18/2(40-79) \n" ); document.write( "Sum=9*39 \n" ); document.write( "Sum=-351 ans. \n" ); document.write( " |