I was reading this: For polynomial $f$, does $f$(rational) = rational$^2$ always imply that $f(x) = g(x)^2$? and I have a question:
Let $P(x)$ and $Q(x)$ be polynomials with integer coefficients. Let $R(P,Q)$ be the resultant of $P(x)$ and $Q(x)$. For every prime number $p$, if there exist $n$ so that $p | P(n)$ and $p|Q(n)$, is it true that $p|R(P,Q)$?
If not, how could I understand the first answer?
Yes, $p$ will divide the resultant.
In general, given two polynomials $A,B$, you can reduce their resultant modulo $p$, and you can reduce the polynomials and take the resultant of the reduced polynomials. What you get will depend on the leading coefficients of $A$ and $B$:
(These properties are taken from wikipedia, where $\varphi$ in this case represents reduction modulo $p$.)
If the two polynomials happen to have a common root modulo $p$, the resultant of the reduced polynomials is $0$. In either of the three cases above, the (non-reduced) resultant must therefore be divisible by $p$.