SOLUTION: Find three consecutive even integers such that the sum of the greater integers is equal to three times the least integer

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find three consecutive even integers such that the sum of the greater integers is equal to three times the least integer      Log On


   



Question 781183: Find three consecutive even integers such that the sum of the greater integers is equal to three times the least integer
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive even integers: (x-2), x, (x+2)

x + (x+2) = 3(x-2)
2x + 2 = 3x - 6
8 = x

The integers are 6, 8, and 10.