You can put this solution on YOUR website! x+x^1/2-20=0
--------------
The easiest way to do this one is to treat it as a quadratic in x^1/2.
Use xh for x^1/2
(xh)^2 + (xh) - 20 = 0
(xh + 5)*(xh - 4) = 0
xh = -5 --> x = 25
xh = 4 --> x = 16
------------
Much simpler and less error chance than expanding it, etc.