7.3 Distance, Rate, Time & Multi-Step Practical Workplace Word Problems

Key Takeaways

  • The motion triangle d = rt yields three interchangeable equations (Distance = Rate × Time, Rate = Distance ÷ Time, Time = Distance ÷ Rate) requiring strict dimensional consistency across hours, minutes, and miles.
  • The average speed for a round-trip journey over equal distances is never the arithmetic average of the speeds; it is the harmonic mean: (2 · r₁ · r₂) ÷ (r₁ + r₂), because more travel time is spent at the slower speed.
  • Combined work-rate problems require summing individual fractional hourly output rates (1/T₁ + 1/T₂ = 1/T_together) and inverting the sum to find total completion time.
  • Workplace yield calculations with material scrap margins mandate dividing desired net output by the usable yield rate (Total Required = Target Output ÷ (1 - Scrap Rate)), rather than multiplying by 1 + Scrap Rate.
  • The 4-step translation method (Read Target First, Extract Quantities, Map to Core Template, Sanity-Check Options) eliminates test anxiety and solves dense paragraphs under 26.7 seconds.
Last updated: September 2026

7.3 Distance, Rate, Time & Multi-Step Practical Workplace Word Problems

Word problems represent the ultimate test of quantitative competency on the Wonderlic Basic Skills Test. Unlike isolated computational drills, applied word problems require candidates to filter narrative distractors, extract relevant numerical data, establish algebraic relationships, and compute solutions with zero margin for error—all within an average limit of 26.67 seconds per item.

Success on WBST word problems does not require complex calculus or advanced algebra. It requires mastering three core conceptual frameworks: the Distance-Rate-Time motion model, the Harmonic Mean round-trip principle, and the Reciprocal Work-Rate formula, supported by an efficient 4-step translation technique.


The Motion Triangle: Distance, Rate & Time

All uniform motion word problems are governed by the linear relationship between distance ($d$), rate or speed ($r$), and elapsed time ($t$):

                                THE MOTION TRIANGLE
                                
                                      / \ 
                                     /   \ 
                                    /  d  \ 
                                   /-------\ 
                                  / r  |  t \ 
                                 /_____|_____\ 
                                 
                     Cover d:  Distance = Rate × Time       (d = rt)
                     Cover r:  Rate     = Distance ÷ Time   (r = d/t)
                     Cover t:  Time     = Distance ÷ Rate   (t = d/r)

Dimensional Consistency and Unit Synchronization

The primary source of incorrect answers on motion items is failing to harmonize time units. Rates are almost universally expressed in miles per hour (mph), while problem narratives frequently specify elapsed time in minutes.

Golden Rule of Motion: You cannot multiply a speed in miles per hour by a time in minutes. You must convert minutes to a fraction or decimal of an hour by dividing by 60.

Minutes GivenFractional Hour EquivalentDecimal Hour EquivalentCalculation Shortcut
15 minutes$\frac{15}{60} = \frac{1}{4}\text{ hr}$$0.25\text{ hr}$Divide rate by 4
20 minutes$\frac{20}{60} = \frac{1}{3}\text{ hr}$$0.333\dots\text{ hr}$Divide rate by 3
30 minutes$\frac{30}{60} = \frac{1}{2}\text{ hr}$$0.50\text{ hr}$Divide rate by 2
40 minutes$\frac{40}{60} = \frac{2}{3}\text{ hr}$$0.667\dots\text{ hr}$Divide rate by 3, multiply by 2
45 minutes$\frac{45}{60} = \frac{3}{4}\text{ hr}$$0.75\text{ hr}$Divide rate by 4, multiply by 3

Practical Motion Scenario

Problem Statement: An emergency medical courier travels at an average speed of 54 miles per hour. How many miles does the courier cover in 40 minutes?

  • Identify variables: $r = 54\text{ mph}$, $t = 40\text{ min} = \frac{40}{60}\text{ hr} = \frac{2}{3}\text{ hr}$.
  • Compute distance: $d = r \times t = 54 \times \frac{2}{3} = (54 \div 3) \times 2 = 18 \times 2 = 36\text{ miles}$. Computed in 6 seconds.

