SOLUTION: find the smallest of three consecutive even integers such that three times the first integer is eight more than the sum of the second and the third

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find the smallest of three consecutive even integers such that three times the first integer is eight more than the sum of the second and the third      Log On


   



Question 907037: find the smallest of three consecutive even integers such that three times the first integer is eight more than the sum of the second and the third
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) = 8 + (x + (x+2))
3x - 6 = 8 + 2x + 2
x = 16

The integers are 14, 16, and 18.