SOLUTION: find 3 consecutive odd integers such that twice the sum of the two smallest integers is five less than 3 times the largest

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find 3 consecutive odd integers such that twice the sum of the two smallest integers is five less than 3 times the largest      Log On


   



Question 901754: find 3 consecutive odd integers such that twice the sum of the two smallest integers is five less than 3 times the largest
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
 
Hi
3 consecutive odd integers: x, x+2, x+4
2(2x+2) = 3(x+4)-5
4x + 4 = 3x + 12 - 5
x = 3
the 3 consecutive odd integers are: 3, 5, 7
and checking...
16 = 21 - 5