Use Euler’s $ϕ$-function to calculate $121^{1002}$ mod $100$ without a calculator.
I know that $121^{1002} = (11^2)^{1002}$ = $11^{2004}$
Applying $ϕ$-function to $11^{2004}$, we get $ϕ$ = $11^{2004}-11^{2003}$ = $11^{2003}(11-1)$ = $10 \times 11^{2003}$
And then, how do I continue? Any help please?
Hint:
You're confusing the number to be exponentiated and the modulus.
We need $\varphi(100)==\varphi(2^2)\varphi(5^2)=40$, so $$ 121^{1002}=11^{2004}\equiv 11^{2004\bmod40}\mod 100. $$