I have a question about how to solve the following equation: $$ \sqrt{2x-8} + 8 = x $$
It doesn't seem so difficult as we can just isolate the radical and be left with $\sqrt{2x-8} = x - 8$. further we can square both sides to get rid of the radical all together leaving us with $2x-8=x^2+64$. This however is where I get lost. I could try to factor this but it doesn't break down to pairs of binomials. I have the two answers this will generate which is $6$ and $12$, could anyone show me how to proceed from here?
Thanks!
Be careful that $$ (x-8)^2=x^2-16x+64 $$ where you forgot the $-16x$ term.
So after squaring you get $$ 2x-8=x^2-16x+64 $$ that simplifies to $$ x^2-18x+72=0 $$ which has $6$ and $12$ as roots.
However $6$ is not a solution, because it would lead to the false equality $\sqrt{4}+8=6$.
You can get a priori conditions by setting $2x-8\ge0$ (that is $x\ge4$) for the existence of the square root, and also $x-8\ge0$ (that is $x\ge8$) before squaring, because $\sqrt{2x-8}\ge0$ by definition, so also $x-8$ must be non negative.