Please help! I’m not sure where to start. I really need someone to thoroughly explain how to do this.
2026-04-04 07:01:41.1775286101
List all the numbers which have an inverse MOD 20
470 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Let $a\in\{1,3,7,9,11,13,17,19\}$. For each of these, there exist $x,y$ such that $xa+20y=1$, by Bezout. That says that $xa\cong1\bmod{20}$. In other words, $x\cong a^{-1}\bmod{20}$.
As a check, $\varphi(20)=8$.