Question
The remainder, when is divided by 17, is __________
Answer: 7
Solution
Key Concept: Modular Arithmetic and Fermat's Little Theorem
This problem requires us to find the remainder of a large power of an integer when divided by another integer. This falls under the domain of modular arithmetic. A powerful tool for simplifying exponents in modular arithmetic, especially when the divisor is a prime number, is Fermat's Little Theorem.
Fermat's Little Theorem states that if is a prime number, then for any integer not divisible by , we have . This theorem allows us to significantly reduce large exponents.
Step-by-Step Solution
1. Identify the Modulus and Base, and Apply Fermat's Little Theorem
- Understanding the step: We need to find the remainder of when divided by 17. Here, the base is and the modulus is . Since 17 is a prime number and 7 is not divisible by 17, we can apply Fermat's Little Theorem.
- Applying the theorem: According to Fermat's Little Theorem, . This means that every time we have , it behaves like 1 in modulo 17 arithmetic.
- Reducing the exponent: Our goal is to reduce the exponent 103 using this property. We divide 103 by 16: This tells us that can be written as .
- Modular reduction: Now we substitute this back into our problem: Since : Explanation: By applying Fermat's Little Theorem, we have reduced the problem of finding the remainder of to finding the remainder of when divided by 17, which is a much simpler calculation.
2. Calculate the Remainder of the Reduced Power
- Understanding the step: We now need to find . We will calculate powers of 7 incrementally, taking the remainder modulo 17 at each step to keep the numbers small.
- Calculations:
- . To find : . So, . Alternatively, (since ). Using negative remainders can sometimes simplify calculations.
- . To find : . So, . (Using negative remainder from : . Since , we have .)
- . To find : . So, .
- . To find : . So, .
- . To find : . So, .
- . To find : . So, .
3. Conclusion
From our calculations, we find that .
Therefore, the remainder when is divided by 17 is 12.
Tips and Common Mistakes to Avoid
- Fermat's Little Theorem applicability: Remember that Fermat's Little Theorem applies when the modulus is a prime number and the base is not a multiple of the prime. For composite moduli, Euler's Totient Theorem is used.
- Careful with exponents: Ensure you correctly divide the large exponent by and use the remainder. A common mistake is to forget to take the remainder and just use the quotient.
- Modular reduction at each step: Always reduce the result modulo the divisor after each multiplication to keep the numbers manageable. This prevents calculations with very large numbers and reduces the chance of arithmetic errors.
- Using negative remainders: While optional, using negative remainders (e.g., ) can often simplify calculations, especially when squaring or cubing numbers. Just remember to convert to a positive remainder at the very end if required. For example, if you end up with , the positive remainder is .
Summary and Key Takeaway
To find the remainder of a large power like where is a prime number, the most efficient method is to use Fermat's Little Theorem. First, reduce the exponent modulo . Then, calculate the remainder of the base raised to this smaller exponent by performing sequential modular multiplications. This systematic approach ensures accuracy and simplifies complex problems.