Prove $2^{2m+1}+2^{2n}$ is divisible by 6 for all integers $n\geq1$ and $m\geq0$. Equivalently one can prove $2+4^k$ is divisible by 3.
2026-03-25 11:15:04.1774437304
On
On
Odd power of 2 plus even power of 2, is divisible by 6
261 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 $2\equiv -1 \bmod 3$ which trivially makes the sum $\equiv 0 \bmod 3$ (odd power plus even power).
0
On
Quite obvious with congruences modulo $6$:
It is easy to check that $\enspace2^n\equiv\begin{cases}2&\text{if $n$ is odd,}\\ 4&\text{if $n$ is even.} \end{cases}$
Thus the sum of an even and an odd power of $2$ is congruent to $4+2\equiv 0\mod 6$.
Still more obvious for the equivalent assertion: $4\equiv 1\mod 3$, so $$2+4^k\equiv 2+1^k=2+1\equiv 0\mod 3.$$
$$2^{2m+1}+2^{2n}=2\cdot4^m+4^n\equiv 2\cdot1^m+1^n\equiv2+1\equiv 0\pmod3$$
And the number is obviously even, so it is divisible by 6.