You can put this solution on YOUR website! Find three consecutive even integers such that the product of the two smallest exceeds the largest by 38
.
Let x = 1st consecutive integer
then
x+2= 2nd consecutive integer
x+4 = 3rd consecutive integer
.
(x+1)(x+2) > (x+4)+38
x^2 + 3x + 2 > x + 42
x^2 + 2x + 2 > 42
x^2 + 2x - 40 > 0
Applying the quadratic equation we get:
x > 5.4 (next even integer is 6)
and
x > -7.4
.
Therefore, one set is:
6, 8 and 9
.
Details of quadratic follows: