Consider a cubic polynomial $$p(x)=ax^3+bx^2+cx+d$$$a,b,c,d$ are integers such that $ad$ is odd and $bc$ is even.The question is to prove that not all roots of $p(x)$ can be real.
I tried differentiating p(x) to get $$p'(x)=3ax^2+2bx+c$$Now for the cubic equation to have nonreal roots $4b^2-12ac<0$.But I donot see how I can apply the conditions as given in the problem.Any hints to proceed shall be highly appreciated.Thanks.