Working Together: Combined Rate Problems

Work Rate 9th-10th Grade
PROBLEM
It takes Mandy 5 hours to proof a chapter of Hawkes Learning Systems' College Algebra book and it takes Phillip 11 hours. How long would it take them working together? (Round your answer to two decimal places.)

What This Problem Teaches

  • Converting individual work times to work rates (jobs per unit time)
  • Understanding that work rates add when people work simultaneously
  • Applying the combined work formula: time = 1 ÷ (sum of individual rates)
  • Recognizing the relationship between rates and reciprocals
  • Working with fractions in practical contexts and converting to decimals

Solution: Method 1 — The Rate Addition Approach

The key insight is that work rates add directly when people work together. A work rate tells us what fraction of the job gets completed per hour.

Step 1 — Find each person's work rate

If Mandy completes 1 chapter in 5 hours, her rate is:

Mandy's rate = 1 chapter ÷ 5 hours = 1/5 chapters per hour

If Phillip completes 1 chapter in 11 hours, his rate is:

Phillip's rate = 1 chapter ÷ 11 hours = 1/11 chapters per hour

Step 2 — Add their work rates

When working together, their combined rate is the sum of their individual rates:

Combined rate = 1/5 + 1/11

To add these fractions, we need a common denominator. The LCD of 5 and 11 is 55:

1/5 = 11/55 and 1/11 = 5/55 Combined rate = 11/55 + 5/55 = 16/55 chapters per hour

Step 3 — Find the time for one complete chapter

If they work at 16/55 chapters per hour, then to complete 1 chapter takes:

Time = 1 chapter ÷ (16/55 chapters per hour) = 55/16 hours

Step 4 — Convert to decimal and round

Converting the fraction to decimal:

55 ÷ 16 = 3.4375 hours

Rounded to two decimal places: 3.44 hours

Solution: Method 2 — The Combined Work Formula

There's a shortcut formula for two-person work problems that comes from the algebra we just did.

Step 1 — Apply the harmonic mean formula

For two people with individual times t₁ and t₂, their combined time is:

Combined time = (t₁ × t₂) ÷ (t₁ + t₂)

Step 2 — Substitute our values

With Mandy's time t₁ = 5 hours and Phillip's time t₂ = 11 hours:

Combined time = (5 × 11) ÷ (5 + 11) = 55 ÷ 16

Step 3 — Calculate the result

55 ÷ 16 = 3.4375 ≈ 3.44 hours

This formula works because it's algebraically equivalent to adding the reciprocal rates, but it's often faster to apply directly.

Answer: 3.44 hours

Verification

Let's verify this makes sense by checking that in 3.44 hours, they complete exactly one chapter.

Check Mandy's contribution

In 3.44 hours at 1/5 chapters per hour, Mandy completes:

3.44 × (1/5) = 3.44/5 = 0.688 chapters

Check Phillip's contribution

In 3.44 hours at 1/11 chapters per hour, Phillip completes:

3.44 × (1/11) = 3.44/11 ≈ 0.313 chapters

Verify the total

0.688 + 0.313 = 1.001 chapters ≈ 1 chapter ✓

The slight overage (0.001) is due to rounding 3.4375 to 3.44. Using the exact value 55/16 gives exactly 1 chapter.

Does This Seem Reasonable?

Let's do a sanity check on our answer of 3.44 hours.

The combined time should be less than either individual time: ✓ Our answer (3.44 hours) is less than both Mandy's time (5 hours) and Phillip's time (11 hours). This makes sense — two people working together should finish faster than either person alone.

The combined time should be more than half the faster person's time: ✓ Mandy is faster at 5 hours, and half of that would be 2.5 hours. Our answer (3.44 hours) is greater than 2.5 hours, which is correct — Phillip is slower than Mandy, so their combined time can't be as good as having two Mandys.

Comparison to the wrong answer: Students often mistakenly average the times: (5 + 11) ÷ 2 = 8 hours. But this would mean two people working together take longer than either person alone — which is absurd!

Common Pitfalls

✗ Averaging the times: (5 + 11) ÷ 2 = 8 hours

Why this is wrong: This assumes each person works half the time, not that they work simultaneously. When people work together, the total work gets done faster, not slower.

✗ Using the faster person's time: "It should take 5 hours since that's how long it takes Mandy"

Why this is wrong: This ignores Phillip's contribution entirely. Even though Phillip is slower, he's still adding productive work that reduces the total time.

✗ Adding rates incorrectly: 1/5 + 1/11 = 2/16 = 1/8

Why this is wrong: You can't add fractions by adding numerators and denominators separately. You must find a common denominator first: 1/5 + 1/11 = 11/55 + 5/55 = 16/55.

The General Pattern

Work rate problems follow a consistent structure that applies whether you have two people, three people, or even machines working together.

Individual work rate = 1 ÷ (time to complete job alone)
Combined rate = Sum of individual rates
Combined time = 1 ÷ (combined rate)

For exactly two workers with times t₁ and t₂, this simplifies to the harmonic mean formula:

Combined time = (t₁ × t₂) ÷ (t₁ + t₂)

Important limitation: These formulas assume all workers maintain their individual pace when working together. In reality, collaboration might introduce inefficiencies (coordination overhead) or efficiencies (division of subtasks), but those factors are beyond the scope of the mathematical model.

How to Spot This Problem Type

Work rate problems have distinctive language patterns. Watch for these phrases:

  • "How long would it take them working together?" — This is the classic question
  • "It takes [person A] X hours and [person B] Y hours" — Individual times given
  • "Working at the same rate..." — Different phrasing for the same concept
  • "If they work together..." — Signal that rates should be combined

The key structural clue is that you're given individual completion times and asked for the combined completion time. This immediately tells you to convert to rates, add them, then convert back to time.

