If $P(x)=ax^2+bx+c$ and $Q(x)=-ax^2+dx+c$, $ac$ is not $0$, then prove that $P(x)\cdot Q(x)=0$ has at least 2 real roots.
$P(x)\cdot Q(x)=0$
$(ax^2+bx+c)\cdot (-ax^2+dx+c)=0$
Now for this to have any real roots, at least one of this equation should have real roots. This is possible when either $D_P\geq 0$ or $D_Q\geq 0$.
Hence, to answer the question I would have to prove that it is not possible for both the inequalities $b^2-4ac\leq0$ and $d^2+4ac\leq 0$ to be true simultaneously. But how do I proceed with that?
Assume $a, b, c, d$ real.
Then the discriminant of $a x^{2} + b x + c$ is $b^{2} - 4 a c$, while the discriminant of $-a x^{2} + d x + c$ is $d^{2} + 4 ac$.
Since the sum of the two discriminants is non-negative: $$ (b^{2} - 4 a c) + (d^{2} + 4 ac) = b^{2} + d^{2} \ge 0, $$ at least one of the two discriminants is non-negative, so at least one of the two equations has real solutions.