How do you solve sqrt(x+5)=1-x ?

1 Answer
May 14, 2016

sqrt(x + 5) = 1 - x

(sqrt(x + 5))^2 = (1 - x)^2

x + 5 = 1 - 2x + x^2

0 = x^2 - 3x - 4

0 = (x - 4)(x + 1)

x = 4 and -1

However, after checking in the original equation we find that only x= -1 works.

The solution set is {-1}.

Hopefully this helps!