Difficulty: Medium
Correct Answer: 4 days
Explanation:
Introduction / Context:
Problems on time and work often use the idea that “work rate adds” when people work together. We convert each worker’s time to a daily rate and sum appropriately over the intervals when teams change.
Given Data / Assumptions:
Concept / Approach:
Their rates add when working together. Compute work done in the first segment, then finish the remainder with the larger team.
Step-by-Step Solution:
Combined rate of Kareena + Krishna = 1/9 + 1/18 = 1/6.Work done in first 3 days = 3 * (1/6) = 1/2.Remaining work = 1 - 1/2 = 1/2.All three together: 1/9 + 1/18 + 1/3 = 1/2 work/day.Time to finish remaining 1/2 at 1/2 per day = 1 day.Total time = 3 + 1 = 4 days.
Verification / Alternative check:
If the team of three does half the job in exactly one day, the arithmetic is internally consistent since their sum rate is 1/2.
Why Other Options Are Wrong:
6, 5, 7, and 8 days ignore either the strong boost from Shahid’s rate or mis-compute the first 3-day segment.
Common Pitfalls:
Forgetting to split the timeline at the 3-day mark; adding times instead of rates; or using 3 days of all three workers from the start.
Final Answer:
4 days
Discussion & Comments