Question
The remainder left out when is divided by 9 is :
Options
Solution
Key Concept: Binomial Theorem and Modular Arithmetic
This problem involves finding the remainder of an algebraic expression when divided by a specific number (9). The core concept used here is a powerful application of the Binomial Theorem in conjunction with Modular Arithmetic.
The Binomial Theorem allows us to expand expressions of the form . When we need to find the remainder upon division by a number, say , we can strategically rewrite the terms in the form . In such an expansion, every term containing (or its powers) as a factor will be a multiple of , and thus will contribute 0 to the remainder. The remainder will then depend solely on the terms that do not contain . Specifically, a crucial property for finding remainders is: If is a multiple of , then . This means we only need to consider the remainder of the part.
Step-by-Step Solution
We need to find the remainder when is divided by 9. We will analyze each term separately using the Binomial Theorem.
Step 1: Rewrite the base numbers as a multiple of 9 plus or minus 1.
- For the first term, : We can express in relation to as . Therefore, the first term becomes .
- For the second term, : We need to relate to . is close to , which is a multiple of (). So, we can express as . Therefore, the second term becomes .
Step 2: Apply the Binomial Theorem to each term to find its remainder when divided by 9.
-
Analyzing the first term: Using the Binomial Theorem for (where , , and ): When this entire expansion is divided by 9: Every term from the first term down to the second-to-last term contains a factor of 9 (or a higher power of 9). This means all these terms are perfectly divisible by 9, contributing a remainder of 0. The remainder will thus be determined by the last term, which does not contain a factor of 9: Since , , and is an even integer, : So, the remainder of when divided by 9 is 1.
-
Analyzing the second term: Using the Binomial Theorem (where , , and ): {\left( {63 - 1} \right)^{2n + 1}} = \binom{2n+1}{0} (63)^{2n+1} (-1)^0 + \binom{2n+1}{1} (63)^{2n} (-1)^1 + \dots + \binom{2n+1}{2n} (63)^1 (-1)^{2n} + \binom{2n+1}{2n+1} (63)^0 (-1)^{2n+1}} When this entire expansion is divided by 9: Since is a multiple of (), every term from the first term down to the second-to-last term contains a factor of 63 (or a higher power), and thus is a multiple of 9. These terms contribute 0 to the remainder. The remainder will be determined by the last term: We know that , , and is an odd integer, so : So, the remainder of when divided by 9 is -1 (which is equivalent to 8, as ).
Step 3: Combine the remainders for the original expression.
Now we substitute the individual remainders back into the original expression:
Thus, the remainder when is divided by 9 is 2.
Alternative Approach: Direct Modular Arithmetic
A more direct and often quicker approach for remainder problems is to use properties of modular arithmetic directly:
-
Simplify bases modulo 9:
-
Apply powers:
- Since is always an even integer, . So, .
- Since is always an odd integer, . So, .
-
Combine: Both methods yield the same correct remainder.
Tips for Success & Common Pitfalls
- Choose the right form: When using the Binomial Theorem for remainders, try to express the base as or , where is a multiple of the divisor. This simplifies the expansion significantly.
- Negative Remainders: A remainder like -1 is mathematically valid. To convert it to a positive remainder (which is typically expected in answers), add the divisor: . However, for intermediate steps, negative remainders can simplify calculations, as seen in the modular arithmetic approach.
- Parity of Exponents: Always pay close attention to whether the exponent is even or odd when dealing with .
- Binomial Expansion vs. Modular Arithmetic: While the Binomial Theorem provides the fundamental proof, direct modular arithmetic () is often much faster and less prone to calculation errors for remainder problems.
Summary & Key Takeaway
By strategically rewriting the bases of the powers as "multiple of 9 plus or minus 1" and then applying the Binomial Theorem (or direct modular arithmetic), we efficiently determined that all terms except the final cancel out modulo 9. The expression simplifies to . This demonstrates the power of simplifying numbers modulo the divisor before performing operations, especially with large powers.