Prove by Mathematical Induction $3^{2n}\equiv 1\pmod 4$ for every natural number n.

112 Views Asked by At

Prove by Mathematical Induction $3^{2n}\equiv 1 \pmod 4$ for every natural number n.

4

There are 4 best solutions below

5
On

For $n=1$ $3^2\equiv 1 \pmod 4$ Now suppose that $$3^{2n}\equiv 1\pmod 4$$ and you have to demonstrate that $3^{2n+2}\equiv 1\pmod 4$ Indeed $3^{2n}\cdot 3^2\equiv 1\pmod 4$

0
On

HINT: we have $3^{2(n+1)}=3^{2n}\cdot 3^2$

6
On

Base case : $9\equiv 1\ (\ mod\ 4\ )$ is true.

Suppose $9^n\equiv 1\ (\ mod\ 4\ )$

Then $9^{n+1}=9\times 9^n\equiv 9\equiv 1\ (\ mod\ 4\ )$

1
On

Actually, $3^{2n}\equiv 1\bmod 8$.

Indeed, by the binomial theorem, $3^{2n} = 9^n = (8+1)^n = 8a + 1$.