document.write( "Question 137342: Find the sum of the first thirty terms of the following arithmetic series:
\n" );
document.write( "16+25+34+43... \n" );
document.write( "
Algebra.Com's Answer #100481 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the sum of the first thirty terms of the following arithmetic series: \n" ); document.write( "16+25+34+43... \n" ); document.write( "------------- \n" ); document.write( "Find the 30th term: \n" ); document.write( "a(30) = a(1)+29(9) \n" ); document.write( "a(30) = 16+ 261 = 277 \n" ); document.write( "------------------------- \n" ); document.write( "S(30) = (30/2)(16+277) = 4395 \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |