2.3 Rate, Distance, Time & Speed Word Problems

Key Takeaways

  • The distance formula triangle links distance, rate, and time: d = r * t, r = d / t, and t = d / r.
  • Objects moving in opposite directions (towards or away from each other) close or open distance at a combined rate of r1 + r2.
  • Objects moving in the same direction close distance at a relative catch-up rate of r1 - r2.
  • Average speed over a multi-leg journey is TOTAL distance divided by TOTAL time (never average the speeds directly!).
  • Upstream/headwind speed equals still-water speed minus current speed (r - c); downstream/tailwind speed equals still-water speed plus current speed (r + c).
Last updated: July 2026

2.3 Rate, Distance, Time & Speed Word Problems

Motion and speed problems form a core component of the AFQT Arithmetic Reasoning subtest. These word problems require setting up equations based on the relationships between distance ($d$), rate or speed ($r$), and time ($t$).


The Fundamental Distance Formula Triangle ($d = rt$)

All motion problems rely on the primary distance equation: d=rtd = r \cdot t

By rearranging the algebraic variables, you derive three working formulas:

Distance: d=rt\text{Distance: } d = r \cdot t Rate (Speed): r=dt\text{Rate (Speed): } r = \frac{d}{t} Time: t=dr\text{Time: } t = \frac{d}{r}

VariableCommon UnitsMetric Units
Distance ($d$)Miles, Feet, YardsKilometers, Meters
Rate ($r$)Miles per hour (mph), Feet/seckm/h, Meters/sec
Time ($t$)Hours, Minutes, SecondsHours, Minutes, Seconds

CRITICAL RULE: Units MUST be consistent across all variables! If rate is given in miles per hour and time in minutes, you MUST convert time to hours ($t = \frac{\text{minutes}}{60}$) before multiplying!


Opposite-Direction Motion (Closing / Separating Distance)

When two vehicles or objects move in opposite directions (either traveling toward each other to meet, or departing from the same point in opposite directions), their speeds add together to determine the rate of distance change.

Combined Rate Formula for Opposite Directions

rcombined=r1+r2r_{\text{combined}} = r_1 + r_2 Total Distance=(r1+r2)t\text{Total Distance} = (r_1 + r_2) \cdot t Time to Meet / Separate=Initial Distancer1+r2\text{Time to Meet / Separate} = \frac{\text{Initial Distance}}{r_1 + r_2}

Example: Two military convoys start $300$ miles apart and drive directly toward each other. Convoy A travels at $45 \text{ mph}$ and Convoy B travels at $55 \text{ mph}$. Combined Rate=45+55=100 mph\text{Combined Rate} = 45 + 55 = 100 \text{ mph} Time to meet=300 miles100 mph=3 hours\text{Time to meet} = \frac{300 \text{ miles}}{100 \text{ mph}} = 3 \text{ hours}


Same-Direction Catch-Up Problems

When two objects move in the same direction and the faster object attempts to catch up to the slower object (which had a head start), their speeds subtract to determine the relative rate of closure.

Relative Speed Formula for Same Direction

rrelative=rfasterrslowerr_{\text{relative}} = r_{\text{faster}} - r_{\text{slower}} Head Start Distance=rslowerthead start\text{Head Start Distance} = r_{\text{slower}} \cdot t_{\text{head start}} Time to Catch Up=Head Start Distancerfasterrslower\text{Time to Catch Up} = \frac{\text{Head Start Distance}}{r_{\text{faster}} - r_{\text{slower}}}

Alternatively, set distance equations equal ($d_1 = d_2$): rslower(t+thead start)=rfastertr_{\text{slower}} \cdot (t + t_{\text{head start}}) = r_{\text{faster}} \cdot t


Round-Trip and Average Speed Calculations

One of the most frequently missed question types on the AFQT is finding the average speed for a round trip or multi-leg journey.

The Arithmetic Mean Trap

If a vehicle travels to a destination at $30 \text{ mph}$ and returns along the exact same route at $60 \text{ mph}$, the average speed is NOT $\frac{30 + 60}{2} = 45 \text{ mph}$! Because the vehicle spends more time traveling at the slower speed, $45 \text{ mph}$ is mathematically incorrect.

The Harmonic Average Speed Formula

Average Speed=Total DistanceTotal Time=d1+d2t1+t2\text{Average Speed} = \frac{\text{Total Distance}}{\text{Total Time}} = \frac{d_1 + d_2}{t_1 + t_2}

For a round trip of distance $d$ each way at speeds $r_1$ and $r_2$: Ravg=2r1r2r1+r2R_{\text{avg}} = \frac{2 \cdot r_1 \cdot r_2}{r_1 + r_2}

Validation using example ($30 \text{ mph}$ and $60 \text{ mph}$): Ravg=2(30)(60)30+60=360090=40 mphR_{\text{avg}} = \frac{2(30)(60)}{30 + 60} = \frac{3600}{90} = 40 \text{ mph}


