How can I get $2^{2m}-2^m+1 \equiv 3 \pmod 9$ when $m$ is an odd integer?
2026-03-27 10:45:42.1774608342
Prove $2^{2m}-2^m+1 \equiv 3 \pmod 9$.
58 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Let $x= 2^m$ and $m=2n+1$.
$$2^{2m}-2^m-2 = x^2-x-2 = (x-2)(x+1) = (2^m+1)(2^m-2)$$
Since $$2^m+1 = (2+1)(2^{m-1}+...+2^2+2+1) =3a$$
and $$2^m-2= 2(4^n-1) = 2(4-1)(4^{n-1}+...+4^2+4+1) =3b$$
we are done.