Question

Difficulty: HardDivisibility Rules and Remainder Theorem

Consider the integer N=42×268+7×1485N = 4 - 2 \times 2^{68} + 7 \times 14^{85}. If NN is divided by 1313, which of the following represents the correct remainder?

  1. 6Answer
  2. B
    7
  3. C
    5
  4. D
    9

Answer

The correct remainder is 6.
By applying Fermat's Little Theorem, 268289(mod13)2^{68} \equiv 2^8 \equiv 9 \pmod{13}, and clearly 14851851(mod13)14^{85} \equiv 1^{85} \equiv 1 \pmod{13}. Substituting these values gives the expression 42(9)+7(1)=418+7=74 - 2(9) + 7(1) = 4 - 18 + 7 = -7. To find the valid positive remainder, we add the divisor 13 to the negative result, yielding 7+13=6-7 + 13 = 6.

Step-by-Step Solution

1
Simplify the term 1485(mod13)14^{85} \pmod{13}
1
Since 141(mod13)14 \equiv 1 \pmod{13}, any power of 14 will also be congruent to 185=11^{85} = 1.
2
Simplify the term 268(mod13)2^{68} \pmod{13} using Fermat's Little Theorem
9
Fermat's theorem states a121(mod13)a^{12} \equiv 1 \pmod{13}. Dividing 68 by 12 gives a quotient of 5 and a remainder of 8. Thus, 26828(mod13)2^{68} \equiv 2^8 \pmod{13}. Since 28=2562^8 = 256, and 256=13×19+9256 = 13 \times 19 + 9, the value is 9.
3
Substitute the simplified modulo values back into the original expression
42(9)+7(1)(mod13)4 - 2(9) + 7(1) \pmod{13}
Replacing the large exponent terms with their modulo 13 equivalents allows for simple arithmetic evaluation.
4
Evaluate the simplified arithmetic expression from left to right
7-7
Following the correct order of operations: 418+7=14+7=74 - 18 + 7 = -14 + 7 = -7.
5
Convert the negative result into a valid positive remainder
6
Remainders must be non-negative. Add the divisor (13) to the negative result: 7+13=6-7 + 13 = 6.

Key Concept

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