document.write( "Question 1005683: Find three consecutive integers whose sum is -3 \n" ); document.write( "
Algebra.Com's Answer #621830 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call them x, x+1, and x+2, and when you add them together, you get -3...
\n" ); document.write( "x + x+1 + x+2 = -3
\n" ); document.write( "3x + 3 = -3
\n" ); document.write( "Now subtract 3
\n" ); document.write( "3x = -6
\n" ); document.write( "Now divide by 3
\n" ); document.write( "x = -2
\n" ); document.write( "The numbers are -2, -1, and 0.
\n" ); document.write( "
\n" );