document.write( "Question 913973: Find three consecutive even integers such that the sum of the first and third is three times the second even integer minus four. What are the three numbers? \n" ); document.write( "
Algebra.Com's Answer #805691 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+2) = 3x - 4 \n" ); document.write( "2x = 3x - 4 \n" ); document.write( "4 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 2, 4, and 6. \n" ); document.write( " |