SOLUTION: given a sets of three consecutive odd integers. twice the second integer is 31 less than three times the third integers. find the three integers

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: given a sets of three consecutive odd integers. twice the second integer is 31 less than three times the third integers. find the three integers      Log On


   



Question 778175: given a sets of three consecutive odd integers. twice the second integer is 31 less than three times the third integers. find the three integers
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive odd integers: (x-2), x, (x+2)

2x = 3(x+2) - 31
2x = 3x - 25
25 = x

The integers are 23, 25, and 27.