suppose you have a polynomial $P(x) = a_0+a_1x+...+a_kx^k$. How can you prove that at most $k$ numbers satisfy $P(x) \equiv 1 \mod n$ ? To me this looks like the fundamental theorem of algebra, however, in modular arithmetic. Yet, I don't see why the theorem would apply here as well.
Thanks in advance.