I need help with a problem based on system of equations:
$$ \left\{ \begin{array}{c} -1=(-b-\sqrt{b^2-4ac})/2a \\ 3=(-b+\sqrt{b^2-4ac})/2a \\ \end{array} \right. $$
I tried to solve it and I arrived here: $$ \left\{ \begin{array}{c} a=-b/2 \\ \sqrt{b^2+2bc}=-2b \\ \end{array} \right. $$
then, I don't know how to continue to solve it, I tried to square both sides but It seems that it doesn't give the exact result.
Adding the two equations, we get $$\frac{-b}{a}=2.$$ Multiplying the two equations, we get $$\frac{c}{a}=-3.$$ So for any non-zero $a$, we have $b=-2a$ and $c=-3a$.