SOLUTION: If the sum of three consecutive even numbers plus the next odd number is 107, what was the odd number?
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: If the sum of three consecutive even numbers plus the next odd number is 107, what was the odd number?
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 907148
:
If the sum of three consecutive even numbers plus the next odd number is 107, what was the odd number?
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive even numbers: (x-2), x, (x+2)
next odd number: x+3
(x-2) + x + (x+2) + (x+3) = 107
4x + 3 = 107
4x = 104
x = 26
The odd number = x + 3 = 29