Difficulty: Medium
Correct Answer: 10
Explanation:
Given data
Concept / Approach
Step-by-step
Difference = 2272 − 875 = 1397So N must be a 3-digit divisor of 1397.Factor 1397: 1397 = 11 × 127The only 3-digit divisor is N = 127Sum of digits of N = 1 + 2 + 7 = 10
Verification
2272 mod 127 = 112; 875 mod 127 = 112. Remainders match.
Common pitfalls
Final Answer
Sum of digits = 10.
Discussion & Comments