document.write( "Question 792305: If the sum of four consecutive even integers is decreased by 30, the result is the fourth integer. What are the four integers? \n" ); document.write( "
Algebra.Com's Answer #806283 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( "x + (x+2) + (x+4) + (x+6) - 30 = x + 6 \n" ); document.write( "4x + 12 - 30 = x + 6 \n" ); document.write( "4x - 18 = x + 6 \n" ); document.write( "3x = 24 \n" ); document.write( "x = 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "integers: 8, 10, 12, 14 \n" ); document.write( " |