I am trying to solve 1420192019 mod 60 without using a calculator.
To do this, I am using the logarithm: a = bx -> x = logba => 1420192019 mod 60 => lg(14) a = 20192019 mod 60
a = 1420192019 mod 60
20192019 mod 60
The problem is that gcd(2019, 60) = 3 and NOT 1. So I can't use Euler's Theorem.
How do I solve this?
Using Chinese Remainder Theorem with $60 = 4 \times 15$. Note that $\gcd(4,15) = 1$.
Therefore, $$14^{2019^{2019}} \equiv 44 \pmod{60}.$$