2.4 Work Rates & Combined Labor Problems

Key Takeaways

  • Work rate is the fraction of a complete job accomplished per unit of time: R = 1 / T.
  • When two workers perform a job together, their individual rates add: R_total = R1 + R2 = 1/a + 1/b.
  • The two-person combined time shortcut formula is T = (a * b) / (a + b).
  • For partial shift problems, calculate the work done during the solo period first, then divide the remaining work by the combined rate.
  • Tank filling/draining problems treat inlet pipes as positive rates (+1/A) and drain pipes as negative rates (-1/B).
Last updated: July 2026

2.4 Work Rates & Combined Labor Problems

Work rate word problems on the AFQT evaluate your ability to compute how fast individuals, teams, or machines complete tasks working individually or collaboratively. Understanding the relationship between work completed ($W$), rate of work ($R$), and time ($t$) is essential for high scores.


The Core Work Rate Formula ($W = Rt$)

The fundamental work equation mirrors the distance formula ($d = rt$): W=RtW = R \cdot t

Where:

  • $W$ = Total work completed (often expressed as $1$ complete job).
  • $R$ = Rate of work per unit of time (job/hour, job/day).
  • $t$ = Time spent working.

Defining Individual Work Rates

If Worker A can complete $1$ entire job alone in $T$ hours, Worker A's hourly work rate ($R_A$) is: RA=1T of the job per hourR_A = \frac{1}{T} \text{ of the job per hour}

Example: If a mechanic takes $6$ hours to overhaul an engine, the mechanic overhauls $\frac{1}{6}$ of the engine per hour.


Combined Labor: Two Workers Completing One Job

When two entities work simultaneously without interfering with each other, their individual rates add together to yield a combined rate ($R_{\text{combined}}$).

Deriving the Combined Work Equation

Rcombined=RA+RB=1a+1bR_{\text{combined}} = R_A + R_B = \frac{1}{a} + \frac{1}{b} 1Tcombined=b+aab\frac{1}{T_{\text{combined}}} = \frac{b + a}{a \cdot b}

The Product-Over-Sum Shortcut Formula

Inverting the fraction yields the famous Product-over-Sum formula for two workers: Tcombined=aba+bT_{\text{combined}} = \frac{a \cdot b}{a + b}

Where:

  • $a$ = Time required for Worker A alone.
  • $b$ = Time required for Worker B alone.

Example: Tech A can configure a server in $4$ hours ($a = 4$), while Tech B can configure it in $6$ hours ($b = 6$). Tcombined=4×64+6=2410=2.4 hours (2 hours 24 minutes)T_{\text{combined}} = \frac{4 \times 6}{4 + 6} = \frac{24}{10} = 2.4 \text{ hours (2 hours 24 minutes)}


Multiple Workers and Variable Efficiency

When three or more workers collaborate, or when a crew consists of multiple identical workers, add all individual rates:

Combined Rate (3 workers)=1a+1b+1c\text{Combined Rate } (3 \text{ workers}) = \frac{1}{a} + \frac{1}{b} + \frac{1}{c}

Identical Worker Crew Formula

If $n$ identical workers each take $T$ hours to finish a job alone, the total time required for the crew of $n$ workers is: Tcrew=TnT_{\text{crew}} = \frac{T}{n}

Number of Workers ($n$)Individual Time ($T$)Combined Time ($T_{\text{crew}}$)
$1$ worker$12$ hours$12$ hours
$2$ workers$12$ hours$6$ hours
$3$ workers$12$ hours$4$ hours
$4$ workers$12$ hours$3$ hours
$6$ workers$12$ hours$2$ hours

Partial Shifts and Staggered Start Times

AFQT word problems often involve scenarios where one worker starts earlier, and a second worker joins later.

4-Step Algorithm for Staggered Work Problems

  1. Find individual rates: $R_A = \frac{1}{a}$ and $R_B = \frac{1}{b}$.
  2. Calculate initial work completed: Multiply Worker A's rate by the solo time ($t_{\text{solo}}$). Winitial=RAtsoloW_{\text{initial}} = R_A \cdot t_{\text{solo}}
  3. Determine remaining work: Subtract initial work from $1$ full job. Wremaining=1WinitialW_{\text{remaining}} = 1 - W_{\text{initial}}
  4. Divide remaining work by combined rate: Find remaining joint time ($t_{\text{joint}}$). tjoint=WremainingRA+RBt_{\text{joint}} = \frac{W_{\text{remaining}}}{R_A + R_B}

Tank Filling and Pipe Flow Problems

Pipe flow problems operate on the exact same principles as labor rates. However, when a drain or outlet pipe is open, its rate subtracts from the total filling rate.

Net Rate=Rinlet 1+Rinlet 2Routlet\text{Net Rate} = R_{\text{inlet 1}} + R_{\text{inlet 2}} - R_{\text{outlet}} 1Tnet=1A+1B1C\frac{1}{T_{\text{net}}} = \frac{1}{A} + \frac{1}{B} - \frac{1}{C}

