Difficulty: Medium
Correct Answer: 1683
Explanation:
Concept / Approach
Step-by-step calculation
LCM(5,6,7,8) = 840N = 840k + 3Divisibility by 9: 840k + 3 ≡ 0 (mod 9)840 ≡ 3 (mod 9) ⇒ 3k + 3 ≡ 0 ⇒ 3(k + 1) ≡ 0 (mod 9)k + 1 ≡ 0 (mod 3) ⇒ k ≡ 2 (mod 3)Smallest k = 2 ⇒ N = 840×2 + 3 = 1683
Verification
1683 ÷ 9 = 187 (exact); 1683 leaves remainder 3 when divided by 5, 6, 7, and 8 since 1680 is a common multiple.
Final Answer
1683
Discussion & Comments