Difficulty: Medium
Correct Answer: 15 days
Explanation:
Problem restatement
A works daily; on each third day, B and C also join for that one day. Determine total completion time.
Given data
Concept/Approach
Consider a 3-day cycle: Day 1 and Day 2 (A alone), Day 3 (A + B + C). Compute work per cycle, then the number of cycles.
Step-by-step calculation
Work in 2 days by A = 2 × 1÷20 = 1÷10Work on the 3rd day by A + B + C = 1÷20 + 1÷30 + 1÷60 = 1÷10Total per 3-day cycle = 1÷10 + 1÷10 = 1÷5To finish 1 unit: need 5 cycles ⇒ 5 × 3 = 15 days
Verification/Alternative
1÷5 per cycle over 5 cycles totals 1.
Common pitfalls
Misinterpreting “every third day” as “three days in a row.” It means only the 3rd, 6th, 9th, … days.
Final Answer
15 days
Discussion & Comments