With these kinds of problems, I use congruence, and I aim to get the remainder to be -1, which then gets me pretty close to the solution. On this one I'm kinda stuck. Can't get to that -1.
2026-04-03 09:14:14.1775207654
What is the remainder of $2019^{2021}$ divided by 11
1.7k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
A very elementary way to calculate this is the following:
First, divide $2019$ by $11$ to get $2019=183\cdot11+6$. Note that $$(183\cdot11+6)^{2021}=6^{2021}+\text{ a multiple of }11$$ so we can calculate the remainder of $6^{2021}/11$ instead.
Now, if you try with lower exponents, can find this:
...
This suggests that the sequence of the remainders is periodic, and the period is $10$. (Note that we can find the remainder of a power knowing only the remainder of the previous power). That is, if you increase the exponent by $10$ the remainder is the same.
So $6^{2021}/11$ has the same remainder as $6^1/11$, that is, $6$.
Remark: Fermat's theorem, mentioned in other answers, allows to find the period much faster.