document.write( "Question 809563: 1.)Find the 3 consecutive even integers such that 3 times the 1st equal the sum of the other 2.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806243 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( "3(x-2) = x + (x+2) \n" ); document.write( "3x - 6 = 2x + 2 \n" ); document.write( "x = 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 6, 8, and 10.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |