Difficulty: Medium
Correct Answer: 94
Explanation:
Given data
Concept / Approach
Step-by-step calculation
Let after first division by 4: N = 4a + 2.Then a ÷ 5 leaves remainder 3 ⇒ a = 5b + 3.Then b ÷ 6 leaves remainder 4 ⇒ b = 6c + 4.Thus N = 4(5(6c + 4) + 3) + 2 = 4(30c + 23) + 2 = 120c + 94.Least positive (c = 0): N = 94.
Verification
Final Answer
Least number = 94.
Discussion & Comments