Quote:
Originally Posted by tatimatla Solve this: What is the remainder when 17^28820 is divided by 30030? |
30030 = 2*3*5*7*11*13
all the factors are coprime
17=1mod2 17^28820=1mod2
17=2mod3 17^28820=1mod3
17=2mod5 17^28820=1mod5
17=3mod7 17^28820=2mod7
17=6mod11 17^28820=1mod11
17=4mod13 17^28820= 1mod13
therefore 17^28820=1mod(2*3*5*11*13)=1mod4290
also 17^28820=2mod7
from these conditions v get 17^28820=25741mod4290 & 17^28820=25741mod7
therefore 17^28820=25741mod 30030
therefore the remainder is 25741.