For 1420172017 mod 60 I used a logarithm rule to solve it: 1420172017 mod 60 => lg(14) a = 20172017 In essence, I calculated 20172017 mod 60 = 37 (using Euler's Theorem). Then I used that result as a power of 14: 1437 mod 60 = 44.
I figured that the same principle would also apply to 2232.
So, first I tried to get the result of 232 mod 11. Since the point of this is not to use a calculator, I simplified the term using exponentation laws: 232 = 22 mod 11 * 230 11 = 4 * 1 = 4.
I checked the result and 232 mod 11 really is 4.
The problem appears during the next step: 24 mod 11 = 5. But 2232 mod 11 = 9. Therefore, my result is wrong.