4.2 Ratios, Proportions, Rates, and Combined Work Problems

Key Takeaways

  • Direct proportions maintain a constant ratio (y/x = k), while inverse proportions maintain a constant product (x · y = k) where an increase in one variable forces a proportional decrease in the other.
  • Ratio-parts decomposition solves unknown quantities by summing the ratio coefficients, dividing the total quantity to establish the single-part unit value, and multiplying across target terms.
  • Uniform motion problems follow Distance = Rate × Time; relative motion scenarios sum speeds for converging trips (R1 + R2) and subtract speeds for pursuit/catch-up trips (R2 - R1).
  • Average speed across equal distances is strictly governed by the harmonic mean (V_avg = 2·v1·v2 / (v1 + v2)), NEVER the arithmetic mean, because greater time is spent at the slower speed.
  • Combined work-rate problems require summing individual production rates per unit time (1/T_total = 1/T1 + 1/T2); for two entities, the 'Product-over-Sum' formula (T = A·B / (A+B)) yields an instant solution.
Last updated: August 2026

4.2 Ratios, Proportions, Rates, and Combined Work Problems

Core Principle: Rate and proportion problems constitute the mathematical backbone of military logistics, mission planning, and tactical engineering. Whether calculating vehicle convoy transit times, battalion staffing allocations, or fuel pipeline fill rates, solving these problems requires identifying whether the relationship is direct (both variables scale together) or inverse (one variable scales up while the other scales down).

Mastering algebraic setups for ratios, relative motion, harmonic mean speeds, and combined work rates ensures rapid, accurate solutions on the CAT-ASVAB Arithmetic Reasoning subtest.


Direct vs. Inverse Proportions

The most fundamental decision when approaching a proportion word problem is determining whether the variables vary directly or inversely.

+---------------------------------------------------------------------------------------------------+
|                            DIRECT VS. INVERSE PROPORTION COMPARISON                               |
+----------------------+------------------------------------+---------------------------------------+
| Characteristic       | Direct Proportion                  | Inverse Proportion                    |
+----------------------+------------------------------------+---------------------------------------+
| Core Algebraic Form  | y / x = k  (or y = k·x)            | x · y = k                             |
| Dynamic Behavior     | As x increases, y increases        | As x increases, y decreases           |
| Proportion Setup     | x₁ / y₁ = x₂ / y₂                  | x₁ · y₁ = x₂ · y₂                     |
| Cross-Multiplication | Valid (x₁·y₂ = x₂·y₁)              | INVALID (do not cross-multiply!)      |
| Real-World Examples  | • Fuel used vs. Miles driven       | • Number of workers vs. Project days  |
|                      | • Map scale distance vs. Real km   | • Speed of travel vs. Transit time    |
|                      | • Supply cost vs. Quantity bought  | • Pipe flow rate vs. Tank fill hours  |
+----------------------+------------------------------------+---------------------------------------+

1. Direct Proportion Mechanics (Constant Ratio)

In a direct proportion, dividing one quantity by the other always yields a constant ratio ($k$).

Tactical Scenario: A logistics company discovers that 6 transport trucks consume 420 gallons of diesel fuel over a standardized supply route. How many gallons will 14 identical trucks consume over the same route?

6 trucks420 gallons=14 trucksx gallons\frac{6 \text{ trucks}}{420 \text{ gallons}} = \frac{14 \text{ trucks}}{x \text{ gallons}}

Cross-multiply to solve: 6x=14×420    x=14×4206=14×70=980 gallons6x = 14 \times 420 \implies x = \frac{14 \times 420}{6} = 14 \times 70 = 980 \text{ gallons}

Scaling Factor Shortcut: Calculate the unit consumption rate first: $\frac{420}{6} = 70 \text{ gallons/truck}$. Then multiply directly: $14 \times 70 = 980 \text{ gallons}$.

2. Inverse Proportion Mechanics (Constant Product)

In an inverse proportion, multiplying the two variables produces a constant total product ($k$).

Tactical Scenario: A combat engineer detachment of 8 soldiers can assemble an expeditionary bridge in 15 hours. If urgent operations require the bridge to be completed in 6 hours, how many total soldiers (working at the same rate) must be assigned to the task?

Total Labor Required=8 soldiers×15 hours=120 soldier-hours\text{Total Labor Required} = 8 \text{ soldiers} \times 15 \text{ hours} = 120 \text{ soldier-hours}

Set up the constant-product equation for the target time: N soldiers×6 hours=120 soldier-hours    N=1206=20 soldiersN \text{ soldiers} \times 6 \text{ hours} = 120 \text{ soldier-hours} \implies N = \frac{120}{6} = 20 \text{ soldiers}

Trap Warning: Never cross-multiply inverse proportions! Setting up $\frac{8}{15} = \frac{N}{6}$ would yield $N = 3.2$ soldiers. Adding more time would require fewer soldiers, but completing the job faster requires more soldiers.


Ratio Parts & Proportional Allocation

A ratio expresses the relative magnitude of two or more quantities. On the ASVAB, ratio problems frequently ask you to partition a total sum into unequal shares based on a given ratio.

