You can put this solution on YOUR website! square root of k+2 - square root of k-3 =1
sqrt(k+2) = sqrt(k-3) + 1
Square both sides to get:
k+2 = (k-3)+2sqrt(k-3)+1
4 = 2sqrt(k-3)
sqrt(k-3) = 2
Square both sides:
k-3 = 4
k = 7
------------
Checking in the original equation:
sqrt(9) - sqrt(4) = 1
3-2 = 1
=============
Cheers,
Stan H.