document.write( "Question 764542: Three times the first of three consecutive even integers is four more than twice the third.Find the third integer? \n" ); document.write( "
Algebra.Com's Answer #806259 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) = 4 + 2(x+2) \n" ); document.write( "3x - 6 = 2x + 8 \n" ); document.write( "x = 14\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 12, 14, and 16. \n" ); document.write( " |