I am given that $p(x)$ is a polynomial of the form $x^n + a_{n-1}x^{n-1}+ ... + a_1 x + a_0$, where $a_1, a_2, ... , a_n$ are integers.
I am also given that $x = \frac{a}{b}$, $\gcd(a,b) = 1$ (thus $\frac{a}{b}$ are in their lowest terms), $p(\frac{a}{b}) = 0$, and $|b| > 1$
Use the factorization of $b$ to contradict the assumption that $a$ and $b$ are coprime.
We have been using the Bezout theorem quite a bit in class so I first started off with that then took it to the power of $n$, so $(ax + by)^n$, then attempted to use the binomial theorem in an attempt to group the $b^i$ terms together, but after that I am unsure how to proceed in proving that $a$ and $b$ are coprime.
Any hint or help is appreciated. Thank you.