SOLUTION: What is the smallest of 3 consecutive positive even integers if the product of the smaller two integers is equivalent to the product of 4 and the middle integer

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: What is the smallest of 3 consecutive positive even integers if the product of the smaller two integers is equivalent to the product of 4 and the middle integer      Log On


   



Question 963820: What is the smallest of 3 consecutive positive even integers if the product of the smaller two integers is equivalent to the product of 4 and the middle integer
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive positive even integers: (x-2), x, (x+2)

(x-2)(x) = 4x
x^2 - 2x = 4x
x^2 - 6x = 0
x(x-6) = 0

x is positive, so x = 6

The three integers are 4, 6, and 8.