Question
The remainder when is divided by 21 is __________.
Answer: 428
Solution
Key Concepts: Modular Arithmetic and the Binomial Theorem
This problem involves finding the remainder of a large number raised to a large power when divided by a smaller number. This is best solved using modular arithmetic.
- Modular Arithmetic: We say that two integers and are congruent modulo , written as , if they have the same remainder when divided by . Equivalently, is a multiple of .
- Properties of Congruence:
- If , then for any positive integer . This allows us to simplify the base of an exponent before computing the power.
- If and , then .
- Binomial Theorem in Modular Arithmetic: A crucial application here is for expressions of the form . When expanded using the Binomial Theorem, every term except the last one (if is the isolated term) will contain a factor of . Thus, . This is particularly useful when or .
Step-by-Step Solution
1. Simplify the Base Modulo the Divisor
- Goal: The first step is to reduce the base of the exponent, , to its equivalent remainder when divided by . Working with smaller numbers in modular arithmetic is always more manageable.
- Calculation: Divide by :
- Explanation: This means that leaves a remainder of when divided by . In modular arithmetic notation, this is expressed as:
- Implication: Using the property , we can substitute with in our expression: Now, our task is to find the remainder of when divided by .
2. Find a Cyclical Pattern for Powers of the Simplified Base
- Goal: To simplify the large exponent , we look for a smaller power of that gives a remainder of (or , which is ) when divided by . This often creates a useful cycle.
- Calculation: Let's compute the first few powers of modulo : Now, find the remainder of when divided by :
- Explanation: We found that . This is a very convenient result because any power of is . This effectively breaks down the large exponent.
3. Apply the Pattern to the Exponent using Congruence and Binomial Principle
- Goal: Use the identity to simplify .
- Calculation: We can rewrite the exponent in terms of : So, we can express as: Now, substitute the congruence into this expression: Since raised to any positive integer power is :
- Explanation: This step leverages the property that if , then . Here, , so raising both sides to the power of gives , which simplifies to . Alternatively, we can see . So, . By the Binomial Theorem principle, , so .
4. Final Remainder
- Conclusion: We established in Step 1 that . We established in Step 3 that . Combining these, we conclude that:
- Answer: The remainder when is divided by is .
Tips and Common Mistakes to Avoid
- Always simplify the base first: Before dealing with large exponents, always reduce the base modulo the divisor. This dramatically simplifies subsequent calculations.
- Look for powers congruent to 1 or -1: When finding patterns, try to find or (which is equivalent to ). These are the most powerful simplifications.
- Ensure the remainder is in the correct range: A remainder when divided by must be an integer between and (inclusive). If your calculation yields a negative remainder (e.g., ), add the modulus to get the correct positive remainder (e.g., ).
- Careful with exponent splitting: Ensure that when you split an exponent (e.g., ), the modular equivalence applies correctly.
Summary
This problem effectively demonstrates the power of modular arithmetic for simplifying calculations involving large numbers and exponents. By first reducing the base modulo the divisor, and then finding a small power of the simplified base that is congruent to (or ), we can efficiently determine the final remainder using the properties of congruence and the binomial theorem principle.