Work Rate Problem: Calculate Job Completion Time with Staggered Start
What This Problem Teaches
- Converting completion times to work rates using reciprocals
- Setting up equations for sequential work phases
- Adding work rates when machines operate simultaneously
- Solving fractional equations with multiple unknowns
- Understanding how staggered starts affect total completion time
Solution: Method 1 — The Work Rate Approach
Step 1 — Find each machine's work rate
Work rate equals 1 job divided by the time to complete that job.
New copier rate = 1/30 jobs per minute
Step 2 — Calculate work completed during the solo phase
The old copier works alone for 5 minutes at its rate of 1/42 jobs per minute.
Step 3 — Find the remaining work
After the old copier works alone, some portion of the job remains.
Step 4 — Calculate the combined work rate
When both machines work together, their rates add.
= 5/210 + 7/210
= 12/210 = 2/35 jobs per minute
Step 5 — Solve for the remaining time
Use the equation: Remaining work = Combined rate × Time together
t = (37/42) ÷ (2/35)
t = (37/42) × (35/2)
t = (37 × 35)/(42 × 2) = 1295/84
Step 6 — Simplify the answer
Convert the fraction to a mixed number or decimal.
t ≈ 15.42 minutes
Solution: Method 2 — The Remaining Job Equation
Step 1 — Set up the work completion equation
Let t = time after new machine joins. The total work equals 1 job.
(1/42) × 5 + (1/42 + 1/30) × t = 1
Step 2 — Simplify the solo work term
Step 3 — Find the common denominator for the combined rate
Step 4 — Substitute and solve
(2/35)t = 1 - 5/42
(2/35)t = 42/42 - 5/42 = 37/42
Step 5 — Isolate t
Verification
Let's check our answer by calculating the total work completed.
Work = (1/42) × 5 = 5/42 of the job
Work = (2/35) × (1295/84) = (2 × 1295)/(35 × 84) = 2590/2940
Simplifying: 2590/2940 = 37/42 of the job
5/42 + 37/42 = 42/42 = 1 complete job ✓
Common Pitfalls
Students often think: "42 + 30 = 72, so together they take 72/2 = 36 minutes." This is wrong because you add rates, not times. The correct combined time starting together would be 35/2 = 17.5 minutes.
Some students calculate only the combined work time and forget that the old copier already completed 5/42 of the job alone. This leads to solving (2/35)t = 1 instead of (2/35)t = 37/42.
When finding 1/42 + 1/30, students might add numerators and denominators: "1/42 + 1/30 = 2/72." Always find a common denominator: LCM(42,30) = 210, giving 5/210 + 7/210 = 12/210 = 2/35.
The Underlying Pattern
All staggered work problems follow this general structure:
Where Rate = 1/completion_time. This formula works for any number of workers joining at different times. The key insight is that work rates are additive when machines or workers operate simultaneously.
Where This Shows Up in Real Life
- Manufacturing: Production lines where additional machines come online to meet deadlines
- Computing: Parallel processing where multiple CPUs work together, or when additional servers join a computational task
- Construction: Projects where additional crews join partway through to accelerate completion
What If?
Old copier works at rate 1/42 jobs/min for 8 minutes: (1/42) × 8 = 8/42 = 4/21 of the job
Remaining = 1 - 4/21 = 17/21 of the job
Combined rate = 1/42 + 1/30 = 5/210 + 7/210 = 2/35 jobs/min
(2/35)t = 17/21t = (17/21) × (35/2) = 595/42 ≈ 14.17 minutes
Total work: 4/21 + (2/35) × (595/42) = 4/21 + 17/21 = 1 ✓
Let s = solo time for old copier, 25-s = time working together
(1/42)s + (2/35)(25-s) = 1
s/42 + 50/35 - (2s)/35 = 1s/42 + 10/7 - 2s/35 = 1
Common denominator 210: 5s + 300 - 12s = 210-7s = -90, so s = 90/7 ≈ 12.86 minutes
The old copier worked alone for 90/7 ≈ 12.86 minutes
Machine A alone: (1/60) × 10 = 1/6 of the job
A & B together: (1/60 + 1/40) × 5 = (2/120 + 3/120) × 5 = (5/120) × 5 = 25/120 = 5/24
Completed so far: 1/6 + 5/24 = 4/24 + 5/24 = 9/24 = 3/8
Remaining: 1 - 3/8 = 5/8
Combined rate = 1/60 + 1/40 + 1/30 = 2/120 + 3/120 + 4/120 = 9/120 = 3/40
(3/40)t = 5/8t = (5/8) × (40/3) = 200/24 = 25/3 ≈ 8.33 minutes
Combined rate = 1/42 + 1/30 = 2/35 jobs/min
Work completed together: (2/35) × 6 = 12/35
Remaining work = 1 - 12/35 = 23/35 of the job
Old machine rate = 1/42 jobs/min
Time needed: (23/35) ÷ (1/42) = (23/35) × 42 = 966/35
966 ÷ 35 = 27 21/35 = 27 3/5 = 27.6 minutes
The old machine works alone for 27.6 minutes
Frequently Asked Questions
2026-08-10