So I am trying to refresh my memory when it comes to modular arithmetic but I am having some difficulties. The problem as states in the title is:
Show that $n^{4}-6n^{3}+11n^{2}-6n$ is divisible by $4$ för every integer $n$.
So what I first did was reformulating the problem in terms of congruences, in the following way:
$$4\vert (n^{4}-6n^{3}+11n^{2}-6n) \iff 4\vert (n^{4}+11n^{2}-(6n^{3}+6n))\\ \hspace{6cm} \iff n^{4}+11n^{2}\equiv 6n^{3}+6n\pmod 4$$
Now, one initial question I have is if it is correct that the only cases I need to check is:
$$n^{4}+11n^{2}\equiv 0\equiv 6n^{3}+6n\pmod 4 \\ n^{4}+11n^{2}\equiv 1\equiv 6n^{3}+6n\pmod 4\\ n^{4}+11n^{2}\equiv 2\equiv 6n^{3}+6n\pmod 4\\n^{4}+11n^{2}\equiv 3\equiv 6n^{3}+6n\pmod 4,$$
since $0,1,2,3$ are the possible remainders when considering division by $4$?
If this is true, it still seams like a really tedious approach to solving the problem. So I am wondering if there is some other way of solving it?
Thanks in advance.
Hint: Use that $$n^4-6n^3+11n^2-6n=(n-3)(n-2)(n-1)n$$