You can put this solution on YOUR website! thrice the sum of two consecutive integers is at most 13.
--------------
1st:: x
2nd:: x + 1
-------------
Equation::
3(2x+1) <= 13
2x+1 <= 13/3
---
2x <= 10/3
---
x <= 5/3
---------------
Cheers,
Stan H.
-------------