I want to solve the following equation for $x$ : $$\sqrt{x-6} \, + \, \sqrt{x-1} \, + \, \sqrt{x+6} = 9$$
My approach:
Let the given eq.: $$\sqrt{x-6} \, + \, \sqrt{x-1} \, + \, \sqrt{x+6} = 9 \tag {i}$$ On rearranging, we get: $$\sqrt{x-6} \, + \, \sqrt{x+6} = 9 \, - \, \sqrt{x-1} $$ On Squaring both sides, we get: $$(x-6) \, + \, (x+6) + 2 \,\,. \sqrt{(x^2-36)} = 81 + (x-1)\, - 18.\, \sqrt{x-1}$$ $$\implies 2x + 2 \,\,. \sqrt{(x^2-36)}= 80 + x - 18.\, \sqrt{x-1}$$ $$\implies x + 2 \,\,. \sqrt{(x^2-36)}= 80 - 18.\, \sqrt{x-1} \tag{ii}$$ Again we are getting equation in radical form.
But, in Wolfram app, I am getting its answer as $x=10$, see it in WolframAlpha.
So, how to solve this equation? Please help...
You're fine so far. Now from $(ii)$, you have
$$18 \sqrt{x-1} + 2 \sqrt {x^2-36} = 78-x.$$
You'll end up needing to square both sides a couple of more times but you'll be able to clear the radicals. Then you need to confirm that none of your potential solutions are spurious.