So, I want to solve for x in the radical equation:
$x + 22 = -6\sqrt{2x+9}$
By Squaring each expression we get:
$(x + 22)^2 = (-6\sqrt{2x+9})^2$
$ x^2 + 44x + 484 = 36\cdot(2x+ 9) $
$ x^2 + 44x + 484 = 72x + 324 $
Now by solving the quadratic equation:
$ x^2 - 28x + 160 = 0 $
$x^2 - 20x - 8x + 160 = 0$
$x\cdot(x-20) -8\cdot(x-20) = 0 $
$ (x-20)\cdot(x-8) = 0 $
$ x = 20 $ or $ x = 8 $
But, none of the values of x satisfies the equation $x + 22 = -6\sqrt{2x+9}$, they satisfy the equation $x + 22 = 6\sqrt{2x+9}$. There should be an extraneous root that satisfies the equation $x + 22 = 6\sqrt{2x+9}$, but boot the roots satisfies this equation and none of them satisfies $x + 22 = -6\sqrt{2x+9}$.
Why is that so? And is there any complex/imaginary solution to the equation?