Use binomial theorem to show that $7^n + 2$ is divisible by $3$.
What I've done: $$\begin{aligned} (a+b)^n &= \sum_{r=0}^{n}\dbinom{n}{r}a^{n-r}b^r \\\\ 7^n+2 &=( 1+6)^n+2\\ &= \sum_{r=0}^{n}\dbinom{n}{r}1^{n-r}\times6^r+2 \\ &= \sum_{r=0}^{n}\dbinom{n}{r}6^r+2 \end{aligned}$$
But I'm not sure what to do from there. Would appreciate any help.