document.write( "Question 795357: Find two consecutive even integers such that six times the frist (even integers) equals five times the second even integer.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806136 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( "6x = 5(x+2) \n" ); document.write( "6x = 5x+10 \n" ); document.write( "x = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 10 and 12. \n" ); document.write( " |