document.write( "Question 907829: Find three consecutive even integers such that if the largest integer is subtracted from four times the smallest, the result is 6 more than twice the middle integer. (Enter your answers as a comma-separated list.) \n" ); document.write( "
Algebra.Com's Answer #550646 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! three consecutive even integers \n" ); document.write( "x \n" ); document.write( "x+2 \n" ); document.write( "x+4 \n" ); document.write( "4x - (x+4) = 2(x+2) + 6 \n" ); document.write( "x = 14 \n" ); document.write( "The three consecutive even integers are: 14, 16, 18 \n" ); document.write( "checking.. \n" ); document.write( "56 - 18 = 38 = 32 + 6 \n" ); document.write( " \n" ); document.write( " |