You can put this solution on YOUR website! How do you solve:
Two times the smaller of two consecutive even integers is 18 more than the larger.
---
smaller:: x
larger:: x+1
-----------------
Equation::
2x = x+1 + 18
---
x = 19
-----------
x+1 = 20
--------------
Cheers,
Stan H.
-------------