Difficulty: Easy
Correct Answer: 7
Explanation:
Given data
Concept / Approach
Step-by-step calculation
Sum of known digits = 4 + 8 + 1 + 6 + 7 + 3 = 29We need 29 + * ≡ 0 (mod 9) ⇒ 29 ≡ 2 (mod 9), so * ≡ 7 (mod 9)Smallest digit satisfying this is 7
Verification
29 + 7 = 36, a multiple of 9.
Common pitfalls
Final Answer
Smallest digit is 7.
Discussion & Comments