I m trying to solve the answer for this question using Eulers Theorem to calculate the exponential modulo.
3^2000 (mod 12). Cannot apply Euler's theorem since gcd(3,12) is not equal to 1 .
Is there any way to convert this to another form where gcd() is equal to one and can apply Euler's Theorem?