Skip to content

GMAT Arithmetic: Ratios, Rates, Proportions

Last updated: May 2, 2026

Arithmetic: Ratios, Rates, Proportions questions are one of the highest-leverage areas to study for the GMAT. This guide breaks down the rule, the elements you need to recognize, the named traps that catch most students, and a memory aid that scales to test day. Read it once, then practice the same sub-topic adaptively in the app.

The rule

A ratio compares two quantities that share units; a rate compares two quantities with different units; a proportion sets two ratios equal so you can solve for an unknown. The single most useful move is to convert every ratio into actual variables using a common multiplier $k$, so $a:b:c$ becomes $ak, bk, ck$. Once everything is in real numbers, you can add, subtract, scale, and solve algebraically without losing track of which part belongs to which whole.

Elements breakdown

Identify the structure

Decide whether the relationship is a ratio (same units), a rate (different units), or a proportion (two equal ratios).

  • Check the units on both quantities
  • Look for the word 'per' or 'for every'
  • Identify the unknown you must solve for
  • Note whether the total is given

Convert ratios to variables

Replace ratio parts with multiples of a common factor $k$ so you can do real arithmetic.

  • Write each part as a multiple of $k$
  • Sum the parts when a total is given
  • Solve for $k$ from the total
  • Plug $k$ back to get each quantity

Common examples:

  • If $a:b = 3:5$ and $a+b=64$, then $3k+5k=64$, so $k=8$ and $a=24, b=40$.

Set up rate equations

Use $\text{rate} = \frac{\text{output}}{\text{time}}$ and combine rates additively when agents work together.

  • Write each rate as output over time
  • Add rates for combined work
  • Subtract rates for opposing flows
  • Convert units before combining

Build proportions correctly

Equate two ratios with matching unit positions on top and bottom; cross-multiply to solve.

  • Match units across numerators
  • Match units across denominators
  • Cross-multiply to clear fractions
  • Check the answer's order of magnitude

Handle ratio changes

When a ratio shifts after items are added or removed, define the change with $k$ and re-solve.

  • Express the original parts with $k$
  • Add or subtract the change to the right part
  • Set the new expression equal to the new ratio
  • Solve the resulting linear equation

Scale and unit-convert

Multiply through to convert units (minutes to hours, grams to kilograms) before or after solving, never midway.

  • Choose target units up front
  • Apply conversion factors as fractions
  • Cancel units to verify setup
  • Round only at the final step

Common patterns and traps

The Common Multiplier Setup

Almost every ratio problem on the GMAT becomes trivial once you replace ratio parts with $ak, bk, ck$. The trap is trying to reason about ratios qualitatively instead of converting them to numbers. Once the parts are written as multiples of $k$, the problem reduces to a one-variable linear equation that any test-taker can solve.

A choice that looks 'close' to the right ratio but reflects what you'd get if you treated $a:b$ as $\frac{a}{b}$ of the total instead of $\frac{a}{a+b}$.

Add Rates, Not Times

When two workers, pipes, or machines act together, you must add their rates ($\frac{1}{t_1} + \frac{1}{t_2}$) and then invert to get combined time. Adding the times themselves (e.g., $6 + 9 = 15$ hours together) is the most common rate-problem error. The wrong answers often include both the sum of times and the average of times to catch students using either shortcut.

A choice equal to the average of the two individual times, or the sum of the times, instead of $\frac{t_1 \cdot t_2}{t_1 + t_2}$.

Part-to-Part vs Part-to-Whole Confusion

A ratio of $3:5$ describes two parts of an $8$-unit whole, not a fraction $\frac{3}{5}$ of something. Test-makers exploit this by writing answer choices that match both interpretations. Reading carefully and writing the parts as $3k$ and $5k$ with total $8k$ kills this trap immediately.

A wrong choice equal to $\frac{3}{5}$ of the given total when the right answer is $\frac{3}{8}$ of it (or vice versa).

Unit-Conversion Skip

Rates often mix units: kilometers and meters, hours and minutes, dollars and cents. Skipping a conversion or applying it to the wrong quantity gives an answer that's off by a clean factor of $60$, $100$, or $1000$ — values that frequently appear among the distractors. Convert everything to a single unit system before plugging in.

