document.write( "Question 843255: The sum of two consecutive negative integers is -143. What is the number closest to zero?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805925 by CubeyThePenguin(3113) You can put this solution on YOUR website! x + (x + 1) = -143 \n" ); document.write( "2x = -144 \n" ); document.write( "x = -72\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "number closest to zero = x + 1 = -71 \n" ); document.write( " |