document.write( "Question 409875: find two consecutive even integers whose sum equals 42. the two integers are? \n" ); document.write( "
Algebra.Com's Answer #288376 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let the integers be x and x+2. (Notice they're even)\r \n" ); document.write( "\n" ); document.write( "Now add them and get 42...\r \n" ); document.write( "\n" ); document.write( "x + (x+2) = 42 \n" ); document.write( "2x + 2 = 42 \n" ); document.write( "2x = 40 \n" ); document.write( "x = 20 \n" ); document.write( "x + 2 = 22 \n" ); document.write( "20 and 22 \n" ); document.write( " |