+---------------------------------------------------------------------------------------------------+
|                                 THE 3-STEP RATIO PARTS ALGORITHM                                  |
+---------------------------------------------------------------------------------------------------+
| STEP 1: SUM THE RATIO PARTS                                                                       |
| Add all individual numbers in the ratio to find the total number of parts (N).                    |
| For ratio a : b : c, Total Parts = a + b + c.                                                     |
+---------------------------------------------------------------------------------------------------+
| STEP 2: FIND THE VALUE OF A SINGLE UNIT PART                                                      |
| Divide the total quantity by the total number of parts:                                           |
| Unit Value = (Total Quantity) / (Total Parts).                                                    |
+---------------------------------------------------------------------------------------------------+
| STEP 3: SCALE TO THE REQUESTED TARGET                                                             |
| Multiply the single unit value by the specific ratio term requested in the problem stem.          |
+---------------------------------------------------------------------------------------------------+

Worked Ratio Partition Example

A military task force of 720 personnel is composed of Infantry, Armor, and Artillery troops in the ratio of $5 : 3 : 1$. How many Armor personnel are in the task force?

  1. Sum the parts: $5 + 3 + 1 = 9 \text{ total parts}$.
  2. Find the value of 1 part: $\frac{720 \text{ personnel}}{9 \text{ parts}} = 80 \text{ personnel per part}$.
  3. Calculate Armor component (3 parts): $3 \times 80 = 240 \text{ Armor personnel}$.
    • (Check: Infantry $= 5 \times 80 = 400$; Artillery $= 1 \times 80 = 80$; Total $= 400 + 240 + 80 = 720$).

Uniform Motion Mechanics: Distance, Rate & Time

All kinematics word problems on the ASVAB derive from the fundamental rate equation:

Distance=Rate×Time(D=RT)\text{Distance} = \text{Rate} \times \text{Time} \quad (D = R \cdot T) Rate=DistanceTime(R=DT),Time=DistanceRate(T=DR)\text{Rate} = \frac{\text{Distance}}{\text{Time}} \quad \left(R = \frac{D}{T}\right), \qquad \text{Time} = \frac{\text{Distance}}{\text{Rate}} \quad \left(T = \frac{D}{R}\right)

+---------------------------------------------------------------------------------------------------+
|                              MULTI-BODY MOTION CONFIGURATIONS                                     |
+-----------------------+---------------------------------------+-----------------------------------+
| Configuration Type    | Relative Speed Formula                | Equation Setup                    |
+-----------------------+---------------------------------------+-----------------------------------+
| 1. Converging /       | Rates ADD together:                   | Time to Meet:                     |
|    Opposite Head-on   | R_relative = R₁ + R₂                  | T = Total Distance / (R₁ + R₂)    |
+-----------------------+---------------------------------------+-----------------------------------+
| 2. Pursuit /          | Rates SUBTRACT:                       | Time to Catch:                    |
|    Overtake / Catch-up| R_closing = R_fast - R_slow           | T = Lead Distance / (R_fast - R_s)|
+-----------------------+---------------------------------------+-----------------------------------+
| 3. Round-Trip         | Distance is identical for both legs:  | Average Speed (Harmonic Mean):    |
|    Equal Distance     | D₁ = D₂ = D                           | V_avg = (2 · v₁ · v₂) / (v₁ + v₂) |
+-----------------------+---------------------------------------+-----------------------------------+

1. Converging Motion (Closing the Gap)

Two naval vessels start 300 nautical miles apart and sail directly toward each other. Ship A travels at 18 knots (nautical miles per hour) and Ship B travels at 12 knots. How long until they pass each other? Rcombined=18+12=30 knotsR_{\text{combined}} = 18 + 12 = 30 \text{ knots} T=300 NM30 knots=10 hoursT = \frac{300 \text{ NM}}{30 \text{ knots}} = 10 \text{ hours}

2. Pursuit / Head-Start Motion (Overtaking)

A supply truck departs a base traveling at 40 mph. Two hours later, a military courier departs the same base along the identical route traveling at 60 mph. How many hours after departing will the courier overtake the truck?

  1. Calculate the Truck's Lead Distance: Lead Distance=40 mph×2 hours=80 miles\text{Lead Distance} = 40 \text{ mph} \times 2 \text{ hours} = 80 \text{ miles}
  2. Calculate the Courier's Net Closing Rate: Rclosing=60 mph40 mph=20 mphR_{\text{closing}} = 60 \text{ mph} - 40 \text{ mph} = 20 \text{ mph}
  3. Calculate Time to Overtake: T=80 miles20 mph=4 hoursT = \frac{80 \text{ miles}}{20 \text{ mph}} = 4 \text{ hours}

The Infamous Average Speed Trap (Harmonic Mean)

The single most common distractor trap on the Arithmetic Reasoning subtest occurs when calculating average speed for a round trip over equal distances.

The Trap: If a vehicle drives to a destination at $60 \text{ mph}$ and returns over the exact same route at $30 \text{ mph}$, examinees instinctively take the simple arithmetic mean: $\frac{60 + 30}{2} = 45 \text{ mph}$. THIS IS MATHEMATICALLY FALSE.

