SOLUTION: Find three consecutive odd integers for which the sum of the largest two is five more than three times the smallest

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find three consecutive odd integers for which the sum of the largest two is five more than three times the smallest      Log On


   



Question 966287: Find three consecutive odd integers for which the sum of the largest two is five more than three times the smallest
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive odd integers: (x-2), x, (x+2)

x + (x+2) = 5 + 3(x-2)
2x + 2 = 3x - 1
3 = x

The integers are 1, 3, and 5.