SOLUTION: find three consecutive odd integers such that twice the first decreased by the second exceeds three times the third by 56
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: find three consecutive odd integers such that twice the first decreased by the second exceeds three times the third by 56
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 926972
:
find three consecutive odd integers such that twice the first decreased by the second exceeds three times the third by 56
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive odd integers: (x-2), x, (x+2)
2(x-2) - x = 3(x+2) + 56
(2x - 4) - x = (3x + 6) + 56
x - 4 = 3x + 62
-66 = 2x
x = -33
The integers are -35, -33, and -31.