Introduction
Combined work problems ask how long two or more workers (or machines) take when they work together. These problems are common because many real-world tasks are completed by teams - knowing how to add efficiencies correctly lets you estimate total time or shared contributions.
This pattern is important because it generalizes the basic formula W = R × T to multiple agents and forms the basis for more advanced mixture and collaborative work problems.
Pattern: Combined Work (A + B Together)
Pattern
Key concept: Add individual one-day works (rates) to get the combined one-day work; then take reciprocal to find total time.
If A takes TA days and B takes TB days to finish 1 work individually:
One-day work of A = 1/TA, One-day work of B = 1/TB.
Combined one-day work = 1/TA + 1/TB.
Total time when both work together = 1 ÷ (1/TA + 1/TB).
Step-by-Step Example
Question
A can finish a job in 12 days. B can finish the same job in 8 days. If both work together, how many days will they take to complete the job?
Options:
- A. 4.8 days
- B. 4 days
- C. 4.5 days
- D. 5 days
Solution
-
Step 1: Identify individual times and convert to one-day works.
A’s one-day work = 1/12.
B’s one-day work = 1/8. -
Step 2: Add the one-day works to get the combined rate.
Combined one-day work = 1/12 + 1/8 = (2 + 3) / 24 = 5/24. -
Step 3: Invert the combined rate to find total time.
Time = 1 ÷ (5/24) = 24/5 days = 4.8 days. -
Final Answer:
4.8 days → Option A -
Quick Check:
Check by multiplying time × combined rate: (24/5) × (5/24) = 1 (complete work) ✅
Quick Variations
1. More than two workers: add all individual one-day works (e.g., A + B + C = 1/TA + 1/TB + 1/TC).
2. One worker does part of the job first, then both work together - compute work done by the first part, subtract from 1, then use combined rate for remaining work.
3. Workers with different units (hours vs days): convert to the same time unit before adding rates.
4. When efficiencies given (e.g., A is k times as efficient as B), convert to rates using ratios and then compute combined time.
Trick to Always Use
- Step 1 → Convert each person's time to one-day work (reciprocal).
- Step 2 → Add all one-day works to get combined rate.
- Step 3 → Invert the combined rate to get total time (Time = 1 ÷ combined rate).
Summary
Summary
For combined work problems:
- Always convert times to one-day works first (use reciprocals).
- Add rates (do not add times) to get the combined rate.
- Take the reciprocal of the combined rate to find the time required when working together.
- Use the same unit (days/hours) across all workers and include a quick check by multiplying time × combined rate to ensure the result equals 1.
