You can put this solution on YOUR website! Find three consecutive integers if the third is equal to 15 less than the sum of the first and second.
-----------
1st: x-1
2nd: x
3rd: x+1
---------------------
Equation:
x+1 = 2x-1 - 15
-----
x+1 = 2x - 16
x = 17
-----
1st: 16
2nd: 17
3rd: 18
--------------
Cheers,
Stan H.
---------------