How can I solve it?
I can solve it using the fact: if $b\mid a$ then $b^{n}\mid a^{n}$ (I have proved it using induction)
$\frac{120}{10}=12$ ,then $\frac{120^{2}}{100}$
this mean $120^{2}\equiv0\pmod{10}$
so, $120^{1492}\equiv (120^{2})^{746}\equiv 0^{746}\equiv 0\pmod{100}$
I'm asking for another way.
I tried this: $120=2^{3}\cdot3\cdot5$,so:$$[2^{4467}\pmod{100}\cdot3^{1492}\pmod{100}\cdot5^{1492}\pmod{100}]\pmod{100}$$ $3^{1492}\equiv41\pmod{100}$ using Euler's theorem
but I stuck with $$[2^{4467}\pmod{100}\cdot41\cdot5^{1492}\pmod{100]\pmod{100}}$$