I've got
$$3\sqrt{x+4}-2\sqrt{x-11}+5\sqrt{x-8}=0$$ and I have to evaluate $x$. I tried \begin{align} &&3\sqrt{x+4}-2\sqrt{x-11}+5\sqrt{x-8}&=&0 \\ &\Leftrightarrow& 3\sqrt{x+4}+5\sqrt{x-8}&=&2\sqrt{x-11} \\ &\Leftrightarrow& (3\sqrt{x+4}+5\sqrt{x-8})^2&=&4(x-11) \\&\Leftrightarrow& 9(x+4)+30(\sqrt{x+4}\sqrt{x-8})+25(x-8)&=&4(x-11)\\ &\Leftrightarrow& 9x+36+30(\sqrt{x^2-4x-32})+25x-200&=&4x-44\\ &\Leftrightarrow& \frac{5x+80}{30}&=&\sqrt{x^2-4x-32} \\ &\vdots&\end{align}
If I continue I don't get a proper solution for $x$, so I would like to know if the first steps are correct or if I should try something else?
Thanks a lot in advance
Let $y=x-11$. Then $x+4=y+15$, $x-8=y+3$, and the equation can be written
$$3\sqrt{y+15}-2\sqrt{y}+5\sqrt{y+3}=0\;,$$
or $$3\sqrt{y+15}+5\sqrt{y+3}=2\sqrt{y}\;.$$
But clearly $3\sqrt{y+15}>\sqrt y$ and $5\sqrt{y+3}>\sqrt y$, so in fact
$$3\sqrt{y+15}+5\sqrt{y+3}>2\sqrt{y}\;,$$
and the equation has no real solution.
If you continue with your approach, restarting at
$$ 9x+36+30(\sqrt{x^2-4x-32})+25x-200=4x-44$$ and avoiding algebra errors, you’ll get
$$\sqrt{x^2-4x-32}=4-x\tag{1}$$ and then $x^2-4x-32=16-8x+x^2$, $4x=48$, $x=12$. But with all that squaring you know that you may have introduced extraneous solutions, and sure enough, $x=12$ doesn’t even satisfy $(1)$, let alone the original equation. (In terms of $y$ this is $y=1$, but $3\sqrt{16}-2\sqrt{1}+5\sqrt4$ is $20$, not $0$: one of the signs has to be made negative for this to work.)