I know that I have to prove this with the induction formula. If proved the first condition i.e. $n=6$ which is divisible by $6$. But I got stuck on how to proceed with the second condition i.e $k$.
2026-03-25 14:39:17.1774449557
Prove that $7^n - 1$ is divisible by 6
18.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
Induction step:n+1.
$7^{n+1} -1 = 7\cdot 7^{n} -1=$
$ (6+1)(7^n) -1=$
$6 \cdot 7^n +(7^n -1).$
By hypothesis $(7^n-1)$ is divisible by $6$, hence the above sum is divisible by $6.$