Question 222305
Solve {{{2-x = sqrt(x+4)}}}

I squared both sides to give me:

{{{(2-x)^2 = x+4}}}
distribute
>Not the right word to use. Exponents do not distribute. But since your following equation is correct I have to assume that you did the right thing even though you describe it incorrectly.

 and solve to get 0 on right side
{{{x^2-5x=0}}}  hence no solution.  
> right equation, wrong conclusion. Why would you think this means no solution?<br>
Now that we have a simplified quadratic equation with one side zero, we solve it by factoring or by using the quadratic formula. This one factors very easily since it has  Greatest Common Factor (GCF) of x:
{{{x(x-5) = 0}}}
Now we use the Zero Product Property (a product can be zero only if one of the factors is zero). So
{{{x = 0}}} or {{{x-5 = 0}}}
Add both 5 to both sides of the second equation:
{{{x = 0}}} or {{{x = 5}}}
Usually checking our answer(s) is an optional, good idea. But when you square both sides of an equation like we did at the beginning, solutions called "extraneous" solutions may appear. So we <b>must</b> check answers, using the original equation, after we square both sides of an equation.<br>
Checking 0:
{{{2-(0) = sqrt((0)+4)}}}
{{{2 = sqrt(4)}}}
{{{2 = 2}}} Check!<br>
Checking 5:
{{{2-(5) = sqrt((5)+4)}}}
{{{-3 = sqrt(9)}}}
{{{-3 = 3}}} NO!<br>
We have to reject {{{x=5}}} as an "extraneous" solution. So the only true solution is {{{x=0}}}

Thank you