document.write( "Question 787439: Find three consecutive even integers such that the first integer and three times the last integer is 20 less than five times the second integer. \n" ); document.write( "
Algebra.Com's Answer #806248 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) + 3(x+2) = 5x - 20 \n" ); document.write( "x - 2 + 3x + 6 = 5x - 20 \n" ); document.write( "4x + 4 = 5x - 20 \n" ); document.write( "24 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 22, 24, and 26. \n" ); document.write( " |