SOLUTION: find three consecutive even integers such that the sum of the least integer and the greatest integer is 12 more than the muddle integer

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find three consecutive even integers such that the sum of the least integer and the greatest integer is 12 more than the muddle integer      Log On


   



Question 896985: find three consecutive even integers such that the sum of the least integer and the greatest integer is 12 more than the muddle 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-2) + (x+2) = x + 12
2x = x + 12
x = 12

The integers are 10, 12, and 14.