Question
The remainder when is divided by 7 is
Options
Solution
Key Concept: Modular Arithmetic
This problem requires finding the remainder of a large sum of powers when divided by 7. The most efficient way to solve this is by using modular arithmetic. Modular arithmetic deals with remainders after division.
The key properties of modular arithmetic that we will use are:
- Congruence: means that and have the same remainder when divided by , or equivalently, is a multiple of .
- Powers: If , then for any positive integer . This allows us to reduce the base of a power before evaluating it.
- Sum: If and , then . We can sum the remainders.
Step-by-step Solution
Our goal is to find the remainder of when divided by 7.
1. Simplify the bases using modular arithmetic First, we find the remainder of each base ( and ) when divided by 7.
-
For the base 2021: We divide 2021 by 7: So, . For easier calculation with powers, it's often beneficial to use a negative remainder if it's smaller in magnitude. Since , we can also write: This means .
-
For the base 2022: We divide 2022 by 7: So, . Using a negative remainder for simplicity (): This means .
2. Evaluate each term modulo 7
Now we substitute these simplified bases into the original expression:
Let's evaluate each term:
-
First Term: Since the exponent 2022 is an even number, is positive: Now, we need to find . Let's look for a pattern in the powers of 2 modulo 7: The powers of 2 modulo 7 cycle with a length of 3 (i.e., repeats every 3 powers). This is a very useful property. To use this, we find the remainder of the exponent when divided by the cycle length : Since the remainder is 0, this means is a multiple of 3. We can write . Therefore,
-
Second Term: Since the exponent 2021 is an odd number, is negative: In modular arithmetic, a negative remainder can be converted to a positive one by adding the modulus. So, .
3. Combine the results
Finally, we add the remainders of the two terms:
Therefore, the remainder when is divided by 7 is .
Relevant Tips and Common Mistakes to Avoid
- Choosing Remainders: When finding , you can choose any integer such that . Often, choosing to be the smallest non-negative integer (e.g., ) or the integer with the smallest absolute value (e.g., ) can simplify calculations, especially with large exponents. Negative remainders are particularly useful when the exponent is odd or even, as seen with and .
- Cyclicity of Powers (Order of an Element): For powers like , the sequence of remainders will eventually repeat. Finding this cycle length (or the order of modulo ) is crucial. For a prime modulus , Fermat's Little Theorem states that for any integer not divisible by . In our case, . However, we found an even shorter cycle: . Always look for the smallest cycle.
- Binomial Expansion: While binomial expansion could technically be used, e.g., , all terms except the last one (when ) are multiples of 7. Thus, . This confirms that reducing the base first using modular arithmetic is a direct and efficient shortcut, avoiding lengthy expansions.
Summary
By skillfully applying modular arithmetic, we first simplified the bases of the powers to their equivalent remainders modulo 7 ( and ). Then, by leveraging the cyclic nature of powers modulo 7, particularly , and the properties of negative numbers raised to odd/even powers, we reduced the expression to , which ultimately results in a remainder of 0. This method demonstrates the power of modular arithmetic in simplifying complex remainder problems.