2x | Remainder of 2x |
x = 1 | 2 |
x = 2 | 4 |
x = 3 | 8 |
x = 4 | 3 |
x = 5 | 6 |
x = 6 | 12 |
x = 7 | 11 |
2x | Remainder of 2x |
x = 8 | 9 |
x = 9 | 5 |
Using the Math Olympiad Method, we can't find out a pattern.
Using a graphing calculator, it is very difficult.
Therefore, we can't solve it easily.
MWizard2k04:
This is a primitive problem for any good calculator with a "mod" funtion on it, such as HP calculator that comes with "Windows": remainder of 2^2011/13=2^2011 mod 13=11
remainder of 2^2011/13
22011(mod13)= ?
1.gcd(13,2)=1|13 and 2 are relatively prim 2.13 is a prim number 3.ϕ() is Euler's totient function, Euler's phi function ϕ(p)=p−1p is a prim numberϕ(13)=124.2ϕ(13)≡1(mod13)212≡1(mod13) Let ϕ(n) denote the totient function. Then aϕ(n)≡1(modn) for all a relatively prime to n.
5.2011=12⋅167+722011(mod13)=212⋅167+7(mod13)=(212)167⋅27(mod13)≡(1)167⋅27(mod13)≡1⋅27(mod13)≡27(mod13)≡128(mod13)≡11(mod13)
The remainder of 2201113 is 11