Can anyone help me? Tried several times, but didn't get a solution.
2026-04-02 05:21:13.1775107273
On
On
Proof by induction: $4^{3n} +8$ divisible by $9$
406 Views Asked by user119228 https://math.techqa.club/user/user119228/detail At
5
There are 5 best solutions below
0
On
The base case should be clear. For the induction step write $4^{3(n+1)}+8$ in the form
$$4^{3(n+1)}+8=(4^{3n}+8) \cdot 4^3+8(1-4^3)$$
and show that both summands on the RHS are divisible by $9$.
0
On
It is easy to see that equation is true for $P(1)$
Let us assume it is true for $P(n).$
$$ P(n)\implies 9|4^{3n}+8$$ $$ \implies 4^{3n} = 9\lambda - 8 $$ for some value of $\lambda.$
for $P(n+1)$ , we have: $$P(n+1) = 4^{3(n+1)} + 8$$ $$ =4^{3n}.4^3 + 8 $$ $$ = 8(4^{3n}.8 + 1) $$ $$ =8(72\lambda - 64+1) $$ $$=9(64\lambda -56)$$ which is clearly divisible by $9$.
Hint:
(1) Start with the induction base (here $n=0$): $4^{3\cdot 0} + 8 = 1+8 = 9$ which is divisible by $9$.
(2) In the induction step, assume that $4^{3n}+8$ is divisible by $9$ for some $n\geq 0$.
Prove that $4^{3(n+1)}+8$ is divisible by $9$ using that $4^{3n}+8$ is divisible by $9$. Just fill in the details.