How Do I solve this eqns?
$$x+y+z = A$$ $$xyz = B$$ $$x^2+y^2+z^2 = C$$
I have tried it in this way,,,
$$yz = B/x = P$$ $$y+z = A-x = Q$$ $$y(Q-y) = P$$ $$\implies y^2-Qy+p = 0$$
I can't figure out what to do next., Solving the this quadratic equation for y and z and putting the values in 3, doesnt seem to work. cause there will be sqrt in the eqn.