document.write( "Question 807665: Twice the greatest integer of four consecutive even integers is 38 less than the sum of the first three integers. Find theintegers. \n" ); document.write( "
Algebra.Com's Answer #806039 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive even integers: x, (x+2), (x+4), (x+6)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(x+6) = (x + (x+2) + (x+4)) - 38 \n" ); document.write( "2x + 12 = 3x - 32 \n" ); document.write( "-x = -44 \n" ); document.write( "x = 44\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 44, 46, 48, and 50. \n" ); document.write( " |