document.write( "Question 738686: Find three consecutive even integers such that twice the second plus 3 times the third is 7 times the first.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806407 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive even integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x + 3(x+2) = 7(x-2) \n" ); document.write( "2x + 3x + 6 = 7x - 14 \n" ); document.write( "20 = 2x \n" ); document.write( "x = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 8, 10, and 12. \n" ); document.write( " \n" ); document.write( " |