document.write( "Question 664824: what is sum of the first 20 terms if the firs term is 73 and the last term is -101? \n" ); document.write( "
Algebra.Com's Answer #413458 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Sn = (n*(a1 + an))/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S20 = (20*(73 + -101))/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S20 = (20*(-28))/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S20 = (-560)/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S20 = -280\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the answer is -280 \n" ); document.write( " |