-----------------------------------------------------------------------
The second of three numbers is 2 more than the first. The third number is twice the first.
-----------------------------------------------------------------------
first num n
second num n+2
third num 2n
Maybe you can go onward from this.
...
---------------------------------------------------------
The sum of the first and third exceeds the second by 2.
---------------------------------------------------------