The Round-Trip Average Speed Trap: The Harmonic Mean

One of the most persistent and lethal traps on the WBST occurs in round-trip travel problems over identical distances.

The Classic Trap: A delivery van travels 120 miles to a customer at 60 mph and returns over the same 120 miles in heavy traffic at 40 mph. What is the driver's average speed for the entire round trip?

  • The Instinctive Error: Candidates take the simple arithmetic mean: $\frac{60 + 40}{2} = 50\text{ mph}$. This is completely wrong! The option $50\text{ mph}$ is always listed as the primary distractor choice.

Why Arithmetic Mean Fails

Average speed is defined strictly by physics as Total Distance divided by Total Elapsed Time:

Average Speed=Total DistanceTotal Time\text{Average Speed} = \frac{\text{Total Distance}}{\text{Total Time}}

Because the driver moves slower on the return trip, more time is spent traveling at 40 mph than at 60 mph. The slower speed exerts a greater weighting on the overall average.

                       ROUND-TRIP HARMONIC SPEED WORKFLOW
                       
  Outbound Leg:  120 miles at 60 mph  --->  Time = 120 / 60 = 2.0 hours
  Return Leg:    120 miles at 40 mph  --->  Time = 120 / 40 = 3.0 hours
  ----------------------------------------------------------------------
  Total Trip:    240 miles total            Total Time = 2.0 + 3.0 = 5.0 hours
  
                 Average Speed = 240 miles ÷ 5.0 hours = 48 mph

The 5-Second Harmonic Shortcut Formula

For any two-way journey over equal distances with speeds $r_1$ and $r_2$, bypass computing individual travel times by using the Harmonic Mean Formula:

Average Speed=2r1r2r1+r2\text{Average Speed} = \frac{2 \cdot r_1 \cdot r_2}{r_1 + r_2}

Applying the formula to 60 mph and 40 mph: Average Speed=2×60×4060+40=4,800100=48 mph\text{Average Speed} = \frac{2 \times 60 \times 40}{60 + 40} = \frac{4{,}800}{100} = 48\text{ mph}

Notice that the actual distance (120 miles) is completely irrelevant to the final average speed! The result depends solely on the two velocities.


Combined Work-Rate Problems

Work-rate problems measure collaborative productivity when two or more workers, machines, or systems perform a task simultaneously.

The Reciprocal Principle

If an individual worker can complete an entire project in $T$ hours, that worker completes $\frac{1}{T}$ of the project per hour (their hourly work rate).

When multiple entities work together, their individual rates add directly:

RateA+RateB=RateCombined    1TA+1TB=1TTogether\text{Rate}_A + \text{Rate}_B = \text{Rate}_{\text{Combined}} \implies \frac{1}{T_A} + \frac{1}{T_B} = \frac{1}{T_{\text{Together}}}

Total Combined Time (TTogether)=1Combined Rate\text{Total Combined Time } (T_{\text{Together}}) = \frac{1}{\text{Combined Rate}}

                       THE WORK-RATE ADDITION PRINCIPLE
                       
      Worker A completes job in 3 hrs   ---> Rate A = 1/3 job/hr
      Worker B completes job in 6 hrs   ---> Rate B = 1/6 job/hr
      ----------------------------------------------------------
      Combined Rate = 1/3 + 1/6 = 2/6 + 1/6 = 3/6 = 1/2 job/hr
      
      Total Combined Time = Invert Combined Rate = 2/1 = 2 hours

The "Product Over Sum" Two-Worker Shortcut

For problems involving exactly two workers or machines, solve for total combined time in a single step using the Product Over Sum Rule:

TTogether=TA×TBTA+TBT_{\text{Together}} = \frac{T_A \times T_B}{T_A + T_B}

  • Example: Marcus finishes in 4 hours; Chloe finishes in 6 hours. TTogether=4×64+6=2410=2.4 hours(2 hr 24 min)T_{\text{Together}} = \frac{4 \times 6}{4 + 6} = \frac{24}{10} = 2.4\text{ hours} \quad (2\text{ hr } 24\text{ min})
  • Instant Sanity Check: Combined time must always be strictly less than the time of the fastest individual worker (since Marcus takes 4 hours alone, together they must take less than 4 hours; $2.4 < 4$ confirms validity).

