Find the set of all the solutions of the equation $$\sqrt{x+2} + \sqrt{4x+1} = 5$$
I got two solutions using the quadratic formula: $238/9$ and $2$, but only $2$ works in the original equation, so the other solution is extraneous.
Are these the solutions if you use the quadratic formula, and is there a way of solving the equation without squaring the radicals?
Hint
Let $\sqrt{x+2}=a\ge0$
and $\sqrt{4x+1}=b\ge0$
Now $a+b=5$
and $b^2-4a^2=4x+1-4(x+2)$
$(5-a)^2-4a^2=-7$
Can you take it from here?