Question 308739
Solve algebraically and check your potential solutions: 
sqrt(x+2)-x =0
----
sqrt(x+2) = x
---
x+2 = x^2
---
x^2-x-2 = 0
---
Factor:
(x-2)(x+1) = 0
x = 2 or x = -1
------------------
Checking:
Can x = 2?
sqrt(2+2)-2 = 0
2-2 = 0
Good
--------------------
Can x = -1?
sqrt(-1+2)-(-1) = 0
sqrt(1)+1 = 0
2 = 0
Not Good
====================
Cheers,
Stan H.
====================