document.write( "Question 932721: what is the sum of the integers from -10 to 50? \n" ); document.write( "
Algebra.Com's Answer #566350 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! what is the sum of the integers from -10 to 50? \n" ); document.write( "------------ \n" ); document.write( "-10 to 50 inclusive --> 61 integers \n" ); document.write( "The center integer is (-10 + 50)/2 = 20 \n" ); document.write( "View it as 30 pairs + 20 \n" ); document.write( "---- \n" ); document.write( "For each pair, \n" ); document.write( "-10 + 50 = 40 \n" ); document.write( "-9 + 49 = 40 \n" ); document.write( "etc \n" ); document.write( "--> 30*40 + 20 \n" ); document.write( "= 1220 \n" ); document.write( " \n" ); document.write( " |