document.write( "Question 1004732: Find two consecutive even integers such that twice the smaller is 10 more than the larger \n" ); document.write( "
Algebra.Com's Answer #621104 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the integers x and x+2. \n" ); document.write( "Then, from the facts of the problem, we have \n" ); document.write( "2x = 10 + (x+2) \n" ); document.write( "and then \n" ); document.write( "2x = x + 12 \n" ); document.write( "x = 12 \n" ); document.write( "x+2 = 14 \n" ); document.write( " |