Difficulty: Medium
Correct Answer: 60 days
Explanation:
Problem restatement
The pair completes a project in 30 days. After 20 days of working together, B leaves; A alone completes the rest in 20 days. Find A's solo time.
Given data
Concept/Approach
Compute the fraction completed in phase 1; the remainder is done by A in phase 2, which gives A's rate.
Step-by-step calculation
Work done in first 20 days = 20 × (1÷30) = 2÷3Remaining work = 1 − 2÷3 = 1÷3A completes 1÷3 in 20 days ⇒ A's rate = (1÷3) ÷ 20 = 1÷60 per dayTherefore, A's time alone = 60 days
Verification/Alternative
Check units: rate in job/day times days gives fraction of job, consistent in both phases.
Common pitfalls
Forgetting that only A works in the last 20 days; mixing average of 30 and 20 without using rates is incorrect.
Final Answer
60 days
Discussion & Comments