Difficulty: Medium
Correct Answer: 10 days
Explanation:
Problem restatement
Two faster workers (B, C) start and then leave; compute remaining work for A and the time A needs.
Given data
Concept/Approach
First compute the fraction completed by (B + C) in 3 days, subtract from 1 to get the remainder, then divide by A's rate.
Step-by-step calculation
(B + C) rate = 1/9 + 1/12 = 7/36 Work done in 3 days = 3 × (7/36) = 7/12 Remainder = 1 − 7/12 = 5/12 Time for A = (5/12) ÷ (1/24) = (5/12) × 24 = 10 days
Verification
Unit-check: 10 days at 1/24 per day completes 10/24 = 5/12, equal to the remainder.
Common pitfalls
Final Answer
10 days
Discussion & Comments