Question
The remainder on dividing by 11 is ____________.
Answer: 5
Solution
Key Concepts and Formulas
This problem involves finding the remainder of a large power when divided by a number, which is a classic application of modular arithmetic. Specifically, we will leverage:
- Modular Exponentiation: The process of finding the remainder of a large power of an integer when divided by another integer.
- Properties of Modulo:
- If and , then .
- If , then for any positive integer .
- Fermat's Little Theorem: If is a prime number, then for any integer not divisible by , we have .
Step-by-step Solution
Our goal is to find the remainder of when divided by 11. This can be written as finding .
Step 1: Simplify the base (if necessary) First, check if the base of the exponent ( in this case) can be simplified modulo . Since , . No simplification is needed here.
Step 2: Find the cyclical pattern (Order of 5 modulo 11) We look for the smallest positive integer such that . This is called the order of modulo . According to Fermat's Little Theorem, since is a prime number and is not divisible by , we know that . This tells us that the order divides , so could be or . Let's calculate powers of modulo :
- (Since )
- (Since )
- (Since )
- (Since )
We found that . This is a more efficient cycle than . The significance of finding is that any power of will also be congruent to modulo . That is, .
Step 3: Reduce the exponent using the cycle Now, we want to evaluate . We use the fact that . Divide the exponent by the cycle length : This means we can rewrite as: Now, substitute the modular equivalences:
Step 4: Calculate the final remainder From Step 2, we already calculated . Therefore, The remainder when is divided by is .
Tips and Common Mistakes to Avoid
- Don't overcomplicate: Sometimes, a smaller cycle (like ) exists even if Fermat's Little Theorem suggests a larger one (). Always test smaller powers to find the actual order for efficiency.
- Modular Arithmetic is your friend: Always perform modulo operations at intermediate steps to keep numbers small and manageable. For instance, instead of calculating directly and then , we calculated , then , etc. This reduces the chance of large calculation errors.
- Be careful with negative remainders: While is true, the problem asks for the remainder, which by convention is a non-negative integer less than the divisor. So is the correct final answer.
- Understanding the binomial expansion (alternative approach): The original solution tried to use the binomial theorem. While valid, it's often more complex for this type of problem. If , we can write . Then . By the binomial theorem, this expands to . All terms except the last one will have a factor of , so . This confirms , which is the same result achieved more simply by .
Summary and Key Takeaway
To find the remainder of a large power when divided by :
- Find the cycle length (order) of modulo , i.e., the smallest positive integer such that . Fermat's Little Theorem can help narrow down possibilities if is prime.
- Reduce the exponent modulo . Let , where is the remainder.
- Then . Calculate to find the final remainder. Applying this method, the remainder on dividing by is .