mod 11 (remainder) for powers of two go in this cycle:
2 - 4 - 8 - 5 - 10 - 9 - 7 - 3 - 6 - 1 (and repeat)
This cycle is 10 long, so the exponent (1344452457) mod 10 is all that matters.
It's the same remainder as 2^7, which is 7.
2007-05-23 08:11:58
·
answer #1
·
answered by McFate 7
·
2⤊
0⤋
I’ve always liked Fermat’s Little Theorem.
X ^(p-1)â¡ 1(mod p) where p is prime.
It is useful in solving this problem:
As X^(p-1) x X^(p-1) â¡ 1(mod p)
We have X^[ 2(p-1)] â¡ 1(mod p)
It follows that X^[ k(p-1)] â¡ 1(mod p) for any integer k *
Here X = 2 and p = 11,
hence p -1 = 10
The problem remains to find the remainder when 2^1344452457 is divided by 11.
Using *
Let X = 2, p = 11 and k = 134445245, then as p – 1 = 10, the problem can be written:
2^1344452457 = 2^[134445245x10] x 2^7 â¡ 1 x 2^7 (mod p)
â¡ 2^7 (mod p)
â¡ 2^7 (mod p)
â¡ 128 (mod p)
â¡ 7 (mod p)
Hence the remainder is 7.
2007-05-24 10:07:36
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
2^1(mod 11) = 2
2^2(mod 11) = 4
2^3(mod 11) = 8
2^4(mod 11) = 5
2^5(mod 11) = 10
2^6(mod 11) = 9
2^7(mod 11) = 7
2^8(mod 11) = 3
2^9(mod 11) = 6
2^10(mod 11) = 1
2^11(mod 11) = 2, and the pattern will repeat from there.
Since 1344452457 ends in 7, 2 raised to this power will be congruent to 2^7(mod 11). The remainder is 7.
2007-05-23 15:10:39
·
answer #3
·
answered by Louise 5
·
4⤊
0⤋
Per Fermat's little theorem, x^(n-1) â¡ 1 mod n. So:
2^1344452457 = 2^1344452450 * 2^7 â¡ 2^7 = 128 â¡ 7 mod 11
So the remainder is 7.
2007-05-23 15:13:59
·
answer #4
·
answered by Pascal 7
·
4⤊
0⤋
I don't know that of the top of my head.
2007-05-23 15:08:46
·
answer #5
·
answered by Anonymous
·
0⤊
3⤋
None... 2^1344452457 is prime.
2007-05-23 15:12:37
·
answer #6
·
answered by Garden 3
·
0⤊
6⤋
Isn't "Fun" and "Mathematics" a contradiction in terms :o)
2007-05-23 15:11:34
·
answer #7
·
answered by Anonymous
·
1⤊
6⤋