You can put this solution on YOUR website! What is the sum of the three consecutive numbers when multiplied their product is -60
----
1st: x-1
2nd: x
3rd: x+1
------------------
Equation:
x(x^2-1) = -60
x^3-x+60 = -
-----
x = -4
---
1st: x-1 = -5
2nd: x = -4
3rd: x+1 = -3
==================
cheers,
Stan H.