How do you solve #sqrt(x+2)=x-4# and find any extraneous solutions?

1 Answer
Jun 2, 2016

Square both sides of the equation to get rid of the square root.

Explanation:

#(sqrt(x + 2))^2 = (x - 4)^2#

#x + 2 = x^2 - 8x + 16#

#0 = x^2 - 9x + 14#

#0 = (x - 7)(x - 2)#

# x = 7 and 2#

Checking back in the original equation we find that only #x = 7# works. Therefore, the solution set is #{x = 7}#.

Hopefully this helps!