Question

Difficulty: MediumDivisibility Rules and Remainder Theorem

What is the remainder when the expression 4+9×11854 + 9 \times 11^{85} is divided by 1212?

  1. A
    1
  2. B
    5
  3. 7Answer
  4. D
    11

Answer

The correct remainder is 7.
The correct answer is 7 because applying modular arithmetic rules simplifies 118511^{85} to 1-1 modulo 12. Substituting this back into the expression yields 4+9×(1)=54 + 9 \times (-1) = -5. To find the true positive remainder, the modulus 12 is added to 5-5, resulting in exactly 7.

Step-by-Step Solution

1
Find the remainder of the base 11 when divided by the modulus 12.
111(mod12)11 \equiv -1 \pmod{12}
Using negative remainders simplifies calculations involving large exponents.
2
Evaluate the exponentiation term modulo 12.
1185(1)85=1(mod12)11^{85} \equiv (-1)^{85} = -1 \pmod{12}
A negative number raised to an odd power remains negative.
3
Substitute the evaluated power back into the expression following the standard order of operations (BODMAS).
4+9×(1)=49=5(mod12)4 + 9 \times (-1) = 4 - 9 = -5 \pmod{12}
Multiplication must be performed before addition.
4
Convert the negative remainder into a valid positive remainder.
5+12=7-5 + 12 = 7
The final remainder must be a positive integer between 0 and 11, achieved by adding the modulus.

Key Concept

Modular Arithmetic, Negative Remainders, and Order of Operations
Rate this question