document.write( "Question 993238: Find three consecutive integers with a sum of -36
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #612564 by EdenWolf(517)![]() ![]() You can put this solution on YOUR website! Find three consecutive integers with a sum of -3 \n" ); document.write( "================================================ \n" ); document.write( "Let x = the first integer, x+1 = the second integer, and x+2 = the third integer. Set up an equation and solve for x.\r \n" ); document.write( "\n" ); document.write( "x+x+1+x+2=-36 \n" ); document.write( "3x+3=-36 \n" ); document.write( "3x=-39 \n" ); document.write( "x=-13\r \n" ); document.write( "\n" ); document.write( "x+1=-12 \n" ); document.write( "x+2=-11 \n" ); document.write( "================================================ \n" ); document.write( "Answer: The three consecutive integers are -13, -12, and -11. \n" ); document.write( " |