document.write( "Question 816478: the sum of three consecutive even integers is two more than five times the first integer. find the smallest integer.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806002 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( "(x-2) + x + (x+2) = 5(x-2) + 2 \n" ); document.write( "3x = 5x - 8 \n" ); document.write( "-2x = -8 \n" ); document.write( "x = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "smallest integer = x - 2 = 2 \n" ); document.write( " |