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
\(\begin{array}{rcll} 2^{2011} \pmod {13} &=& \ ? \end{array}\)
\(\small{ \begin{array}{lrcll} 1. & gcd(13,2) &=& 1 \qquad | \qquad 13 \text{ and } 2 \text{ are relatively prim } \\ 2. & 13 \text{ is a prim number } \\ 3. & \phi() \text{ is Euler's totient function, Euler's phi function }\\ & \phi(p) &=& p-1 \qquad p \text{ is a prim number} \\ & \phi(13) &=& {\color{red}12} \\ 4. & 2^{\phi(13)} &\equiv& 1 \pmod{13} \\ & 2^{{\color{red}12}} &\equiv& 1 \pmod{13} \\ \hline &\text{ Let } \phi(n) \text{ denote the totient function. } \\ &\text{Then } a^{\phi(n)} \equiv 1 \pmod {n} \text{ for all } a \text{ relatively prime to } n. \\ \end{array} }\)
\(\begin{array}{rcll} 5. & 2011 &=& {\color{red}12}\cdot 167 + 7 \\ & 2^{2011 } \pmod{13} &=& 2^{ {\color{red}12}\cdot 167 + 7 } \pmod{13} \\ & &=& ( 2^{ {\color{red}12} } )^{167}\cdot 2^{7} \pmod{13} \\ & &\equiv& ( 1 )^{167}\cdot 2^{7} \pmod{13} \\ & &\equiv& 1\cdot 2^{7} \pmod{13} \\ & &\equiv& 2^{7} \pmod{13} \\ & &\equiv& 128 \pmod{13} \\ & &\equiv& 11 \pmod{13} \end{array} \)
The remainder of \(\frac{2^{2011}} {13}\) is \(\mathbf{11}\)