Solve the given equation for $x$
$$\sqrt{x^2-2x+8}+\sqrt{x^2-2x+3}=125$$
I solved the question by taking ${x^2-2x+3}=t$, and squaring twice and finally solving ${x^2-2x+3}=t$ but it required very hectic calculations. I wonder if someone can suggest better approach.
Like Will Jagy said, substitute $t=\sqrt{x^2 -2x+3}$. You then can solve the formula: $$\sqrt{t^2+5}=125-t \\t^2 + 5 =15625-250t +t^2$$ $$250t = 15620$$ $$t=62.48$$ Then you can plug your value for $t$ back into $t^2=x^2 -2x+3$ and solve a quadratic formula with respect to $x$.