SOLUTION: Find three consecutive odd intergers where twice the sum of the second and the third number is 33 more than three times the first number

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find three consecutive odd intergers where twice the sum of the second and the third number is 33 more than three times the first number       Log On


   



Question 711010: Find three consecutive odd intergers where twice the sum of the second and the third number is 33 more than three times the first number
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive odd integers: (x-2), x, (x+2)

2(x + (x+2)) = 33 + 3(x-2)
2(2x + 2) = 33 + 3x - 6
4x + 4 = 3x + 27
x = 23

integers: 21, 23, 25