The problem goes like this:
Let $a, b$ and $c$ be given numbers, where $a>0$, and let $x$ be some number. What is the smallest possible value of $ax^2+bx+c$ ?
The terms 'given number' and 'some number' really bother me. Now I'm just really confused about this. Any help would be appreciated, thanks!
Let $f(x) = ax^2+bx+c = a\left(x+\dfrac{b}{2a}\right)^2 - \dfrac{b^2-4ac}{4a}$. Can you conclude from this?