The roots of the equation$$ax^2+bx+c=0$$, where $a \geq 0$, are two consecutive odd positive integers, then
(A) $|b|\leq 4a$
(B) $|b|\geq 4a$
(C) $|b|=2a$
(D) None of these
My attempt
Let p and q be the roots then if they are consecutive positive integers (q>p) then $$ pq=\frac{c}{a} \geq 0$$ So, $$c \geq 0$$ and $$q-p=2$$ So, $$\frac{\sqrt{b^2-4ac}}{a}=2$$ So,$$|b|>2a$$ $(Since, a>0,c>0)$
But I know that 4ac should be taken in consideration since its not equal to zero. But I don't know how to use it.
Any hints and suggestions are welcome!
Simply, If $2n-1$ and $2n+1$ are the roots (with $n\ge 1$) then $$ax^2+bx+c=a(x-2n+1)(x-2n-1)=a((x-2n)^2-1)=a(x^2-4nx+4n^2-1) $$ so $b=-4na$ and hence $|b|=4na\ge 4a$.