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 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 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 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 71037^{103} when divided by 17. Here, the base is a=7a=7 and the modulus is p=17p=17. 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, 71717161(mod17)7^{17-1} \equiv 7^{16} \equiv 1 \pmod{17}. This means that every time we have 7167^{16}, 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: 103=16×6+7103 = 16 \times 6 + 7 This tells us that 71037^{103} can be written as (716)6×77(7^{16})^6 \times 7^7.
  • Modular reduction: Now we substitute this back into our problem: 7103(716)6×77(mod17)7^{103} \equiv (7^{16})^6 \times 7^7 \pmod{17} Since 7161(mod17)7^{16} \equiv 1 \pmod{17}: 7103(1)6×77(mod17)7^{103} \equiv (1)^6 \times 7^7 \pmod{17} 71031×77(mod17)7^{103} \equiv 1 \times 7^7 \pmod{17} 710377(mod17)7^{103} \equiv 7^7 \pmod{17} Explanation: By applying Fermat's Little Theorem, we have reduced the problem of finding the remainder of 71037^{103} to finding the remainder of 777^7 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 77(mod17)7^7 \pmod{17}. We will calculate powers of 7 incrementally, taking the remainder modulo 17 at each step to keep the numbers small.
  • Calculations:
    • 717(mod17)7^1 \equiv 7 \pmod{17}
    • 72=497^2 = 49. To find 49(mod17)49 \pmod{17}: 49=2×17+1549 = 2 \times 17 + 15. So, 4915(mod17)49 \equiv 15 \pmod{17}. Alternatively, 492(mod17)49 \equiv -2 \pmod{17} (since 49=3×17249 = 3 \times 17 - 2). Using negative remainders can sometimes simplify calculations.
    • 7372×715×7(mod17)7^3 \equiv 7^2 \times 7 \equiv 15 \times 7 \pmod{17} 15×7=10515 \times 7 = 105. To find 105(mod17)105 \pmod{17}: 105=6×17+3105 = 6 \times 17 + 3. So, 1053(mod17)105 \equiv 3 \pmod{17}. (Using negative remainder from 727^2: 73(2)×714(mod17)7^3 \equiv (-2) \times 7 \equiv -14 \pmod{17}. Since 14+17=3-14 + 17 = 3, we have 143(mod17)-14 \equiv 3 \pmod{17}.)
    • 7473×73×7(mod17)7^4 \equiv 7^3 \times 7 \equiv 3 \times 7 \pmod{17} 3×7=213 \times 7 = 21. To find 21(mod17)21 \pmod{17}: 21=1×17+421 = 1 \times 17 + 4. So, 214(mod17)21 \equiv 4 \pmod{17}.
    • 7574×74×7(mod17)7^5 \equiv 7^4 \times 7 \equiv 4 \times 7 \pmod{17} 4×7=284 \times 7 = 28. To find 28(mod17)28 \pmod{17}: 28=1×17+1128 = 1 \times 17 + 11. So, 2811(mod17)28 \equiv 11 \pmod{17}.
    • 7675×711×7(mod17)7^6 \equiv 7^5 \times 7 \equiv 11 \times 7 \pmod{17} 11×7=7711 \times 7 = 77. To find 77(mod17)77 \pmod{17}: 77=4×17+977 = 4 \times 17 + 9. So, 779(mod17)77 \equiv 9 \pmod{17}.
    • 7776×79×7(mod17)7^7 \equiv 7^6 \times 7 \equiv 9 \times 7 \pmod{17} 9×7=639 \times 7 = 63. To find 63(mod17)63 \pmod{17}: 63=3×17+1263 = 3 \times 17 + 12. So, 6312(mod17)63 \equiv 12 \pmod{17}.

3. Conclusion

From our calculations, we find that 71037712(mod17)7^{103} \equiv 7^7 \equiv 12 \pmod{17}.

Therefore, the remainder when 71037^{103} 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 (p1)(p-1) 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., 152(mod17)15 \equiv -2 \pmod{17}) 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 5(mod17)-5 \pmod{17}, the positive remainder is 5+17=12-5+17 = 12.

Summary and Key Takeaway

To find the remainder of a large power like aN(modp)a^N \pmod p where pp is a prime number, the most efficient method is to use Fermat's Little Theorem. First, reduce the exponent NN modulo (p1)(p-1). 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.

Practice More Binomial Theorem Questions

View All Questions