Question:
If $\;a,\, b,\, c,\, d \;$ are real and $\;ac = 2( b + d) $ ,then show that at least one of the equations: $\; x^2 + ax + b = 0 \;$ and $\; x^2 + cx + d = 0 \;$ has real roots.
I've tried to solve this by adding both the discriminants which gave me $ (a - c)^2$ . Now how to put a logic that show one of the discriminants is real which will give at least real roots of one equation?
$(a - c)^2 \ge 0$, because every square of a real number is nonnegative.
Therefore, $a^2 - 2ac + c^2 \ge 0$, or $a^2 + c^2 - 4b - 4d \ge 0$, so $(a^2 - 4b) + (c^2 - 4d) \ge 0$. As both terms in this sum are real, and their sum is nonnegative, at least one of the terms must be nonnegative, and as these are the discriminants of the two equations, this gives that at least one of the equations has a nonnegative discriminant and therefore real roots.