How to solve this problem without using Euler's Theorem?n Any help is highly appreciated!
What is the remainder of $19^{1999}$ divided by 25?
How to solve this problem without using Euler's Theorem?n Any help is highly appreciated!
What is the remainder of $19^{1999}$ divided by 25?
You can find out what value of $n$ satisfies $19^n\equiv1\mod25$ just by trying all values of $n$ from $1$ to $25$. Once you get that value, which I will call $m$, you find $19^k\mod25$, where $k\equiv1999\mod m$. In this case, $m=10$, so you find $k\equiv1999\equiv9\mod10$. Your final solution is $19^{1999}\equiv19^9\equiv4\mod25$.