so this is a slightly different take on a question I asked, but instead of the product of two numbers- this time it is a very large number raised to a very large power.
I am meant to use the Chinese Remainder Theorem to solve this, I have attempted to reduce the $1030^{989}$ down using the power rules and mod as I go, and have eventually hit $842\bmod 3003$ and now I am unsure of where to go from here, (or even if reducing the power was the right step to take).
Step by step instruction works better than simply giving hints or general guidance, but any help you can give is of course appreciated.
Thank you
Hint: $3003 = 3 \cdot 7 \cdot 11 \cdot 13$ and so you reduce $1030 \bmod 3 , 7,11,13$ and $989 \bmod 2,6,10,12$.