Question 179467
<pre><font size = 4 color = "indigo"><b>
{{{matrix(1,3,sqrt(14 - x), "=", 6 - sqrt(x + 4))}}}
A radical term is already isolated on the left, so square both sides:
{{{matrix(1,3,  (sqrt(14 - x))^2, "=", (6 - sqrt(x + 4))^2 )}}}
Take away the radical and exponent on the left, write the square on
the right as the product of the base times itself:
{{{matrix(1,3,14 - x, "=", (6 - sqrt(x + 4))(6 - sqrt(x + 4)) )}}}
Use "FOIL" on the right:
{{{matrix(1,3,14-x, "=", 6*6-6sqrt(x+4)-6sqrt(x+4)+(sqrt(x+4))^2)}}}
Combine like terms on the right, take away radical and exponent
in the last term on the right:
{{{matrix(1,3,14-x, "=", 36-12sqrt(x+4)+x+4   )}}}
Isolate the radical term on the left side:
{{{matrix(1,3,12sqrt(x+4),"=",36+x+4-14+x )}}}
Combine like terms:
{{{matrix(1,3,12sqrt(x+4),"=",26+2x )}}}
Notice that every term can be divided by 2, so do so:
{{{matrix(1,3,6sqrt(x+4),"=",13+x )}}}
Square both sides:
{{{matrix(1,3,(6sqrt(x+4))^2,"=",(13+x)^2 )}}}
{{{matrix(1,3,6^2(sqrt(x+4)^2),"=",(13+x)(13+x) )}}}
{{{matrix(1,3,36(x+4),"=",13^2+13x+13x+x^2 )}}}
{{{matrix(1,3,36x+144,"=",169+26x+x^2)}}}
Get 0 on the left:
{{{matrix(1,3,0,"=",169+26x+x^2-36x-144)}}}
{{{matrix(1,3,0,"=",25-10x+x^2)}}}
Rearrange right side in descending order:
{{{matrix(1,3,0,"=",x^2-10x+25)}}}
Switch right side and left side:
{{{matrix(1,3,x^2-10x+25,"=",0)}}}
Factor left side:
{{{matrix(1,3,(x-5)(x-5),"=",0)}}}
Use zero-factor principle:
{{{matrix(2,3,
x-5=0,"      ",x-5=0,
  x=5,"      ",x=5)}}}   

We get one solution {{{x=5}}}
However this might be an extraneous
(bogus) solution, for sometimes you
get those when you square both sides
of an equation.  So we must check
it to see if it satisfies the original
radical equation:

{{{matrix(1,3,sqrt(14 - x), "=", 6 - sqrt(x + 4))}}}
{{{matrix(1,3,sqrt(14 - 5), "=", 6 - sqrt(5 + 4))}}}
{{{matrix(1,3,sqrt(9), "=", 6 - sqrt(9))}}}
{{{matrix(1,3,3, "=", 6 - 3)}}}
{{{matrix(1,3,3, "=", 3)}}} 

It does, so {{{x=5}}} is the only solution.

Edwin</pre>