.
Prove that n^8 - n^4 is divisible by 5 for any natural n.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Below is another solution to the same problem.
----------------------------------------------
Let us factor as far as we can:
= = =
Now, if n is a multiple of 5, then is a multiple of 5.
If n gives a remainder 1 when divided by 5, then the factor (n-1) is a multiple of 5.
If n gives a remainder 4 when divided by 5, then the factor (n+1) is a multiple of 5.
If n gives a remainder 2 or 3 when divided by 5, then the factor is a multiple of 5.
So, in any case is a multiple of 5, and the statement is proved.