SOLUTION: find three consecutive odd integers such that the second is 20 less than 3 times the third integer

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find three consecutive odd integers such that the second is 20 less than 3 times the third integer      Log On


   



Question 658609: find three consecutive odd integers such that the second is 20 less than 3 times the third integer
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
find three consecutive odd integers such that the second is 20 less than 3 times the third integer
-------
1st: 2x-1
2nd: 2x+1
3rd: 2x+3
---------
Equation:
2x+1 = 3(2x+3)-20
2x+1 = 6x-11
4x = 12
x = 3
---
1st: 2x-1 = 5
2nd: 7
3rd: 9
==============
Cheers,
Stan H.
===============