How do you solve sqrt( x+5) + 1 = x ?
1 Answer
Apr 23, 2016
Explanation:
We isolate the square root first so that we can simplify by squaring.
First subtract
sqrt(x+5) = x - 1
Next square both sides (which may result in spurious solutions) to get:
x+5 = x^2-2x+1
Subtract
0 = x^2-3x-4 = (x-4)(x+1)
Hence
The solution
sqrt(-1+5) = sqrt(4) = 2 != -2 = -1-1
The other solution
sqrt(4+5) = sqrt(9) = 3 = 4 - 1