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?
Try a proof by induction.
Base Case: $n=1 \to 1-3-6+8=0$ which is divisible by $10$. So true for $n=1$
Then assume it true for some $n=k$; so: $$1^k-3^k-6^k+8^k=10t, t\in \Bbb Z$$ Then use that fact to show it true for $n=k+1$: i.e, prove that: $$1^{k+1}-3^{k+1}-6^{k+1}+8^{k+1}=10u, u \in \Bbb Z$$ For this, I would use that $n^{k+1}=n(n^k)$