Difficulty: Medium
Correct Answer: 9 days
Explanation:
Introduction / Context:
Another staged-contribution problem: all three begin, then Rashmi leaves early and, later, Ravina leaves before the end. Sum contributions over the appropriate intervals to solve for total time T.
Given Data / Assumptions:
Concept / Approach:
Partition the timeline into three intervals and add their contributions. Let T be total days. Middle interval length is (T - 7) days.
Step-by-Step Solution:
Verification / Alternative check:
Rough bounds: With three workers at start then fewer later, 9 days is plausible between the fastest joint and single-worker extremes.
Why Other Options Are Wrong:
They do not satisfy the partitioned-rate equality.
Common Pitfalls:
Misinterpreting “3 days before completion” as an isolated day rather than the last 3-day block without Ravina.
Final Answer:
9 days
Discussion & Comments