document.write( "Question 1095071: Find three consecutive even integers such that their sum decreased by 18 is equal to the first integer. \n" ); document.write( "
Algebra.Com's Answer #709618 by addingup(3677)![]() ![]() You can put this solution on YOUR website! (x+x+2+x+4)-18 = x \n" ); document.write( "x+x+2+x+4 = x+18 \n" ); document.write( "x+2+x+4 = 18 \n" ); document.write( "2x+6 = 18 \n" ); document.write( "2x = 12 \n" ); document.write( "x = 6 \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~ \n" ); document.write( "check: \n" ); document.write( "(6+6+2+6+4)-18 = 6 \n" ); document.write( "24 - 18 = 6 correct \n" ); document.write( " |