Question

Difficulty: MediumDivisibility Rules and Remainder Theorem

When a positive integer xx is divided by 1717, the remainder is 1212. When another positive integer yy is divided by 1717, the remainder is 1515. What is the positive remainder when the expression 4x5y4x - 5y is divided by 1717?

  1. A
    4
  2. 7Answer
  3. C
    10
  4. D
    16

Answer

7
Using the properties of modular arithmetic, we substitute the remainders into the expression: 4(12)5(15)=4875=274(12) - 5(15) = 48 - 75 = -27. To find the equivalent positive remainder modulo 1717, we add the nearest larger multiple of 1717, which is 3434. Thus, 27+34=7-27 + 34 = 7.

Step-by-Step Solution

1
Express the given properties using modular arithmetic.
x12(mod17)x \equiv 12 \pmod{17} and y15(mod17)y \equiv 15 \pmod{17}
This allows us to substitute the remainders directly into the expression.
2
Substitute the remainders into the expression 4x5y4x - 5y.
4(12)5(15)4(12) - 5(15)
By the properties of modular arithmetic, the remainder of a sum or difference is the sum or difference of the individual remainders.
3
Evaluate the arithmetic expression.
4875=2748 - 75 = -27
Simplifying the multiplication and subtraction gives the intermediate negative remainder.
4
Convert the negative remainder into a valid positive remainder.
2727+2(17)27+347(mod17)-27 \equiv -27 + 2(17) \equiv -27 + 34 \equiv 7 \pmod{17}
A valid remainder must be a positive integer between 00 and the divisor minus 11.

Key Concept

Modular Arithmetic Operations and Negative Remainders
Rate this question