Difficulty: Easy
Correct Answer: 4
Explanation:
Given data
Concept / Approach
Step-by-step calculation
Digit sum = 6 + 5 + 3 + x + y = 14 + x + yWith y = 0 ⇒ 14 + x ≡ 0 (mod 9) ⇒ x ≡ −14 ≡ 4 (mod 9)Valid digit x = 4; hence x + y = 4 + 0 = 4
Verification
65340 ÷ 90 = 726 exactly; digit sum 6+5+3+4+0=18 (multiple of 9) and ends with 0.
Common pitfalls
Final Answer
4
Discussion & Comments