You can put this solution on YOUR website! find three consecutive integers whose product is 85 larger than the cube of the smallest integer
----------
1st: x-1
2nd: x
3rd: x+1
------------
Equation:
x(x^2-1) = (x-1)^3 + 85
-----
x^3 - x = x^3-3x^2+3x+84
-------
3x^2-4x-84 = 0
(x-6)(3x+14) = 0
-------
Positive solution::
x = 6
==================
1st: x-1 = 5
2nd: x = 6
3rd: x+1 = 7
=================
Cheers,
Stan H.
=================