Let $S$ be the set of polynomials $f(x)$ with integer coefficients satisfying
$f(x) \equiv 1$ mod $(x-1)$
$f(x) \equiv 0$ mod $(x-3)$
Which of the following statements are true?
a) $S$ is empty .
b) $S$ is a singleton.
c)$S$ is a finite non-empty set.
d) $S$ is countably infinite.
My Try: I took $x =5$ then $f(5) \equiv 1$ mod $4$ and $f(5) \equiv 0$ mod $2$ . Which is impossible so $S$ is empty.
Am I correct? Is there any formal way to solve this?