Let the polynomial $f(x) = ax^2 – bx + c $ (where $a$, $b$ & $c$ are positive integers). If $f(p) = f(q) = 0$, where $ 0 < p < q < 1$, then find the minimum possible value of $a$.
The vertex is $-\frac{-b}{2a}=\frac{b}{2a}>0$ and lies between $0$ & $1$.
$f(0)>0$ and also $f(1)>0$, hence $c>0$ and $a-b+c>0$, also $b^2-4ac>0$. Even after proceeding up to these steps I am not able to find the minimum value of $a$.