GMAT Rate and Work Problems: A Complete Guide with Formulas and Worked Examples

GMAT rate problems look intimidating, but nearly every one of them collapses into a single identity: Rate x Time = Work. Once you see that structure, combined work, average speed, and meeting-point questions all become variations on the same theme. This guide walks through the formula, the shortcut equations, the picking-numbers strategy, and the handful of recurring traps that cost most test-takers points.

Test-Day Context: The GMAT Focus Edition Quantitative Reasoning section asks you to answer 21 Problem Solving questions in 45 minutes — about 2 minutes 9 seconds per question — with no calculator. Rate problems are not as heavily tested as they once were, but virtually every official practice form still includes one or two, so the formulas below belong on your cheat sheet.

The Core Formula: Rate x Time = Work

Every GMAT rate problem — whether it asks about machines, runners, or leaking tanks — is an instance of the same equation. Memorize the GMAT work formula once, understand it deeply, and you can solve problems that look wildly different at first glance.

Why every rate problem reduces to R x T = W

Rate x Time = Work (or, in travel problems, Distance) is the identity that underlies the entire topic. "Rate" is the speed at which work is produced — bolts per hour, miles per minute, pools per day. "Time" is how long the process runs. "Work" is the total output: 200 bolts, 120 miles, one full pool. If you know any two of the three variables, you can solve for the third.

Rearranging the formula for the unknown

The GMAT almost never asks for the variable that's given. You'll usually get a rate and a total and have to back out the time, or get a rate and time and have to compute the work. Write W = R x T on the scratchpad first, then rearrange to R = W / T or T = W / R depending on what's asked. Forcing yourself to write the formula before plugging in numbers prevents the single biggest conceptual error — getting the roles of the three variables mixed up.

The seven formulas that cover virtually every GMAT rate problem.
ScenarioFormulaWhen to Use
Basic work problemW = R x TSingle worker or machine completing one task
Solve for rateR = W / TTime and total work are given, rate is unknown
Solve for timeT = W / RRate is known, asked how long the job takes
Distance problemD = R x TTravel, motion, or movement at a constant speed
Combined rate (two workers)R_combined = R1 + R2Two people or machines working simultaneously
Combined time shortcutT = (t1 x t2) / (t1 + t2)Two workers whose individual times are t1 and t2
Average speedAvg Speed = Total Distance / Total TimeMulti-leg trip at different speeds

Why D = R x T is the same equation

The "DIRT" equation (Distance = Rate x Time) is just R x T = W with the word "work" replaced by "distance." Because physical travel and production are both rate-based processes, everything you learn about work problems transfers directly to speed and distance. Recognize the structure and the two categories collapse into one.

Worked Example

Setup: A machine produces 120 bolts in 3 hours running at a constant rate. How many bolts will it produce in 5 hours?

  1. Identify the formula: Work = Rate x Time, so Rate = Work / Time.
  2. Compute the rate: R = 120 / 3 = 40 bolts per hour.
  3. Apply the same formula to the new time: W = 40 x 5.
  4. Multiply: W = 200 bolts.
Result: The machine produces 200 bolts in 5 hours. Identifying the rate first, then reapplying W = R x T, is the standard two-step pattern.
Key Takeaway: If you remember nothing else, remember R x T = W. Every shortcut and trap in this guide is derived from that one line.

Combined Work Rate Problems

GMAT combined work problems — two pipes filling a tank, two painters finishing a house — are the most commonly tested variation, and they're where most test-takers stumble. The trick is small but load-bearing: when you combine multiple workers, you add their rates, not their times.

Why you add rates, never times

Times can't be added meaningfully when two workers operate in parallel. If Alice finishes a task in 3 hours and Bob in 6 hours, their combined time is clearly less than either 3 or 6 — not the sum. Rates, on the other hand, describe output per unit of time, and when two people work simultaneously their outputs genuinely add up. Alice's rate is 1/3 of the job per hour and Bob's is 1/6; together they complete 1/3 + 1/6 = 1/2 of the job per hour, so the full job takes 2 hours.

The (t1 x t2) / (t1 + t2) shortcut

When you're given the individual times directly, the algebra above compresses into a two-worker shortcut: T = (t1 x t2) / (t1 + t2). It's simply the result of adding 1/t1 + 1/t2 and inverting. Memorize it — it will save you 20 seconds on every two-worker problem on the exam.

