There are two equations: $x^2+2p_1x + q_1 = 0$ and $x^2 + 2p_2x+q_2 = 0$. It is also known that $q_1+q_2 = 2p_1p_2$. How can I prove that if one of them doesn't have roots, then the other one has the roots?
So I have
$$4p_1^2 - 4q_1 < 0$$
I need to prove that $$p_2^2 - q_2 > 0$$.
I tried putting $2p_1p_2-q_1$ instead of $q_2$ but it gave me nothing. Can you please help me figure this problem out?