How do I find the remainder of $3^{2002}$ divided by $5$ using mod? I can solve the remainder of, for example, $7^{220}$ divided by $8$ because $7=-1 \pmod 8$, but that doesn't work here.
2026-04-13 07:03:10.1776063790
Remainders and modulars
37 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Start with $3^2 \equiv -1 \pmod 5$, and the fact that $2002 = 2 \cdot 1001$.