Why the Arithmetic Mean Fails

Average speed is defined strictly as total distance divided by total elapsed time:

Vavg=DtotalTtotalV_{\text{avg}} = \frac{D_{\text{total}}}{T_{\text{total}}}

Because the vehicle travels at a slower speed ($30 \text{ mph}$) on the return trip, it spends twice as much time driving at the slower speed than at the faster speed. As a result, the slower speed exerts greater weight on the overall average.

Complete Mathematical Derivation

Let the one-way distance be $D = 180 \text{ miles}$:

  • Outbound Time ($T_1$ at $60 \text{ mph}$): $T_1 = \frac{180}{60} = 3 \text{ hours}$.
  • Return Time ($T_2$ at $30 \text{ mph}$): $T_2 = \frac{180}{30} = 6 \text{ hours}$.
  • Total Distance ($D_{\text{total}}$): $180 + 180 = 360 \text{ miles}$.
  • Total Time ($T_{\text{total}}$): $3 + 6 = 9 \text{ hours}$.
  • True Average Speed: Vavg=360 miles9 hours=40 mphV_{\text{avg}} = \frac{360 \text{ miles}}{9 \text{ hours}} = 40 \text{ mph}

The Harmonic Mean Formula for Equal Distances

Whenever two legs of a journey cover the identical distance, use the harmonic mean shortcut:

Vavg=2v1v2v1+v2V_{\text{avg}} = \frac{2 \cdot v_1 \cdot v_2}{v_1 + v_2}

Vavg=2×60×3060+30=3,60090=40 mphV_{\text{avg}} = \frac{2 \times 60 \times 30}{60 + 30} = \frac{3,600}{90} = 40 \text{ mph}


Combined Work-Rate Mechanics

Work-rate word problems describe individuals, machines, or pipes operating simultaneously to complete a task.

The Cardinal Rule of Work Problems

Never add completion times together! ALWAYS add rates of work per unit time.

If Worker A completes a job in $T_1$ hours, their hourly rate is $\frac{1}{T_1}$ of the job per hour. If Worker B completes the job in $T_2$ hours, their hourly rate is $\frac{1}{T_2}$.

Combined Hourly Rate=1Ttotal=1T1+1T2\text{Combined Hourly Rate} = \frac{1}{T_{\text{total}}} = \frac{1}{T_1} + \frac{1}{T_2}

The "Product-over-Sum" Shortcut (Two Agents)

Solving $\frac{1}{T} = \frac{1}{A} + \frac{1}{B}$ algebraically produces the most powerful mental shortcut on the ASVAB:

Ttotal=A×BA+BT_{\text{total}} = \frac{A \times B}{A + B}

Example: Specialist Vance can inspect an engine in 6 hours. Specialist Torres can inspect the same engine in 3 hours. How long will the inspection take if they work together?

Ttotal=6×36+3=189=2 hoursT_{\text{total}} = \frac{6 \times 3}{6 + 3} = \frac{18}{9} = 2 \text{ hours}

Three or More Workers

For three workers, determine the least common denominator (LCD) across all individual rates:

1Ttotal=1T1+1T2+1T3\frac{1}{T_{\text{total}}} = \frac{1}{T_1} + \frac{1}{T_2} + \frac{1}{T_3}

Opposing Work / Fluid Reservoir Problems

When one inlet pipe fills a tank while an outlet valve drains the tank, subtract the drain rate from the fill rate:

Net Rate=Fill RateDrain Rate=1Tfill1Tdrain\text{Net Rate} = \text{Fill Rate} - \text{Drain Rate} = \frac{1}{T_{\text{fill}}} - \frac{1}{T_{\text{drain}}}

Loading diagram...
Combined Work Rate vs Opposing Drain Pipeline
Test Your Knowledge

A military engineering detachment of 6 technicians can assemble a tactical communication tower in 12 hours. If 2 additional technicians with identical skill and working speed are assigned to the detachment, how many hours will it take the expanded team of 8 technicians to assemble the tower?

A
B
C
D
Test Your Knowledge

A fuel storage reservoir at an airfield can be filled by Inlet Pipe A alone in 6 hours, and by Inlet Pipe B alone in 12 hours. However, an auxiliary drainage valve (Drain Pipe C) can empty the entire full reservoir in 8 hours. If the reservoir is currently empty and both inlet pipes as well as the drainage valve are opened simultaneously, how many hours will it take to fill the reservoir completely?

A
B
C
D
Test Your Knowledge

A military logistics truck departs an outpost traveling at a steady speed of 50 miles per hour. Exactly 1 hour later, an emergency patrol vehicle departs the same outpost along the identical route traveling at 70 miles per hour to deliver critical replacement parts. How many hours after the patrol vehicle departs will it overtake the logistics truck?

A
B
C
D
Test Your Knowledge

A convoy of tactical transport vehicles travels from Base Alpha to Outpost Bravo, a distance of 180 miles, at an average speed of 60 miles per hour. On the return trip along the identical route, poor weather and muddy road conditions reduce the convoy's average speed to 30 miles per hour. What is the average speed of the entire 360-mile round trip?

A
B
C
D