Current and Wind Resistance Problems

Naval vessels traveling in water currents or aircraft flying through wind experience rate adjustments based on direction.

  • Downstream / Tailwind (With the current/wind): Current speed adds to still-water/air speed. reffective=rvehicle+cr_{\text{effective}} = r_{\text{vehicle}} + c
  • Upstream / Headwind (Against the current/wind): Current speed subtracts from still-water/air speed. reffective=rvehiclecr_{\text{effective}} = r_{\text{vehicle}} - c
ScenarioEffective Rate FormulaDistance Equation
With Current / Tailwind$r + c$$d = (r + c) \cdot t_1$
Against Current / Headwind$r - c$$d = (r - c) \cdot t_2$

Step-by-Step Worked AFQT Examples

Worked Example 1: Opposite Direction Motion

Problem: Two naval cutters depart from the same port at the same time, one heading east at $22 \text{ knots}$ and the other heading west at $18 \text{ knots}$. How many hours will it take for them to be $200$ nautical miles apart?

  • Step 1: Identify opposite directions $\implies$ add rates. rcombined=22+18=40 knots (nautical miles/hour)r_{\text{combined}} = 22 + 18 = 40 \text{ knots (nautical miles/hour)}
  • Step 2: Use $t = \frac{d}{r}$ to find time. t=200 nautical miles40 knots=5 hourst = \frac{200 \text{ nautical miles}}{40 \text{ knots}} = 5 \text{ hours}

Worked Example 2: Same Direction Catch-Up

Problem: A supply truck leaves an airbase traveling at $40 \text{ mph}$. Two hours later, a fast courier jeep leaves the same airbase along the same route traveling at $60 \text{ mph}$. How long will it take the courier jeep to catch up to the supply truck?

  • Step 1: Calculate head start distance of the supply truck. Head Start Distance=40 mph×2 hours=80 miles\text{Head Start Distance} = 40 \text{ mph} \times 2 \text{ hours} = 80 \text{ miles}
  • Step 2: Determine relative closing speed. rrelative=60 mph40 mph=20 mphr_{\text{relative}} = 60 \text{ mph} - 40 \text{ mph} = 20 \text{ mph}
  • Step 3: Divide head start distance by relative closing speed. Catch-up Time=80 miles20 mph=4 hours\text{Catch-up Time} = \frac{80 \text{ miles}}{20 \text{ mph}} = 4 \text{ hours}

Worked Example 3: Upstream vs Downstream River Motion

Problem: A patrol boat travels at $15 \text{ mph}$ in still water. It travels $36$ miles downstream with a $3 \text{ mph}$ current and then returns $36$ miles upstream against the same current. What is the total time for the round trip?

  • Step 1: Calculate downstream rate and time. rdownstream=15+3=18 mphr_{\text{downstream}} = 15 + 3 = 18 \text{ mph} tdownstream=36 miles18 mph=2 hourst_{\text{downstream}} = \frac{36 \text{ miles}}{18 \text{ mph}} = 2 \text{ hours}
  • Step 2: Calculate upstream rate and time. rupstream=153=12 mphr_{\text{upstream}} = 15 - 3 = 12 \text{ mph} tupstream=36 miles12 mph=3 hourst_{\text{upstream}} = \frac{36 \text{ miles}}{12 \text{ mph}} = 3 \text{ hours}
  • Step 3: Sum downstream and upstream times. Total Trip Time=2+3=5 hours\text{Total Trip Time} = 2 + 3 = 5 \text{ hours}

Common AFQT Traps & Shortcut Strategies

  1. The Minute-Hour Conversion Trap: If a problem states a speed of $60 \text{ mph}$ and a duration of $45 \text{ minutes}$, do NOT multiply $60 \times 45 = 2,700$! Convert $45 \text{ minutes}$ to $\frac{45}{60} = 0.75 \text{ hours}$, yielding $60 \times 0.75 = 45 \text{ miles}$.
  2. The Average Speed Distractor: On round trip average speed problems, test creators will almost always include the simple average as Option A or B. Always use $\frac{\text{Total Distance}}{\text{Total Time}}$!
Test Your Knowledge

Two military transport planes take off from the same airfield at the same time. Plane A flies north at 350 mph, while Plane B flies south at 450 mph. How many hours will it take for the planes to be 2,400 miles apart?

A
B
C
D
Test Your Knowledge

A scout vehicle leaves camp traveling at 30 mph. One hour later, a motorcycle dispatch rider leaves camp along the same path at 50 mph. How many hours after the motorcycle departs will it overhaul the scout vehicle?

A
B
C
D
Test Your Knowledge

A driver completes a 120-mile trip to a military base at an average speed of 40 mph and returns home along the same route at 60 mph. What was the driver's average speed for the entire 240-mile round trip?

A
B
C
D