document.write( "Question 662997: What two consecutive even integers have a sum of -42? \n" ); document.write( "
Algebra.Com's Answer #412631 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! What two consecutive even integers \n" ); document.write( "x, (x+2) \n" ); document.write( " have a sum of -42? \n" ); document.write( "x + (x+2) = -42 \n" ); document.write( "2x + 2 = -42 \n" ); document.write( "2x = -42 - 2 \n" ); document.write( "2x = -44 \n" ); document.write( "x = -44/2 \n" ); document.write( "x = -22 and -20 are the numbers \n" ); document.write( " |