You'll see this same mathematical structure in physics (parallel resistors), computer science (parallel processing), and economics (production capacity).

Real Applications

  • Software development: Estimating how long a coding project takes when multiple programmers work on different modules simultaneously
  • Manufacturing: Determining production capacity when running multiple assembly lines or machines in parallel
  • Medicine: Calculating drug clearance rates when multiple organs (kidneys, liver) eliminate a medication from the bloodstream
  • Network engineering: Computing total bandwidth when multiple internet connections are load-balanced

Four "What-If?" Problems

1Different Work Speeds
It takes Sarah 3 hours to edit a research paper and it takes Michael 8 hours. How long would it take them working together? (Round to two decimal places.)
Step 1 — Find individual work rates

Sarah's rate: 1/3 papers per hour
Michael's rate: 1/8 papers per hour

Step 2 — Add the rates

Combined rate = 1/3 + 1/8 = 8/24 + 3/24 = 11/24 papers per hour

Step 3 — Find time for one paper

Time = 1 ÷ (11/24) = 24/11 hours

Step 4 — Convert to decimal

24 ÷ 11 = 2.1818... ≈ 2.18 hours

Verification

In 2.18 hours: Sarah completes 2.18 × (1/3) = 0.727 papers
Michael completes 2.18 × (1/8) = 0.273 papers
Total: 0.727 + 0.273 = 1.000 papers ✓

Answer: 2.18 hours

2Head Start Scenario
Mandy starts proofreading a chapter alone. After 2 hours, Phillip joins her. How long will it take them to finish the chapter together from the point Phillip joins?
Step 1 — Find work completed by Mandy alone

In 2 hours at 1/5 chapters per hour: 2 × (1/5) = 2/5 of the chapter

Step 2 — Find remaining work

Remaining work = 1 - 2/5 = 3/5 of the chapter

Step 3 — Find combined rate when Phillip joins

Combined rate = 1/5 + 1/11 = 11/55 + 5/55 = 16/55 chapters per hour

Step 4 — Calculate time for remaining work

Time = (3/5) ÷ (16/55) = (3/5) × (55/16) = 165/80 = 33/16 hours

Step 5 — Convert to decimal

33 ÷ 16 = 2.0625 ≈ 2.06 hours

Answer: 2.06 hours from when Phillip joins

3Three Proofreaders
Mandy (5 hours), Phillip (11 hours), and Jordan (7 hours) all work together to proof one chapter. How long does it take? (Round to two decimal places.)
Step 1 — Find each person's work rate

Mandy: 1/5 chapters per hour
Phillip: 1/11 chapters per hour
Jordan: 1/7 chapters per hour

Step 2 — Add all three rates

Combined rate = 1/5 + 1/11 + 1/7
LCD of 5, 11, 7 is 385
= 77/385 + 35/385 + 55/385 = 167/385 chapters per hour

Step 3 — Find time for one chapter

Time = 1 ÷ (167/385) = 385/167 hours

Step 4 — Convert to decimal

385 ÷ 167 = 2.3053... ≈ 2.31 hours

Verification

Total work in 2.31 hours:
Mandy: 2.31 × (1/5) = 0.462
Phillip: 2.31 × (1/11) = 0.210
Jordan: 2.31 × (1/7) = 0.330
Total: 0.462 + 0.210 + 0.330 = 1.002 chapters ✓

Answer: 2.31 hours

4Reverse Problem
Mandy and Phillip working together can proof a chapter in 3.44 hours. Mandy alone takes 5 hours. How long would Phillip take working alone?
Step 1 — Set up the rate equation

Combined rate = 1/3.44 chapters per hour
Mandy's rate = 1/5 chapters per hour
Let Phillip's time = P hours, so his rate = 1/P

Step 2 — Write the rate addition equation

1/5 + 1/P = 1/3.44

Step 3 — Solve for P

1/P = 1/3.44 - 1/5
1/P = 5/17.2 - 3.44/17.2 = 1.56/17.2
1/P = 0.0907
P = 1/0.0907 ≈ 11.03

Step 4 — Verification using exact fractions

Using 55/16 hours (exact combined time):
1/5 + 1/P = 16/55
1/P = 16/55 - 1/5 = 16/55 - 11/55 = 5/55 = 1/11
Therefore P = 11 hours

Answer: 11 hours (which matches our original problem!)

Frequently Asked Questions

How do you solve work rate problems with two people working together?+
Add their individual work rates to find the combined rate. If person A completes the job in t₁ hours and person B in t₂ hours, their combined rate is 1/t₁ + 1/t₂ jobs per hour. In this problem, Mandy's rate is 1/5 and Phillip's is 1/11, so together they work at (1/5 + 1/11) = 16/55 chapters per hour.
Why do you add work rates instead of averaging the times?+
Work rates represent how much gets done per unit time, and these add directly when people work simultaneously. Averaging times would give you the wrong answer because faster workers contribute more to the combined effort. Here, averaging 5 and 11 hours gives 8 hours, but the actual answer is 3.44 hours because both people are working at the same time.
What's the general formula for combined work time?+
For two workers with individual times t₁ and t₂, the combined time is t = (t₁ × t₂)/(t₁ + t₂). This is the harmonic mean of the individual times. In this example: t = (5 × 11)/(5 + 11) = 55/16 ≈ 3.44 hours.
DN

Dr. Neven Jurkovic

Mathematics educator with expertise in problem-solving strategies

NJ
Neven Jurkovic, PhD

Professor of Computer Science, Palo Alto College, Alamo Colleges District, San Antonio, TX

Developer of Algebrator

Contact

This solution was prepared with AI assistance and reviewed by Dr. Jurkovic for mathematical accuracy and pedagogical clarity.

2026-06-04