Difficulty: Easy
Correct Answer: 2
Explanation:
Given data
Concept / Approach
Step-by-step calculation
Sum (excluding *): 5 + 1 + 7 + 3 + 2 + 4 = 22We need 22 + * ≡ 0 (mod 3) ⇒ * ≡ 2 (mod 3)Smallest digit satisfying this is 2.
Verification
22 + 2 = 24, which is divisible by 3.
Final Answer
2
Discussion & Comments