Question

Difficulty: Very hardDivisibility Rules and Remainder Theorem

What is the remainder when the expression 15100+1910015^{100} + 19^{100} is divided by 1717?

  1. 15Answer
  2. B
    2
  3. C
    1
  4. D
    3

Answer

The remainder when 15100+1910015^{100} + 19^{100} is divided by 1717 is 1515.
Reducing the bases modulo 17 gives 15215 \equiv -2 and 19219 \equiv 2. Since 100100 is even, (2)100+2100=22100=2101(-2)^{100} + 2^{100} = 2 \cdot 2^{100} = 2^{101}. By Fermat's Little Theorem (2161(mod17)2^{16} \equiv 1 \pmod{17}), 210125=3215(mod17)2^{101} \equiv 2^5 = 32 \equiv 15 \pmod{17}. Thus, the correct remainder is 15.

Step-by-Step Solution

1
Reduce the base numbers modulo 17
152(mod17)15 \equiv -2 \pmod{17} and 192(mod17)19 \equiv 2 \pmod{17}
Using negative remainders simplifies power calculations.
2
Rewrite the expression using modular congruence
15100+19100(2)100+2100=2100+2100=2×2100=2101(mod17)15^{100} + 19^{100} \equiv (-2)^{100} + 2^{100} = 2^{100} + 2^{100} = 2 \times 2^{100} = 2^{101} \pmod{17}
Since the exponent 100100 is even, (2)100=2100(-2)^{100} = 2^{100}.
3
Apply Fermat's Little Theorem to simplify the exponent
2161(mod17)2^{16} \equiv 1 \pmod{17}
17 is prime and gcd(2,17)=1\gcd(2, 17) = 1.
4
Divide the exponent 101 by 16 to find the remaining power
101=16×6+5    2101(216)6×2516×3232(mod17)101 = 16 \times 6 + 5 \implies 2^{101} \equiv (2^{16})^6 \times 2^5 \equiv 1^6 \times 32 \equiv 32 \pmod{17}
Any integer power of 1 is 1 under modular arithmetic.
5
Compute the final positive remainder
32=17×1+15    3215(mod17)32 = 17 \times 1 + 15 \implies 32 \equiv 15 \pmod{17} (or 2+17=15-2 + 17 = 15)
Remainders must be non-negative integers strictly less than the divisor.

Key Concept

Fermat's Little Theorem and Negative Remainders in Modular Arithmetic
Rate this question