document.write( "Question 697852: find two consecutive even integers such that four times the smaller one exceeds two times the larger one by 12 \n" ); document.write( "
Algebra.Com's Answer #430298 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find two consecutive even integers such that four times the smaller one exceeds two times the larger one by 12 \n" ); document.write( "--------- \n" ); document.write( "1st: 2x \n" ); document.write( "2nd: 2x+2 \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "4(2x) = 2(2x+2) + 12 \n" ); document.write( "--- \n" ); document.write( "8x = 4x+16 \n" ); document.write( "4x = 16 \n" ); document.write( "x = 4 \n" ); document.write( "----- \n" ); document.write( "1st: 2x = 8 \n" ); document.write( "2nd: 2x+2 = 10 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=================== \n" ); document.write( " |