SOLUTION: The sum of four consecutive even numbers is 140.find the numbers

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: The sum of four consecutive even numbers is 140.find the numbers      Log On


   



Question 788402: The sum of four consecutive even numbers is 140.find the numbers
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive even numbers: x, (x+2), (x+4), (x+6)

x + (x+2) + (x+4) + (x+6) = 140
4x + 12 = 140
4x = 128
x = 32

The numbers are 32, 34, 36, and 38.