Question
Let the number leave the remainder when divided by 3 and when divided by 7. Then is equal to :
Options
Solution
Key Concepts Used
This problem primarily relies on Modular Arithmetic (also known as congruence relation) and the properties derived from the Binomial Theorem for finding remainders of large powers.
Modular Arithmetic: The notation means that and have the same remainder when divided by . This is equivalent to stating that is divisible by . Key properties used here are:
- If , then for any positive integer .
- If and , then .
Binomial Theorem for Remainders: For an expression of the form , where is a multiple of , its expansion using the Binomial Theorem will be: All terms except the first one (containing ) will have a factor of , and thus be divisible by . Therefore, .
Step-by-step Solution
1. Finding : Remainder when is divided by 3
Goal: Determine such that , where .
-
Step 1.1: Simplify the base numbers modulo 3.
- For the term : We find the remainder of when divided by . Therefore, .
- For the term : We find the remainder of when divided by . A number is divisible by 3 if the sum of its digits is divisible by 3. Sum of digits of . Since is divisible by , is divisible by . Therefore, .
-
Step 1.2: Apply modular arithmetic properties to the powers.
- Since , we can raise both sides to the power of : Explanation: If a number leaves a remainder of when divided by , any positive integer power of that number will also leave a remainder of when divided by .
- Since , we can raise both sides to the power of : Explanation: If a number is divisible by (remainder ), any positive integer power of that number will also be divisible by .
-
Step 1.3: Combine the remainders for the sum. We add the congruences obtained in the previous step: Explanation: The remainder of a sum is the sum of the remainders (modulo the divisor).
-
Conclusion for : The remainder when is divided by 3 is .
2. Finding : Remainder when is divided by 7
Goal: Determine such that , where .
-
Step 2.1: Simplify the base numbers modulo 7.
- For the term : We find the remainder of when divided by . Therefore, .
- For the term : We find the remainder of when divided by . So, . Alternatively, and often more conveniently, we can express as , since . Thus, . Explanation: Using a negative remainder like can simplify calculations, especially when dealing with large powers, as it's easier to calculate powers of .
-
Step 2.2: Apply modular arithmetic properties to the powers.
- Since , we raise both sides to the power of : Explanation: Similar to Step 1.2, any positive integer power of a number that leaves a remainder of will also leave a remainder of .
- Since , we raise both sides to the power of : Explanation: An even power of is always . If the exponent were odd, the remainder would be , which would then be converted to a positive remainder ().
-
Step 2.3: Combine the remainders for the sum. We add the congruences obtained: Explanation: As before, the remainder of a sum is the sum of the remainders (modulo the divisor).
-
Conclusion for : The remainder when is divided by 7 is .
3. Calculating
Goal: Compute the final value using the determined and .
- We found and .
- Substitute these values into the expression :
Tips and Common Mistakes to Avoid
- Always simplify the base first: Before dealing with large exponents, always reduce the base number modulo the divisor. For example, instead of , simplify to get , making the calculation .
- Utilize negative remainders: When the remainder is (e.g., ), it's often beneficial to use instead. This dramatically simplifies calculations involving powers, as is either or . Remember to convert a final negative remainder back to a positive one by adding the modulus (e.g., ).
- Binomial Expansion Shortcut: Recognize that for , the remainder is simply . This is a direct consequence of the Binomial Theorem and avoids explicit expansion.
- Watch for large exponents: For extremely large exponents where Euler's Totient Theorem or Fermat's Little Theorem might be applicable, remember to reduce the exponent modulo (or for prime not dividing the base). This problem, however, only required direct application of basic modular arithmetic due to the bases simplifying to or .
Summary and Key Takeaway
This problem is a classic application of modular arithmetic to simplify complex expressions involving large powers. By understanding that and that , we can break down the problem into manageable steps. The strategic use of remainders, including negative remainders, is crucial for efficiency and accuracy. The final calculation of then becomes a straightforward substitution.