You can put this solution on YOUR website! Find three consecutive integers such that the sum of the first two decreased by the third equals 68.
------------
1st = x
2nd = x+1
3rd = x+2
--------------
EQUATION:
x+x+1-(x+2)= 68
x-1 = 68
x = 69
x+1=70
x+2=71
============
Cheers,
Stan H.