document.write( "Question 822843: if the sum of five consecutive integers is 0,then find the integers. \n" ); document.write( "
Algebra.Com's Answer #495171 by faceoff57(108)![]() ![]() You can put this solution on YOUR website! if the sum of five consecutive integers is 0,then find the integers. \n" ); document.write( "X + (x + 1) + (x + 2) + (x + 3) + (x + 4) = 0 \n" ); document.write( "X + x + 1 + x + 2 + x + 3 + x + 4 = 0 \n" ); document.write( "5x + 10 = 0 \n" ); document.write( "5x = -10 \n" ); document.write( "X = -2 \n" ); document.write( "-2, -1, 0, 1, 2 \n" ); document.write( " |