Let's define the polynomial $p(x)$ as one of the following polynomials: $x^n-1$ or $x^{n-1}+x^{n-2}+...+1$
Does $Z[x]/(3, p(x))$ mean that we take the modulo of the elements of $Z[x]$ according to $p(x)$ and then take the modulo again according to 3? If so, does that mean $Z[x]/(3,p(x))=Z_3[x]/(p(x))$?
Also does it make any difference if the polynomial differs? I mean is it true for any polynomials?