Example: Pipe A fills a water tank in $3$ hours ($+1/3$), Pipe B fills it in $6$ hours ($+1/6$), and Drain C empties it in $4$ hours ($-1/4$). Net Rate=13+1614=412+212312=312=14\text{Net Rate} = \frac{1}{3} + \frac{1}{6} - \frac{1}{4} = \frac{4}{12} + \frac{2}{12} - \frac{3}{12} = \frac{3}{12} = \frac{1}{4} Time to fill tank=4 hours\text{Time to fill tank} = 4 \text{ hours}


Step-by-Step Worked AFQT Examples

Worked Example 1: Combined Labor Shortcut

Problem: Specialist Miller can dig a tactical trench in $5$ hours alone. Specialist Davis can dig the same trench in $7.5$ hours alone. If they work together at their respective constant rates, how many hours will it take them to dig the trench?

  • Step 1: Identify individual times $a = 5$ and $b = 7.5$.
  • Step 2: Apply Product-over-Sum shortcut. T=5×7.55+7.5=37.512.5=3 hoursT = \frac{5 \times 7.5}{5 + 7.5} = \frac{37.5}{12.5} = 3 \text{ hours}

Worked Example 2: Staggered Work Shifts

Problem: Carpenter A can build a command ramp in $10$ hours, and Carpenter B can build it in $15$ hours. Carpenter A begins working alone for $4$ hours. Carpenter B then joins Carpenter A, and they work together until the ramp is completed. What is the total time spent building the ramp?

  • Step 1: Find individual rates: $R_A = \frac{1}{10}$ and $R_B = \frac{1}{15}$.
  • Step 2: Calculate work done by Carpenter A in first $4$ hours. WA solo=4×110=410=25 of the jobW_{\text{A solo}} = 4 \times \frac{1}{10} = \frac{4}{10} = \frac{2}{5} \text{ of the job}
  • Step 3: Calculate remaining work. Wremaining=125=35 of the jobW_{\text{remaining}} = 1 - \frac{2}{5} = \frac{3}{5} \text{ of the job}
  • Step 4: Find combined rate $R_A + R_B$. Rcombined=110+115=330+230=530=16 job/hourR_{\text{combined}} = \frac{1}{10} + \frac{1}{15} = \frac{3}{30} + \frac{2}{30} = \frac{5}{30} = \frac{1}{6} \text{ job/hour}
  • Step 5: Calculate joint time for remaining work. tjoint=3/51/6=35×6=185=3.6 hourst_{\text{joint}} = \frac{3/5}{1/6} = \frac{3}{5} \times 6 = \frac{18}{5} = 3.6 \text{ hours}
  • Step 6: Add initial solo time to joint time for total duration. Total Time=4 hours+3.6 hours=7.6 hours (7 hours 36 minutes)\text{Total Time} = 4 \text{ hours} + 3.6 \text{ hours} = 7.6 \text{ hours (7 hours 36 minutes)}

Worked Example 3: Pipe Filling with Drain

Problem: An inlet pipe can fill a fuel bladder in $4$ hours. A drainage valve can completely empty a full bladder in $12$ hours. If the valve is accidentally left open while the inlet pipe is filling an empty bladder, how many hours will it take to fill the bladder?

  • Step 1: Identify inlet rate ($+1/4$) and outlet rate ($-1/12$).
  • Step 2: Subtract drain rate from inlet rate to find net rate. Net Rate=14112=312112=212=16 bladder/hour\text{Net Rate} = \frac{1}{4} - \frac{1}{12} = \frac{3}{12} - \frac{1}{12} = \frac{2}{12} = \frac{1}{6} \text{ bladder/hour}
  • Step 3: Invert net rate to find total filling time. Total Time=6 hours\text{Total Time} = 6 \text{ hours}

Common AFQT Traps & Shortcut Strategies

  1. The Direct Addition Fallacy: Never add completion times together! If Worker A takes $4$ hours and Worker B takes $6$ hours, working together takes LESS than $4$ hours, never $4 + 6 = 10$ hours!
  2. The Product-over-Sum Restriction: Remember that $T = \frac{ab}{a+b}$ ONLY works for TWO workers. For three workers, you must find a common denominator and sum their fractional rates: \frac{1}{a} + \frac{1}{b} + \frac{1}{c}.
Test Your Knowledge

Technician A can inspect an aircraft engine in 6 hours, while Technician B can inspect the same engine in 3 hours. How many hours will it take them to inspect the engine working together?

A
B
C
D
Test Your Knowledge

A painter can paint a barracks building in 8 hours. An apprentice can paint the same building in 12 hours. If the painter works alone for 2 hours before the apprentice joins, how many additional hours will it take them to finish painting the building together?

A
B
C
D
Test Your Knowledge

A fuel tank can be filled by Pipe A in 6 hours and by Pipe B in 12 hours. Drain C can empty the full tank in 8 hours. If all three are opened simultaneously on an empty tank, how many hours will it take to fill the tank?

A
B
C
D