$a, b, c, p, q, r \in \mathbb{R}$ such that for every real $x$:
$$\begin{equation} ax^2 + 2bx + c \geq 0 \end{equation}$$
and
$$px^2 + 2qx + r \geq 0$$
Prove that
$$apx^2 + bqx + cr \geq 0$$
I started off by plugging in some values of $x$ into the two inequalities and trying to get some constraints on the coefficients. I'm not sure if it is perfectly valid to do this, because putting in certain values of $x$ might favour certain values of other coefficients and thus give more specific constraints. Is it all right to do this?
Anyway,
Let the first inequality be denoted by $f(x) \geq 0$ and the second one by $g(x) \geq 0$
$$\implies f(0) = c \geq 0$$
$$\implies g(0) = r \geq 0$$
Another thing I noticed was, that $f(x) = 0$ when $x$ is a root of $f(x)$. If $f(x)$ has two distinct roots, then the its minimum will be negative, right? So, there must be only one distinct root.
Also, taking the derivative of $f(x)$, (I would prefer a solution without calculus):
$$2ax + 2b = 0 \implies ax = -b$$
which doesn't seem to help much at all.