Question

Difficulty: Very hardDivisibility Rules and Remainder Theorem

Let N=75x38y2N = 75x38y2 be a seven-digit number that is completely divisible by 7272, where xx and yy are single-digit natural numbers such that x>yx > y. What is the remainder when 2xy+12^{x \cdot y + 1} is divided by 1313?

  1. 22Answer
  2. B
    1111
  3. C
    33
  4. D
    66

Answer

The remainder when 2xy+12^{x \cdot y + 1} is divided by 1313 is 22.
The seven-digit number 75x38y275x38y2 is divisible by 7272, which means it must satisfy divisibility by both 88 and 99. The last three digits 8y28y2 are divisible by 88 only when y=3y = 3 or y=7y = 7. The sum of digits 25+x+y25 + x + y is divisible by 99 when x+y=2x + y = 2 or x+y=11x + y = 11. Testing y=3y = 3 gives x=8x = 8, which satisfies x>yx > y. Testing y=7y = 7 gives x=4x = 4, which violates x>yx > y. Thus, x=8x = 8 and y=3y = 3, giving xy+1=25x \cdot y + 1 = 25. By Fermat's Little Theorem, 2121(mod13)2^{12} \equiv 1 \pmod{13}, so 225=(212)2212(mod13)2^{25} = (2^{12})^2 \cdot 2^1 \equiv 2 \pmod{13}.

Step-by-Step Solution

1
Apply divisibility rule by 8 to find possible values of y
yy can be either 33 or 77
A number is divisible by 7272 if it is divisible by both 88 and 99. For divisibility by 88, the last three digits 8y28y2 must be divisible by 88. Testing single digits gives 832/8=104832 / 8 = 104 and 872/8=109872 / 8 = 109.
2
Apply divisibility rule by 9 to find corresponding x values and enforce x > y
x=8x = 8 and y=3y = 3
For divisibility by 99, the sum of digits (7+5+x+3+8+y+2=25+x+y)(7 + 5 + x + 3 + 8 + y + 2 = 25 + x + y) must be a multiple of 99. If y=3y = 3, 28+x=36    x=828 + x = 36 \implies x = 8, satisfying x>yx > y. If y=7y = 7, 32+x=36    x=432 + x = 36 \implies x = 4, which violates x>yx > y.
3
Evaluate the exponent x * y + 1
Exponent = 25
Substituting x=8x = 8 and y=3y = 3 gives 83+1=258 \cdot 3 + 1 = 25.
4
Calculate 2^25 mod 13 using Fermat's Little Theorem
Remainder is 2
Since 1313 is prime, Fermat's Little Theorem states 2121(mod13)2^{12} \equiv 1 \pmod{13}. Therefore, 225=(212)2211222(mod13)2^{25} = (2^{12})^2 \cdot 2^1 \equiv 1^2 \cdot 2 \equiv 2 \pmod{13}.

Key Concept

Combining composite divisibility rules (8 and 9) with Fermat's Little Theorem for large power remainder evaluation.
Rate this question