Let $f(x)= ax^2 +bx+c$, such that $f(x)\geq0$. Find minimum value of $\frac{f(1)}{f(0)-f(-1)}.$
My attempt: denominator should be maximum so $f(-1)=0$ as $f(x)$ is always greater than or equal to zero. So I got $b=2a$, $c=a$. But then I am getting the answer as $4$ whereas the answer is $3$.