document.write( "Question 228933: How do you find two consecutive integers who sum is -29? \n" ); document.write( "
Algebra.Com's Answer #169829 by chibisan(131)![]() ![]() You can put this solution on YOUR website! don't worry the negative sign..so, \n" ); document.write( "the first integer will be x \n" ); document.write( "the second integer will be x+1\r \n" ); document.write( "\n" ); document.write( "x+x+1=-29 \n" ); document.write( "2x = -30 \n" ); document.write( "x= -15\r \n" ); document.write( "\n" ); document.write( "the two consecutive integer will be inversed , so is: -15,-14 \n" ); document.write( " |