After I did the first two steps in the induction , I am stuck in the last step ; to prove for $n+1$ that $2^{4^n}+5$ is divisible by $21$ , so I know that $2^{4^n}+5$ is divisible by $21$ is true . I want to prove for $n+1$ ( $n$ is natural ): $$2^{4^{n+1}}+5=$$ $$=2^{4^{n}\cdot 4}+5=$$ $$=2^{4^{n}\cdot 4}+5=$$ $$=2^{{4}^{{4}^{n}}}+5=$$ $$=16^{{4}^{n}}+5.$$ this is the last step I reached , I would be happy to get some recommendation on how to continue from here .
2026-04-07 14:40:28.1775572828
On
Prove by induction that $2^{4^n}+5$ is divisible by 21 .
133 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
We have that $2^{4^n}+5\equiv 0 \mod 21 \implies 2^{4^n}\equiv -5 \mod 21$ then for the induction step use that
$$2^{4^{n+1}}+5\equiv(2^{4^{n}})^4+5 \equiv(-5)^4+5\equiv (25)^2+5 \equiv 16+5\equiv0 \mod 21$$
Hint:
The statement is equivalent to $2^{4^n} = -5 + 21k$ for some $k\in\mathbb Z$. Then raise both sides to the $4$'th power. (Looks cleaner with modular arithmetic if you know it).