Multi-Step Workplace Operations: Quotas & Scrap Margins

Operational WBST items test your ability to model manufacturing yields, material wastage, and multi-tier production schedules.

The Scrap Margin / Defect Rate Trap

In fabrication and manufacturing, a certain percentage of raw materials or finished products will be defective (scrap).

Scenario: A precision CNC milling machine has a known defect rate of 5%. A contract requires the delivery of exactly 3,800 acceptable, non-defective components. How many total components must the machine mill?

  • The Fatal Distractor Error: Candidates calculate $5%$ of 3,800 ($3{,}800 \times 0.05 = 190$) and add it to 3,800 ($3{,}800 + 190 = 3{,}990$). This is wrong.
    • Proof: If you make 3,990 components and $5%$ are defective, you discard $3{,}990 \times 0.05 = 199.5$ parts. You are left with $3{,}990 - 199.5 = 3{,}790.5$ acceptable parts—failing to satisfy the 3,800 contract quota!
  • The Correct Mathematical Formulation: Acceptable parts represent $100% - 5% = 95%$ of total parts produced ($T$): Acceptable Yield=0.95×T=3,800\text{Acceptable Yield} = 0.95 \times T = 3{,}800 T=3,8000.95=380,00095T = \frac{3{,}800}{0.95} = \frac{380{,}000}{95} Divide 380 by 95: $95 \times 4 = 380$, so $T = 4{,}000\text{ total components}$.

Total Production Required=Target Output1Scrap Rate\text{Total Production Required} = \frac{\text{Target Output}}{1 - \text{Scrap Rate}}


The 4-Step Translation Method Under 26.7 Seconds

To deconstruct paragraph word problems rapidly without cognitive overload, follow this 4-step translation protocol:

                     THE 4-STEP RAPID TRANSLATION PROTOCOL
                     
  [ STEP 1: Read the Last Sentence First ] ---> Identify target variable & units
                    |
                    v
  [ STEP 2: Strip Numerical Givens ]       ---> List raw values and discard narrative fluff
                    |
                    v
  [ STEP 3: Map to Formula Template ]      ---> Plug numbers into d=rt, Work-Rate, or Base
                    |
                    v
  [ STEP 4: Calculate & Verify Magnitude ] ---> Eliminate illogical choices; select answer

The Translation Lexicon: English to Algebra

English Narrative PhraseMathematical OperatorAlgebraic Translation Example
"is", "was", "equals", "results in"$=$Cost is $$40 \implies C = 40$
"of", "fraction of", "percent of"$\times$$25%$ of budget $\implies 0.25 \times B$
"per", "for every", "out of", "ratio"$\div$ or $/$$45$ miles per gallon $\implies \frac{45\text{ mi}}{1\text{ gal}}$
"exceeds by", "more than", "increased by"$+$Production exceeds quota by $15 \implies P = Q + 15$
"less than", "discount of", "diminished by"$-$Price is $$8$ less than list $\implies P = L - 8$
"per hundred", "percent"$\div 100$$35% \implies \frac{35}{100} = 0.35$
Test Your Knowledge

A field service technician drives 120 miles to an industrial client site at an average speed of 60 miles per hour. On the return trip along the identical route during heavy evening rush-hour traffic, the technician averages only 40 miles per hour. What is the technician's average speed for the entire 240-mile round trip?

A
B
C
D
Test Your Knowledge

Senior copy editor Marcus can proofread a technical operating manual in 4 hours. Junior editor Chloe can proofread the exact same manual in 6 hours. If Marcus and Chloe collaborate simultaneously on proofreading the manual at their respective constant speeds, how many hours will it take them to finish the complete manual together?

A
B
C
D
Test Your Knowledge

A precision metal stamping press produces automotive brackets. Historical quality control records establish that 5% of all stamped brackets are defective and must be scrapped. If a manufacturing contract mandates the delivery of exactly 3,800 acceptable, non-defective brackets, how many total brackets must the machine stamp?

A
B
C
D