The five most common combined-rate configurations with their equation templates.
SituationSetupResulting Equation
Two workers togetherRates 1/a and 1/b1/a + 1/b = 1/t_combined
Two-worker shortcutTimes a and b alonet_combined = ab / (a + b)
Three workers togetherRates 1/a, 1/b, 1/c1/a + 1/b + 1/c = 1/t_combined
Filling plus leakFill rate 1/f, leak rate 1/L1/f - 1/L = 1/t_net
Two pumps emptyingRates 1/a and 1/b emptying1/a + 1/b = 1/t_drain

Filling, emptying, and three-worker variations

Some problems pair positive (filling) and negative (leaking) rates in the same tank. Treat the leak as a subtracted rate: net rate = fill rate − leak rate. The same logic extends to three or more workers: sum every positive rate, subtract every negative rate, and invert to find the total time.

Worked Example

Setup: Pipe A fills a tank in 6 hours. Pipe B fills the same tank in 4 hours. If both pipes are open at the same time, how long will it take to fill the tank?

  1. Write each pipe's rate: A is 1/6 of the tank per hour, B is 1/4 per hour.
  2. Add the rates: 1/6 + 1/4 = 2/12 + 3/12 = 5/12 of the tank per hour.
  3. Invert the combined rate to find the combined time: 12/5 hours.
  4. Verify with the shortcut: (6 x 4) / (6 + 4) = 24/10 = 12/5 hours.
Result: Together the pipes fill the tank in 12/5 hours, or 2 hours 24 minutes. Notice how the shortcut and the add-the-rates method produce the same answer.
Bottom Line: Add rates, not times. Convert each worker's time to a rate, sum the rates, then invert for the combined time.
🔢Combined Work Rate Calculator

Enter the time each worker takes alone (in hours) and see how long the job takes when they work together.

Speed, Distance, and Average Speed

Rate time distance GMAT problems are the second pillar of the topic. The algebra is identical to work problems, but one specific sub-type — average speed over a multi-leg trip — is the single most common trap on the whole exam.

Applying D = R x T separately to each leg

For any multi-leg journey, compute the time of each leg individually using T = D / R, then add the times. You cannot short-circuit this by averaging the speeds. That's not a matter of preference — the arithmetic will produce a different, wrong answer.

The average-speed trap

Average speed is always Total Distance divided by Total Time. The naive mean of two speeds works only in the special case where equal time — not equal distance — is spent at each speed. On a round trip where you travel the same distance at two different speeds, the slower leg consumes more time, so it weights the average downward.

Worked Example

Setup: Priya drives 60 miles to a conference at 30 miles per hour and returns along the same route at 60 miles per hour. What is her average speed for the round trip?

  1. Compute outbound time: T = D / R = 60 / 30 = 2 hours.
  2. Compute return time: T = 60 / 60 = 1 hour.
  3. Total distance = 60 + 60 = 120 miles. Total time = 2 + 1 = 3 hours.
  4. Apply average speed = Total Distance / Total Time = 120 / 3 = 40 mph.
Result: The average speed is 40 mph — not 45, which would be the naive mean of 30 and 60. More time at the slower speed pulls the average down.
🔢Average Speed Calculator (Two-Leg Trip)

Enter the distance and speed for each leg to compute the true average speed — no more 'naive mean' errors.

Unit conversion pitfalls

Rate, time, and distance must all be in consistent units before you multiply. If the rate is 30 miles per hour and the time is 10 minutes, you cannot multiply 30 x 10 and get 300 miles — the answer is 5 miles, because 10 minutes is 1/6 of an hour. GMAT problems deliberately mix units (minutes with hours, feet with miles) to see whether you convert before computing. Make unit alignment the first thing you check after writing down the formula.

Relative Rate and Meeting Problems

Whenever two objects move at the same time, you're dealing with a relative-rate problem. Trains approaching from opposite stations, a cyclist catching another cyclist, two runners on a track — all of them reduce to adding or subtracting the two rates.

Opposite directions: add the rates

When two objects move toward or away from each other, their combined rate is the sum of their individual rates. This is the "closing speed" or "separation speed," and it turns a two-object problem into a single-rate problem against the distance between them.

