Difficulty: Easy
Correct Answer: 10
Explanation:
Given data
Concept / Approach
Step-by-step calculation (direct)
18 × 955 = 17,190Remainder r = 17,200 − 17,190 = 10
Step-by-step (mod reasoning)
17,200 mod 9: digit sum = 1+7+2 = 10 ⇒ 10 mod 9 = 1 ⇒ r ≡ 1 (mod 9)Also r must be even (since 17,200 is even).Even residues < 18 that are ≡ 1 (mod 9): {10}. Hence r = 10.
Common pitfalls
Final Answer
Remainder = 10.
Discussion & Comments