document.write( "Question 254302: The greater of two consecutive even integers is ten less than twice the smaller. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #186647 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Let X = first even integer and X+2 = second even integer \n" ); document.write( "(X+2) = 2X - 10 \n" ); document.write( "subtract X from both sides to get \n" ); document.write( "2 = X - 10 \n" ); document.write( "add 10 to get \n" ); document.write( "12 = X. \n" ); document.write( "Your two numbers are 12 and 14. \n" ); document.write( " |