Prove that $1^n-3^n-6^n+8^n$ is divisible by $10$ for all $n\in\mathbb{N}$
It is divisible by $2$ and $5$ if we rearrange it will it be enough
$(1^n -3^n)$ and $(6^n -8^n)$ is divisible by $2$. And $(1^n-6^n)$ and $(8^n-3^n)$ is divisible by $5$.
Hence $\gcd(2,5)$ is $1$ and it is divisible by $2\cdot5=10$.
Is it correct?