Question

Difficulty: Very hardModular Arithmetic

If 5x2(mod11)5x \equiv 2 \pmod{11}, what is the value of (x34x)(mod11)(x^3 - 4x) \pmod{11} expressed in standard non-negative remainder form?

  1. 7Answer
  2. B
    -4
  3. C
    4
  4. D
    8

Answer

7
Solving the linear congruence 5x2(mod11)5x \equiv 2 \pmod{11} gives x7(mod11)x \equiv 7 \pmod{11}. Substituting x=7x = 7 into the expression (x34x)(x^3 - 4x) yields 734(7)=34328=3157^3 - 4(7) = 343 - 28 = 315. Dividing 315 by 11 gives a quotient of 28 and a remainder of 7. Alternatively, working entirely modulo 11 gives 26=47(mod11)2 - 6 = -4 \equiv 7 \pmod{11}. Thus, the canonical non-negative remainder is 7.

Step-by-Step Solution

1
Find the modular inverse of 5 modulo 11
The inverse is 9, since 5×9=451(mod11)5 \times 9 = 45 \equiv 1 \pmod{11}.
To isolate xx in the linear congruence 5x2(mod11)5x \equiv 2 \pmod{11}, multiply both sides by the modular inverse of 5.
2
Solve for x modulo 11
x2×9=187(mod11)x \equiv 2 \times 9 = 18 \equiv 7 \pmod{11}.
Simplifying 18 modulo 11 gives the canonical value of xx.
3
Evaluate x34xx^3 - 4x modulo 11
x373=3432(mod11)x^3 \equiv 7^3 = 343 \equiv 2 \pmod{11} and 4x4(7)=286(mod11)4x \equiv 4(7) = 28 \equiv 6 \pmod{11}, so x34x26=4(mod11)x^3 - 4x \equiv 2 - 6 = -4 \pmod{11}.
Substitute x7x \equiv 7 into the polynomial expression and reduce each term modulo 11.
4
Convert negative remainder to canonical non-negative form
4+11=7(mod11)-4 + 11 = 7 \pmod{11}.
Modular remainders must be expressed within the standard range [0,10][0, 10].

Key Concept

Linear modular congruences and negative remainder canonical reduction
Estimated Time:2m 0s
Rate this question