SOLUTION: find three consecutive even integers such that three times the greatest is 34 more than the sum of the remaining integers

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find three consecutive even integers such that three times the greatest is 34 more than the sum of the remaining integers      Log On


   



Question 914006: find three consecutive even integers such that three times the greatest is 34 more than the sum of the remaining integers
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive even integers: (x-2), x, (x+2)

3(x+2) = 34 + (x-2) + x
3x + 6 = 2x + 32
x = 26

The integers are 24, 26, and 28.