You can put this solution on YOUR website! Solve
√(x+1)+5=x+4
----
sqrt(x+1) = x-5
---
Square both sides to get:
x+1 = x^2 - 10x +25
x^2 -11x + 24 = 0
---
Factor:
x^2 - 3x - 8x + 24 = 0
x(x-3) - 8(x-3) = 0
----
(x-3)(x-8) = 0
----
x = 3 or x = 8
================
Cheers,
Stan H.