Given $a_n$ is an integer with $a_{10} = 11, a_9 = -143$, determine the number of polynomial in the form of
$$P(x) =\sum_{i=0}^{10} a_nx^n$$
such that the zeros of $P(x)$ are all positive integers.
I have never encountered a problem like this, all I know is that $a_{10}= 11$ therefore there is a factor $11x- n$ and $n$ is divisible by $11$, I don't know how to use the $a_9$.