You can put this solution on YOUR website! Find 3 consecutive numbers such that the sum of the 1st and 3rd numbers exceeds the 2nd number by 10.
=================
If you mean integers:
--------------
Use n-1, n and n+1
--
2n = n+10
n = 10
---> 9, 10 & 11