Problem: If $\binom{99}{19}\equiv 19\pmod{25}$ and $\binom{99}{19}\equiv 2\pmod {4}$, how can we deduce that $\binom{99}{19}\equiv 94\pmod{100}$?
My Attempt: The actual problem asks one to find $\binom{99}{19}\pmod{1000},$ but I am first trying to find the last two digits of $N=\binom{99}{19}.$ So I broke the $100$ into $25$ and $4$ since they are relatively prime and obtained the following congruences: $$\binom{99}{19}\equiv 19\pmod{25}$$ and $$\binom{99}{19}\equiv 2\pmod {4}.$$ But the solution,states that the lst two digits of $N$ are $94.$ I am unable to use the aforementioned facts to conclude that $N\equiv 94\pmod{100}.$ Please help.