You can put this solution on YOUR website! What are three consecutive integers whose product is 693 more than their sum?
--------- =~ 9, the middle integer
--> 8, 9 & 10
======================
If you do it the hard way:
(n-1)*n*(n+1) = n-1 + n + n+1 + 693
n^3 - n = 3n + 693
n^3 - 4n - 693 = 0
n = 9