How do you prove that $5(7^n)+3(11^n)-8$ is divisible by $3$ for all natural numbers $n$? I have been trying to figure this out and kept reaching dead ends. I would be grateful for some help
2026-05-04 18:14:35.1777918475
How do you prove that $5(7^n)+3(11^n)-8$ is divisible by $3$ for all natural numbers $n$?
92 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
If you are unfamiliar with modulo arithmetic:
You also have $8 = 3\cdot 2 + 2$, so you have
$$\begin{align}5\cdot 7^n + 3\cdot 11^n - 8 &= 5\cdot (3k_1 + 1) + 3\cdot 11^n - 3\cdot 2 - 2 \\&= 3\cdot(5k_1 + 11^n - 2) + 5 - 2 \\&= 3\cdot(5k_1 + 11^n - 2) + 3 \\&= 3\cdot (5k_1 + 11^n - 2 + 1)\end{align}$$ which is clearly a multiple of $3$.