Question
The remainder, when is divided by 23, is equal to:
Options
Solution
Key Concept: Fermat's Little Theorem
Fermat's Little Theorem is a fundamental result in number theory that simplifies calculations involving large exponents in modular arithmetic. It states that if is a prime number, then for any integer not divisible by , we have: This theorem is incredibly useful for reducing large exponents to smaller, more manageable values, making it easier to find remainders.
Problem Setup
We need to find the remainder when is divided by 23. Here, and . Since 23 is a prime number and 7 is not divisible by 23, we can apply Fermat's Little Theorem.
Step-by-Step Solution
Step 1: Apply Fermat's Little Theorem to simplify the base. According to Fermat's Little Theorem, . This means that any power of will also be congruent to 1 modulo 23. This is a powerful simplification, as it allows us to effectively "remove" multiples of 22 from the exponent.
Step 2: Simplify the exponent. Our goal is to express the exponent 103 in terms of multiples of 22. We do this by dividing 103 by 22: This tells us that can be written as .
Step 3: Rewrite the expression using modular properties. Now we substitute the result from Step 1 into our expression: Since , we can replace with 1 in the modular congruence: Now the problem has been significantly reduced to finding the remainder of when divided by 23.
Step 4: Calculate the remaining power (). To calculate , we can compute successive powers of 7 modulo 23: (since ) (using negative remainder simplifies calculations) (since ) (since ) (since )
Notice that is a very helpful intermediate result, as it means , which aligns with Fermat's Little Theorem. Now, we can use this to calculate : Substitute the values we found:
To express this as a positive remainder, we add 23: . Therefore, .
Tips for Modular Arithmetic
- Use Negative Remainders: When working with modulo , if a number has a remainder , then . It's often easier to work with if is greater than (e.g., is simpler than ).
- Break Down Exponents (Binary Exponentiation): To calculate for large , write in binary or break it down into powers of 2 (e.g., ) to minimize multiplications.
- Check for Smaller Orders: Always be on the lookout for a smaller exponent such that or , as this can simplify calculations even further than Fermat's Little Theorem. In this case, we found , which is more efficient than directly using for smaller exponents.
Summary/Key Takeaway
By leveraging Fermat's Little Theorem, we systematically reduced the large exponent down to . Subsequent calculations of using intermediate modular results and the property allowed us to efficiently determine the remainder. The remainder when is divided by 23 is 14.