A wrong choice exactly $60$ times the correct answer (minutes vs hours) or $\frac{1}{1000}$ of the correct answer (grams vs kilograms).

Ratio After Change

Problems that say 'after $x$ more units are added, the new ratio is $p:q$' tempt students to apply the new ratio to the original totals. Instead, write originals as $ak$ and $bk$, modify the appropriate side, and set the new expression equal to $\frac{p}{q}$. Cross-multiplying then gives a clean linear equation in $k$.

A choice that solves the equation as if the change applied to both parts of the ratio rather than just one.

How it works

Suppose a recipe mixes flour and sugar in the ratio $5:2$ by weight, and you have $35$ grams of flour. Set flour $= 5k$ and sugar $= 2k$. From $5k = 35$, you get $k = 7$, so sugar $= 2(7) = 14$ grams. Now imagine the recipe is rescaled to $84$ grams total: $5k + 2k = 84$ gives $k = 12$, so flour $= 60$ and sugar $= 24$. Notice that the same letter $k$ does different work in each scenario — it's just a placeholder that turns the abstract ratio into actual numbers. The same idea handles rates: if Pump A fills $\frac{1}{6}$ of a tank per hour and Pump B fills $\frac{1}{9}$ per hour, together they fill $\frac{1}{6} + \frac{1}{9} = \frac{5}{18}$ per hour, so the tank takes $\frac{18}{5} = 3.6$ hours. Always write the rate, not the time, when combining workers.

Worked examples

Worked Example 1

At a community garden, the ratio of tomato plants to pepper plants is $7:4$. After $18$ additional pepper plants are added and no tomato plants are changed, the new ratio of tomato to pepper plants becomes $7:6$. How many tomato plants are in the garden?

How many tomato plants are in the garden?

  • A $28$
  • B $42$
  • C $54$
  • D $63$ ✓ Correct
  • E $84$

Why D is correct: Let tomato $= 7k$ and pepper $= 4k$. After adding $18$ peppers, the new ratio is $\frac{7k}{4k+18} = \frac{7}{6}$. Cross-multiplying: $42k = 28k + 126$, so $14k = 126$ and $k = 9$. Therefore tomato plants $= 7k = 63$.

Why each wrong choice fails:

  • A: This is $4 \times 7 = 28$, the result of multiplying the two ratio numerators instead of solving for $k$. It ignores the actual change-in-ratio equation. (The Common Multiplier Setup)
  • B: This is $7k$ with $k=6$, which would result if you mistakenly set $\frac{7k}{4k+18} = 1$ or solved the equation incorrectly by combining like terms wrong. (Ratio After Change)
  • C: This is the number of pepper plants after the addition ($4(9) + 18 = 54$), not the number of tomato plants. The question asks specifically about tomatoes. (Part-to-Part vs Part-to-Whole Confusion)
  • E: This applies the new ratio $7:6$ directly to a total derived as if the change affected both parts, giving $7k$ with $k=12$. The change applied only to peppers. (Ratio After Change)
Worked Example 2

Pipe X can fill an empty reservoir in $12$ hours. Pipe Y can fill the same reservoir in $8$ hours. If both pipes are opened together when the reservoir is empty, how many hours will it take to fill the reservoir?

How many hours will it take to fill the reservoir?

  • A $\frac{24}{5}$ ✓ Correct
  • B $5$
  • C $10$
  • D $\frac{96}{5}$
  • E $20$

Why A is correct: Pipe X's rate is $\frac{1}{12}$ reservoir per hour; Pipe Y's rate is $\frac{1}{8}$ per hour. Combined rate $= \frac{1}{12} + \frac{1}{8} = \frac{2}{24} + \frac{3}{24} = \frac{5}{24}$ per hour. Time to fill $= \frac{1}{5/24} = \frac{24}{5}$ hours.

Why each wrong choice fails:

  • B: This is $\frac{12 + 8}{4} = 5$, an attempted average. Average time is meaningless when adding rates; you must invert the sum of rates. (Add Rates, Not Times)
  • C: This is the simple average of the two times $\frac{12+8}{2} = 10$. Averaging times ignores that the faster pipe contributes proportionally more output per hour. (Add Rates, Not Times)
  • D: This inverts the calculation by computing $\frac{24}{5}$ but then doubling or otherwise misapplying it. It's the answer you'd get if you summed the reciprocals incorrectly as $\frac{1}{12} + \frac{1}{8} = \frac{5}{96}$. (Add Rates, Not Times)
  • E: This is $12 + 8 = 20$, adding the times directly. This is the canonical wrong move — combined work makes the job faster, not slower. (Add Rates, Not Times)
