document.write( "Question 829367: The sum of 2 consecutive integers is -22, what are the 2 intergers? \n" ); document.write( "
Algebra.Com's Answer #500144 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! Let x be the first integer \n" ); document.write( "The second integer is therefore x+1 \n" ); document.write( "We're told that x + (x+1) = -22 \n" ); document.write( "Add the Xs \n" ); document.write( "2x + 1 = -22 \n" ); document.write( "subtract 1 from each side \n" ); document.write( "2x = -23 \n" ); document.write( "Divide each side by 2 \n" ); document.write( "x = -11.5 \n" ); document.write( ". \n" ); document.write( "OOPS. There's a problem somewhere. -11.5 is not an integer (an integer is a whole number). Can you doublecheck your values? \n" ); document.write( ". \n" ); document.write( "-10 + -11 = -21 \n" ); document.write( "-11 + -12 = -23 \n" ); document.write( "Your value lies between them. \n" ); document.write( ". \n" ); document.write( "I wonder if the question is actually consecutive EVEN integers? In that case: \n" ); document.write( "x + (x+2) = -22 \n" ); document.write( "2x + 2 = -22 \n" ); document.write( "2x =-20 \n" ); document.write( "x = -10 \n" ); document.write( "In that case, one integer is -10 and the other -12. \n" ); document.write( " |