First, by Fermat's Little Theorem, 19^22 = 1(mod 23)
and 2001 = 90*22 + 21.
So19 ^2001 = 19^(90*22)*19^21 = 19^21(mod 23).
Since 19^22 = 1(mod 23), 19 ^21 = 1/19(mod 23)
= 19^-1(mod 23).
So we need to solve 19x = 1(mod 23)
and, by trial or by Euclid's algorithm, we find that
the answer is 17.
So the remainder is17.
2007-11-14 10:53:14
·
answer #1
·
answered by steiner1745 7
·
1⤊
0⤋
as per Fernat's Little theorem if p is a prime
a^p-1 = 1 mod p
so 19^22 = 1 mod 23
now 2001 = 22*90+21
so 19^2001 mod 23 = (19^20)^90 * 19^21 mod 23
= 19^21 mod 23
now 19 = -4 mod 23
so 19^2 = 16 mod 23
19^4 = 256 mod 23 = 3 mod 23
19*20 = (19^4)^5 mod 23 = 3 ^5 mod 23 = 243 mod 23 = 13 mod 23
19^21 = 13 * 19 mod 23 = 247 mod 23 = 17
so remainder = 17
19
2007-11-16 00:50:56
·
answer #2
·
answered by Mein Hoon Na 7
·
0⤊
0⤋
6
19/23 has remainder 4, 19^2001 has remainder 4^2001. 4^2001 when divided by 23 has a pattern of remainders that repeats itself every 11 times. the pattern goes 4,16,18,3,12,2,8,9,13,6,1, then repeats. 2001/11 has remainder of 10. the tenth number in the sequence is 6
2007-11-14 10:52:42
·
answer #3
·
answered by Anonymous
·
0⤊
2⤋
19^2001 mod 23
≡ (-4)^2001 mod 23
≡ -4^(11*181+10) mod 23
≡ -4^10 mod 23
≡ -6 mod23
≡ 17 mod 23
----------
Ideas:
4^11 mod 23
≡ 1 mod 23
2007-11-14 10:56:31
·
answer #4
·
answered by sahsjing 7
·
0⤊
0⤋
that's what a calculator is for
2007-11-14 10:42:00
·
answer #5
·
answered by Anonymous
·
0⤊
5⤋