Worked Example 3

A printing press uses ink and toner in the ratio $3:5$ by weight to produce a particular brochure. If the press has $240$ grams of toner available and uses all of the toner along with the proportional amount of ink, what is the combined weight, in grams, of ink and toner used?

What is the combined weight, in grams, of ink and toner used?

  • A $144$
  • B $240$
  • C $384$ ✓ Correct
  • D $400$
  • E $640$

Why C is correct: Let ink $= 3k$ and toner $= 5k$. From $5k = 240$, we get $k = 48$, so ink $= 3(48) = 144$ grams. Combined weight $= 144 + 240 = 384$ grams.

Why each wrong choice fails:

  • A: This is just the ink ($144$ grams), not the combined weight. The question explicitly asks for the total of ink plus toner. (Part-to-Part vs Part-to-Whole Confusion)
  • B: This is just the toner amount given in the problem. It ignores the ink entirely and treats the toner as if it were the answer. (Part-to-Part vs Part-to-Whole Confusion)
  • D: This treats $\frac{3}{5}$ as the fraction of the total that is ink, computing ink $= \frac{3}{5}(240) = 144$ but then adding incorrectly to get $400$. It mixes the part-to-part interpretation with sloppy arithmetic. (Part-to-Part vs Part-to-Whole Confusion)
  • E: This treats $240$ as $3k$ instead of $5k$, giving $k = 80$ and combined $= 8k = 640$. It swaps which substance the $240$ grams refers to. (The Common Multiplier Setup)

Memory aid

PRR: Parts get a $k$, Rates get added (not times), Ratios need matching units top and bottom.

Key distinction

A ratio of $3:5$ does NOT mean $3$ out of $5$ — it means $3$ out of $8$. Always check whether you're given part-to-part or part-to-whole before doing any arithmetic.

Summary

Convert every ratio to $k$-multiples, add rates (never times), and align units in proportions before cross-multiplying.

Practice arithmetic: ratios, rates, proportions adaptively

Reading the rule is the start. Working GMAT-format questions on this sub-topic with adaptive selection, watching your mastery score climb in real time, and seeing the items you missed return on a spaced-repetition schedule — that's where score lift actually happens. Free for seven days. No credit card required.

Start your free 7-day trial

Frequently asked questions

What is arithmetic: ratios, rates, proportions on the GMAT?

A ratio compares two quantities that share units; a rate compares two quantities with different units; a proportion sets two ratios equal so you can solve for an unknown. The single most useful move is to convert every ratio into actual variables using a common multiplier $k$, so $a:b:c$ becomes $ak, bk, ck$. Once everything is in real numbers, you can add, subtract, scale, and solve algebraically without losing track of which part belongs to which whole.

How do I practice arithmetic: ratios, rates, proportions questions?

The fastest way to improve on arithmetic: ratios, rates, proportions is targeted, adaptive practice — working questions that focus on your specific weak spots within this sub-topic, getting immediate feedback, and revisiting items you missed on a spaced-repetition schedule. Neureto's adaptive engine does this automatically across the GMAT; start a free 7-day trial to see your sub-topic mastery climb in real time.

What's the most important distinction to remember for arithmetic: ratios, rates, proportions?

A ratio of $3:5$ does NOT mean $3$ out of $5$ — it means $3$ out of $8$. Always check whether you're given part-to-part or part-to-whole before doing any arithmetic.

Is there a memory aid for arithmetic: ratios, rates, proportions questions?

PRR: Parts get a $k$, Rates get added (not times), Ratios need matching units top and bottom.

What's a common trap on arithmetic: ratios, rates, proportions questions?

Treating a part-to-part ratio as part-to-whole

What's a common trap on arithmetic: ratios, rates, proportions questions?

Adding times instead of adding rates

Ready to drill these patterns?

Take a free GMAT assessment — about 25 minutes and Neureto will route more arithmetic: ratios, rates, proportions questions your way until your sub-topic mastery score reflects real improvement, not luck. Free for seven days. No credit card required.

Start your free 7-day trial