document.write( "Question 989637: Find four consecutive even integers such that sun of twice the first, five times the second, and four times the third divided by three times the fourth equals 3. \n" ); document.write( "
Algebra.Com's Answer #803191 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! integers: x, x+2, x+4, x+6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(2x + 5(x+2) + 4(x+4))/(3(x+6)) = 3 \n" ); document.write( "(11x + 26) = 3(3x + 18) \n" ); document.write( "11x + 26 = 9x + 54 \n" ); document.write( "2x = 28\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "integers are 14, 16, 18, 20 \n" ); document.write( " |