Let be the unique positive integer such that dividing by leaves a remainder of and dividing by leaves a remainder of . What is the tens digit of ?
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
N divides 273436 - 16 = 273420 and 272760 - 15 = 272745, hence their gcd 45; a remainder of 16 forces N > 16, leaving N = 45.
Solution
Remove the remainders first. The two conditions say exactly that
So divides any combination of these, in particular their difference:
Now run the Euclidean algorithm on the pair:
Since , the next remainder is , and , so
Hence is a divisor of : one of . A remainder of requires , which leaves only
Check: , so ; and , so . Both conditions hold, and the tens digit of is .
The answer is .
Why this works
"Leaves remainder " is a statement about divisibility of , never about itself, and subtracting the remainder immediately is what makes the gcd usable. Once is known to divide a specific small number, the problem becomes a short list of divisors, and the inequality that comes free with the word "remainder" picks out the unique one. The uniqueness promised by the problem is thus not an extra assumption but a consequence: is the only divisor of that exceeds .
Alternative approach
Subtract the two given numbers but correct for the remainders: , while the remainders differ by , so . Combine with to get , and finish with as before.
The trap
Subtracting the two given numbers to get 676 and factoring that; because the remainders differ by 1 the correct difference is 675, and 676 wrongly suggests N = 26 with tens digit 2, choice (C).
Common mistakes
- Subtracting the two given numbers to get 676 and factoring that; because the remainders differ by 1 the correct difference is 675, and 676 wrongly suggests N = 26 with tens digit 2, choice (C).
- Forgetting that the divisor must exceed every remainder and accepting or , giving tens digit or .
- Reporting the units digit, or reading the tens digit of as .
Techniques
Bound the quantity above/below or estimate to pin it down · Set up the equation/formula and compute; no special trick needed