Prove that $4^n$ is not divisible by 3.

374 Views Asked by At

How can one prove that $4^n$ is not divisible by 3, for any $n \ge 0$?

One way I found is to proof that $4^n - 1$ is always divisible by 3 (as demonstrated in a question here), thus $4^n$ could never be divisible by 3.

Can you suggest a better way to prove this?

Thanks!

5

There are 5 best solutions below

2
On

If $3$ divides $4^n=2^{2n}$ it would appear in the latter's factorisation into primes.

0
On

Use the fact that if a prime divides a product, then it must divide a single term in the product.

0
On

$$4=1\mod 3$$ and therefore $$4^n=1\mod 3$$ That's it.

0
On

Notice that $4^n=(2^2)^n=2^{2n}$ and $3$ is not a factor of $2^{2n}$.

4
On

The prime factors of $4^n$ is the multiset $\{(2, 2n)\}$ and $3 \not \in \{(2, 2n)\}$.