document.write( "Question 898710: Three times the smallest of three consecutive even integers is two more than twice the largest. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #805805 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) = 2 + 2(x+2) \n" ); document.write( "3x-6 = 2x+6 \n" ); document.write( "x = -12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -14, -12, and -10. \n" ); document.write( " |