Same direction: subtract the rates

When both objects move in the same direction and one is catching up, the effective (relative) rate is the difference of their individual rates. Use the faster rate minus the slower rate, then apply T = D / R with the initial gap as the distance.

Quick-reference table for identifying which relative-rate formula applies.
DirectionCombined RateExample Setup
Opposite directions (closing)r1 + r2Two cars driving toward each other from 300 miles apart
Same direction (catch-up)r1 - r2 (faster minus slower)Runner B is 2 miles ahead; Runner A catches up
Meeting at a pointr1 + r2 along shared pathTwo trains leave stations X and Y at the same time
Head start, same directionr1 - r2 after start timeBike leaves at 2 pm; car leaves at 3 pm and overtakes

Head-start and catch-up setups

Head-start problems give one object a time advantage. Assign time t to the slower/earlier object and time t − k to the faster/later one, write each object's distance as rate x time, then set the distances equal at the moment of overtaking. The math is no harder than a single-rate problem once you've chosen the variables carefully.

Worked Example

Setup: Two trains leave stations that are 240 miles apart at the same time and travel toward each other. Train A moves at 50 mph and Train B at 70 mph. How long until they meet?

  1. Recognize opposite-direction motion: combined (closing) rate = 50 + 70 = 120 mph.
  2. Apply T = D / R with the combined rate: T = 240 / 120.
  3. Simplify: T = 2 hours.
  4. Sanity-check: in 2 hours Train A covers 100 miles and Train B covers 140 miles, totaling 240 miles.
Result: The trains meet 2 hours after departure. The whole problem hinges on adding the two rates to get the closing speed.

The Picking-Numbers Strategy

If you're wondering how to solve GMAT rate problems quickly with no calculator, the answer for most of them is: don't do algebra. Pick numbers. On a 45-minute, 21-question section, the cleanest algebra is often whatever lets you work in whole integers — and that usually means choosing your own value for the total work.

When to reach for picking numbers

Any time the problem doesn't specify a total amount of work — no "produces 120 bolts," no "fills a 300-gallon tank" — picking numbers is probably the fastest path. Picking numbers also shines on combined-work problems where the rates would otherwise involve awkward fractions like 1/7 or 1/11.

Choosing a smart total work value

Set the total work equal to the LCM of the given times. If one worker takes 4 hours and another takes 6 hours, choose 12 units. Each rate becomes a whole number (3 units/hour and 2 units/hour), and the rest of the problem is integer arithmetic. When three numbers show up, 60 is often the safest choice because it's divisible by 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, and 30.

A worked picking-numbers example

Watch how the fractions disappear once you pick a convenient total:

Worked Example

Setup: Machine X can complete a job in 4 hours. Machine Y can complete the same job in 6 hours. Working together, how long will they take?

  1. Pick a convenient total work = 12 units (LCM of 4 and 6).
  2. Machine X rate = 12 / 4 = 3 units per hour. Machine Y rate = 12 / 6 = 2 units per hour.
  3. Combined rate = 3 + 2 = 5 units per hour.
  4. Combined time = Total work / Combined rate = 12 / 5 = 2.4 hours.
Result: Together the machines finish in 12/5 hours (2.4 hours, or 2 hours 24 minutes). Picking 12 turned a fractions-heavy problem into whole-number arithmetic.
Pro Tip: When the algebra gets ugly, pick 60 for total work. Ninety percent of the time the arithmetic cleans up immediately.

Common Mistakes and How to Avoid Them

Rate problems are not conceptually deep. Almost every wrong answer comes from one of a handful of pattern errors that students repeat under time pressure. Drill your awareness of the patterns below and your accuracy on this question type will climb sharply.

The six pattern errors that cost GMAT test-takers the most rate-problem points.
MistakeWhy It's WrongCorrect Approach
Adding times instead of ratesTime is not an additive quantity when work is shared.Convert each time to a rate, then sum the rates.
Averaging two speeds directlyMore time is spent at the slower speed, so the slow leg weights the average.Use Total Distance / Total Time.
Unit mismatch (min vs hr)30 mph for 10 minutes is not 300 miles.Convert all quantities to consistent units first.
Treating 'rate' as 'time'Mixes up which variable is which in the equation.Write R x T = W explicitly before substituting.
Ignoring leak in fill problemsNet fill rate is lower than the fill rate alone.Subtract the leak rate from the fill rate.
Forcing algebra when numbers pick cleanlyAlgebra on a no-calculator section eats the clock.Pick 60 (or the LCM) for total work.

