Combined Work
To find how long several people take together, add their rates. With two workers the shortcut is ab/(a+b) days. The LCM method scales beautifully to three or more: total = LCM(days); add units/day; divide. If a third person's time is unknown but the trio's combined time is given, subtract the known rates from the combined rate.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Core ideas
| One-day work | if A finishes in d days, rate = 1/d (or total/d units) |
|---|---|
| Combined | time = total work / (sum of rates) |
| Together formula | A and B together: ab/(a+b) days |
| Wages | pay splits in the ratio of work done (= ratio of rates if same time) |
Pipes
| Inlet | adds water (+rate) |
|---|---|
| Outlet / leak | removes water (-rate) |