Let's assume that $P(x)\in \mathbb{R}[x]$ is a polynomial such that $P(x) = x^{2004}$, and that $Q(x)$ is the quoitent of the division of $P$ by $x^2-1$. How could we find $Q(0)Q(1)$?
$$x^2\equiv 1\pmod{x^2-1}$$
$$P(x) = x^{2004}\equiv 1\pmod{x^2-1}$$
Then, $P(x) = (x^2-1)Q(x)+1$ and
$$\begin{align}\frac{P(x)-1}{x^2-1} = \frac{x^{2004}-1}{x^2-1} = \frac{\biggr(x^{1002}-1\biggr)\biggr(x^{1002}+1\biggr)}{x^{2}-1} &= \frac{\biggr(x^{501}-1\biggr)\biggr(x^{501}+1\biggr)\biggr(x^{1002}-1\biggr)}{x^{2}-1} \\ &= \cdots\end{align}$$
Which will get progressively worse.