Difficulty: Medium
Correct Answer: 6 days
Explanation:
Introduction / Context:
Different categories of workers often have different speeds. Convert each category to a per-person daily rate, add rates to get a team rate, and then compute time = work / rate. The unitary-method approach keeps the arithmetic clean and scalable.
Given Data / Assumptions:
Concept / Approach:
Team rate = sum of individual rates, then time = 1 / (team rate). Be precise with fractions to avoid compounding rounding errors.
Step-by-Step Solution:
Verification / Alternative check:
Since the combined rate is exactly 1/6 job/day, finishing in 6 days is exact (no rounding).
Why Other Options Are Wrong:
5, 7, 8, 10 days contradict the exact combined-rate computation 1/6 job/day.
Common Pitfalls:
Adding times instead of rates, or using proportional reasoning on days rather than on daily work rates leads to wrong results.
Final Answer:
6 days
Discussion & Comments