SOLUTION: Find three consecutive even integers such that five times the smallest is four times the largest

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find three consecutive even integers such that five times the smallest is four times the largest      Log On


   



Question 912693: Find three consecutive even integers such that five times the smallest is four times the largest
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive even integers: (x-2), x, (x+2)

5(x-2) = 4(x+2)
5x - 10 = 4x + 8
x = 18

The integers are 16, 18, and 20.