Adding times instead of rates

This is the signature combined-work error. If you ever find yourself adding two times to get a combined time, stop and convert both to rates first. "If Alice does it in 3 hours and Bob does it in 6 hours, together they take 9 hours" is always wrong.

Averaging speeds directly

The naive mean of two speeds is only correct when equal time is spent at each speed. GMAT average-speed problems are specifically constructed so equal distance (not equal time) is spent at each speed, which guarantees the naive mean is wrong. Always default to Total Distance / Total Time.

Unit mismatches

Unit errors are the silent killer because they don't look like errors on scratch paper. Before you multiply rate by time, confirm that both values use the same time unit. Minutes-with-hours is the trap the GMAT uses most often.

Sign errors on emptying problems

Fill-and-leak problems require you to subtract the leak rate from the fill rate. Forgetting the negative sign — or, worse, adding the leak as if it were a second fill pipe — is a common fingerprint of careless reading. Re-read the problem stem to confirm which pipes add water and which remove it before setting up the equation.

Common Mistake Watch: Most wrong answers come from four pattern errors, not from a lack of ideas. Drilling awareness of these four patterns is the fastest way to raise your rate-problem accuracy.
Rate-Problem Checklist (use before solving)0/6 complete

Practice Questions

The four questions below cover combined work, average speed, relative rate, and picking numbers — one of each of the major GMAT rate-problem patterns. Work each problem with pencil and paper first, then check your answer.

Question 1 — Combined Work
Hose A can fill a pool in 10 hours. Hose B can fill the same pool in 15 hours. If both hoses run simultaneously, how long will it take to fill the pool?
Question 2 — Average Speed
Marco drives 80 miles to a client meeting at 40 mph, then returns along the same route at 80 mph. What is his average speed for the round trip?
Question 3 — Relative Rate
Two cyclists leave the same point at the same time and ride in opposite directions. One rides at 12 mph and the other at 16 mph. After how many hours will they be 84 miles apart?
Question 4 — Picking Numbers
Machine P completes a job in 8 hours; Machine Q completes the same job in 12 hours. Working together for 3 hours, what fraction of the job have they completed?

Frequently Asked Questions

Short answers to the questions GMAT test-takers most often search. Tap any question to expand the detailed answer.

Rate problems are not tested as frequently on the GMAT as they once were, but most Quant sections still include at least one or two. The Quantitative Reasoning section has 21 Problem Solving questions in 45 minutes, so expect roughly one to three rate or work questions on test day. Mastering the core formula is still worthwhile because the concept resurfaces in Data Insights scenarios.

When two people work together, add their individual rates, not their times. The shortcut is Time together = (t1 x t2) / (t1 + t2), where t1 and t2 are the times each person takes alone. For example, if Rachel builds a house in 3 days and Seth in 4 days, together they take (3 x 4) / (3 + 4) = 12/7 days.

The traveler spends more time at the slower speed, so the slow leg weights the average more heavily. Average speed is always Total Distance divided by Total Time. A round trip at 30 mph out and 60 mph back averages 40 mph, not 45. Only when the time spent at each speed is identical does the arithmetic mean give the correct answer.

Yes — it's one of the highest-leverage strategies on the Quant section. When total work is not specified, assign a convenient value like 60 or the LCM of the given times. That turns fractional rates into whole numbers and eliminates most of the algebra. Picking numbers is especially powerful on combined work and variable-expression problems where the formula gets messy.

The Quantitative Reasoning section gives roughly 2 minutes 9 seconds per question on average (21 questions in 45 minutes). Aim for the same two-minute target on rate problems. If you can't set up the equation within 30 seconds, switch to picking numbers or make an educated guess and move on so you don't sabotage the rest of the section.

Adding times instead of adding rates. If Alice finishes a job in 3 hours and Bob in 6 hours, working together they do not take 9 hours (or 4.5). Their rates are 1/3 and 1/6, which sum to 1/2 — so together they finish in 2 hours. Always convert times to rates first, sum the rates, then invert for the combined time.