document.write( "Question 1009553: The sum of two consecutive even integers is -298. What are the integers? \n" ); document.write( "
Algebra.Com's Answer #625027 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call them x and x+2. Then we have \n" ); document.write( "x + x+2 = -298 \n" ); document.write( "2x + 2 = -298 \n" ); document.write( "2x = -300 \n" ); document.write( "x = -150 \n" ); document.write( "x+2 = -148 \n" ); document.write( " |