SOLUTION: the sum of three consecutive even integers is two more than five times the first integer. find the smallest integer.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: the sum of three consecutive even integers is two more than five times the first integer. find the smallest integer.       Log On


   



Question 816478: the sum of three consecutive even integers is two more than five times the first integer. find the smallest 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 + (x+2) = 5(x-2) + 2
3x = 5x - 8
-2x = -8
x = 4

smallest integer = x - 2 = 2