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
Word Problems: Problems with consecutive odd even integers
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Problems-with-consecutive-odd-even-integers
Question 788402
:
The sum of four consecutive even numbers is 140.find the numbers
Answer by
CubeyThePenguin(3113)
(
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.