document.write( "Question 708587: Find two consecutive even integers such that three times th smaller one exceeds two times the larger one by 6 \n" ); document.write( "
Algebra.Com's Answer #806531 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive even integers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x = 2(x+2) + 6 \n" ); document.write( "3x = 2x + 4 + 6 \n" ); document.write( "x = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "integers: 10, 12 \n" ); document.write( " |