document.write( "Question 924592: Find four consecutive integers if the sum of the largest and smallest is -101 \n" ); document.write( "
Algebra.Com's Answer #560969 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
four consecutive integers : x, x+1, x+2, x+3
\n" ); document.write( "(x+3) + x = -101
\n" ); document.write( "2x = -104
\n" ); document.write( "x = -52
\n" ); document.write( "the four consecutive integers are: -52, -51, -50, -49
\n" ); document.write( "and...checking
\n" ); document.write( "-49 + (-52) = -101
\n" ); document.write( "
\n" );