Skip to main content
Back to Binomial Theorem
JEE Main 2024
Binomial Theorem
Binomial Theorem
Easy

Question

The remainder, when 71037^{103} 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 pp is a prime number, then for any integer aa not divisible by pp, we have: ap11(modp)a^{p-1} \equiv 1 \pmod{p} 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 71037^{103} is divided by 23. Here, a=7a=7 and p=23p=23. 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, 72317221(mod23)7^{23-1} \equiv 7^{22} \equiv 1 \pmod{23}. This means that any power of 7227^{22} 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: 103=22×4+15103 = 22 \times 4 + 15 This tells us that 71037^{103} can be written as (722)4×715(7^{22})^4 \times 7^{15}.

Step 3: Rewrite the expression using modular properties. Now we substitute the result from Step 1 into our expression: 7103=7(22×4)+15=(722)4×7157^{103} = 7^{(22 \times 4) + 15} = (7^{22})^4 \times 7^{15} Since 7221(mod23)7^{22} \equiv 1 \pmod{23}, we can replace 7227^{22} with 1 in the modular congruence: 7103(1)4×715(mod23)7^{103} \equiv (1)^4 \times 7^{15} \pmod{23} 71031×715(mod23)7^{103} \equiv 1 \times 7^{15} \pmod{23} 7103715(mod23)7^{103} \equiv 7^{15} \pmod{23} Now the problem has been significantly reduced to finding the remainder of 7157^{15} when divided by 23.

Step 4: Calculate the remaining power (715(mod23)7^{15} \pmod{23}). To calculate 715(mod23)7^{15} \pmod{23}, we can compute successive powers of 7 modulo 23: 717(mod23)7^1 \equiv 7 \pmod{23} 72493(mod23)7^2 \equiv 49 \equiv 3 \pmod{23} (since 49=2×23+349 = 2 \times 23 + 3) 7372×713×7212(mod23)7^3 \equiv 7^2 \times 7^1 \equiv 3 \times 7 \equiv 21 \equiv -2 \pmod{23} (using negative remainder simplifies calculations) 74(72)2329(mod23)7^4 \equiv (7^2)^2 \equiv 3^2 \equiv 9 \pmod{23} 7574×719×763176(mod23)7^5 \equiv 7^4 \times 7^1 \equiv 9 \times 7 \equiv 63 \equiv 17 \equiv -6 \pmod{23} (since 63=2×23+1763 = 2 \times 23 + 17) 710(75)2(6)23613(mod23)7^{10} \equiv (7^5)^2 \equiv (-6)^2 \equiv 36 \equiv 13 \pmod{23} (since 36=1×23+1336 = 1 \times 23 + 13) 711710×7113×791221(mod23)7^{11} \equiv 7^{10} \times 7^1 \equiv 13 \times 7 \equiv 91 \equiv 22 \equiv -1 \pmod{23} (since 91=3×23+2291 = 3 \times 23 + 22)

Notice that 7111(mod23)7^{11} \equiv -1 \pmod{23} is a very helpful intermediate result, as it means 722(1)21(mod23)7^{22} \equiv (-1)^2 \equiv 1 \pmod{23}, which aligns with Fermat's Little Theorem. Now, we can use this to calculate 7157^{15}: 715=711×74(mod23)7^{15} = 7^{11} \times 7^4 \pmod{23} Substitute the values we found: 715(1)×9(mod23)7^{15} \equiv (-1) \times 9 \pmod{23} 7159(mod23)7^{15} \equiv -9 \pmod{23}

To express this as a positive remainder, we add 23: 9+23=14-9 + 23 = 14. Therefore, 710314(mod23)7^{103} \equiv 14 \pmod{23}.

Tips for Modular Arithmetic

  • Use Negative Remainders: When working with modulo nn, if a number xx has a remainder rr, then xr(modn)x \equiv r \pmod{n}. It's often easier to work with rnr-n if rr is greater than n/2n/2 (e.g., 212(mod23)21 \equiv -2 \pmod{23} is simpler than 21(mod23)21 \pmod{23}).
  • Break Down Exponents (Binary Exponentiation): To calculate ak(modn)a^k \pmod{n} for large kk, write kk in binary or break it down into powers of 2 (e.g., 715=78×74×72×717^{15} = 7^{8} \times 7^4 \times 7^2 \times 7^1) to minimize multiplications.
  • Check for Smaller Orders: Always be on the lookout for a smaller exponent kk such that ak1(modp)a^k \equiv 1 \pmod{p} or ak1(modp)a^k \equiv -1 \pmod{p}, as this can simplify calculations even further than Fermat's Little Theorem. In this case, we found 7111(mod23)7^{11} \equiv -1 \pmod{23}, which is more efficient than directly using 7221(mod23)7^{22} \equiv 1 \pmod{23} for smaller exponents.

Summary/Key Takeaway

By leveraging Fermat's Little Theorem, we systematically reduced the large exponent 103103 down to 1515. Subsequent calculations of 715(mod23)7^{15} \pmod{23} using intermediate modular results and the property 7111(mod23)7^{11} \equiv -1 \pmod{23} allowed us to efficiently determine the remainder. The remainder when 71037^{103} is divided by 23 is 14.

Practice More Binomial Theorem Questions

View All Questions