SOLUTION: Find three consecutive odd integers such that four times the middle integer is two more than the sum of the first and third
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: Find three consecutive odd integers such that four times the middle integer is two more than the sum of the first and third
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 913805
:
Find three consecutive odd integers such that four times the middle integer is two more than the sum of the first and third
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive odd numbers: (x-2), x, (x+2)
4x = 2 + (x-2) + (x+2)
4x = 2x + 2
2x = 2
x = 1
The numbers are -1, 1, and 3.