Question 398132
Find three consecutive odd integers such that the sum of twice the first, twice the second, and three times the third is 9.
---
Odd numbers must be represented as an odd # more than or less than 
an even number.
-----
1st: 2x-1
2nd: 2x+1
3rd: 2x+3
---------------
Equation:
2(2x-1)+2(2x+1)+3(2x+3) = 9
4x-2+4x+2+6x+9 = 9
14x + 9 = 9
14x = 0
x = 0
---
1st: -1
2nd: +1
3rd: 3
---
Check:
2(-1)+2(1)+3(3) = 9
checks
==============
Cheers,
Stan H.