You can put this solution on YOUR website! Find three consecutive numbers such that twice the smallest number is 23 more than the largest.
-------
1st: x
2nd: x+1
3rd: x+2
-------------------
EQUATION:
2x = x+2 + 23
x = 25
-----------
x+1 = 26
x+2 = 27
==============
Cheers,
Stan H.