document.write( "Question 907037: find the smallest of three consecutive even integers such that three times the first integer is eight more than the sum of the second and the third \n" ); document.write( "
Algebra.Com's Answer #805759 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) = 8 + (x + (x+2)) \n" ); document.write( "3x - 6 = 8 + 2x + 2 \n" ); document.write( "x = 16\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 14, 16, and 18. \n" ); document.write( " |