Analyzing the Setup
The challenge is to find the remainder when 7103 is divided by 17. Attempting to calculate this value directly is impossible, so we utilize the elegance of modular arithmetic to simplify the expression.
Breaking the Exponent
Our first step is to make the exponent manageable. Since 103 is odd, we extract one factor of 7 to make the remaining exponent even:
We focus on the base 72=49. This transformation allows us to work with a number that has a convenient relationship with our divisor, 17.
The Magic of Negative Remainders
We observe that 17⋅3=51. Since 49 is two units less than 51, we can express this in modular arithmetic as:
Substituting this into our expression, we get 7⋅(−2)51(mod17). Because 51 is an odd power, the negative sign is preserved, resulting in:
The Second Reduction
We now simplify 251 by finding a power of 2 close to a multiple of 17. We know that 24=16, which is congruent to −1(mod17). We rewrite 251 as:
Applying the modular equivalence, the expression becomes:
Since 12 is an even number, (−1)12=1. The expression simplifies to −7⋅8=−56.
Final Calculation
We have arrived at −56(mod17). To find the positive remainder, we identify the nearest multiple of 17 greater than 56, which is 17⋅4=68.
Alternatively, we can add multiples of 17 to −56 until we reach a positive value:
−56+17=−39
−39+17=−22
−22+17=−5
−5+17=12
The remainder is 12. By identifying proximity to multiples and utilizing negative remainders, we have tamed the giant exponent.