document.write( "Question 811838: The greater of two consecutive even integers is 6 less than three times the lesser. Find the integer
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806021 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( "x + 2 = 3x - 6 \n" ); document.write( "8 = 2x \n" ); document.write( "x = 4\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "greater integer = x+2 = 6 \n" ); document.write( " |