3.2 Ratios, Proportions, and Scaling Relationships

Key Takeaways

  • Ratios represent relative magnitude, not concrete counts; always introduce an unknown multiplier x (e.g., 3x and 5x) to model actual quantities.
  • Discrete items require integer constraints: if the ratio of men to women is 4:5, the total number of people must be an integer multiple of 9.
  • To link two separate ratios sharing a common variable (e.g., A:B = 2:3 and B:C = 4:5), find the LCM of the shared term (LCM of 3 and 4 is 12) to scale both ratios into a unified chain (8:12:15).
  • In ratio shifts where quantities are added or subtracted, set up an algebraic proportion using the original multiplier x and solve for the unknown.
  • Multidimensional geometric scaling dictates that if linear dimensions scale by factor k, surface area scales by k^2 and volume scales by k^3.
Last updated: September 2026

3.2 Ratios, Proportions, and Scaling Relationships

Ratios and proportions are among the most pervasive mathematical concepts tested in GMAT Problem Solving. A ratio expresses a relationship of relative size between two or more quantities, completely independent of their absolute magnitudes. The GMAT frequently constructs trap answers that tempt test-takers to equate ratio units directly with physical units. Navigating these questions efficiently without a calculator requires systematic algebraic modeling using ratio multipliers, integer divisibility analysis, and ratio chaining.


Part-to-Part vs. Part-to-Whole Ratios

A fundamental distinction on the GMAT is between part-to-part ratios and part-to-whole ratios:

  • Part-to-Part: Compares two distinct subsets of a population. For instance, in an office with 3 managers and 5 analysts, the ratio of managers to analysts is $3:5$.
  • Part-to-Whole: Compares a single subset to the entire population. The total number of 'parts' is the sum of the individual parts: $3 + 5 = 8$. The fraction of managers is $\frac{3}{8}$ and the fraction of analysts is $\frac{5}{8}$.

Conversion Formula: If the ratio of component $A$ to component $B$ is $a:b$, then: Fraction of A=aa+b,Fraction of B=ba+b\text{Fraction of } A = \frac{a}{a + b}, \quad \text{Fraction of } B = \frac{b}{a + b}

If a problem introduces three components with a ratio $A:B:C = a:b:c$, the total parts sum to $a + b + c$, and component $B$'s share of the total is $\frac{b}{a + b + c}$.


The Unknown Multiplier Method ($x$)

The most powerful tool for solving GMAT ratio word problems is the unknown multiplier, often denoted as $x$. Because a ratio $3:5$ could represent $6$ and $10$, $300$ and $500$, or $0.75$ and $1.25$, we define the actual quantities as: Quantity A=3x,Quantity B=5x\text{Quantity } A = 3x, \quad \text{Quantity } B = 5x where $x$ is the common scaling factor.

The Discrete Integer Restriction

When dealing with indivisible, discrete objects—such as people, shares of stock, vehicles, or marbles—$x$ must be a positive integer. This constraint imposes strict divisibility rules that enable you to solve problems with seemingly minimal information:

  • If the ratio of full-time to part-time workers is $4:7$, the total number of workers must be $4x + 7x = 11x$.
  • Therefore, the total population must be an exact multiple of 11.
  • If a Problem Solving question states that the total number of employees is between 40 and 50, the total must be 44, which uniquely forces $x = 4$ (yielding 16 full-time and 28 part-time workers).

Bridging Multiple Ratios (Ratio Chaining)

A standard GMAT setup provides two separate ratios that share a common entity and asks for a relationship across all variables. To unify them, determine the Least Common Multiple (LCM) of the shared entity and scale both ratios accordingly.

Step-by-Step Chaining Protocol

Suppose you are given: A:B=4:5andB:C=6:7A : B = 4 : 5 \quad \text{and} \quad B : C = 6 : 7

  1. Identify the bridging term: $B$ appears in both ratios ($5$ parts in the first, $6$ parts in the second).
  2. Find the LCM of the bridging term: $\text{LCM}(5, 6) = 30$.
  3. Scale Ratio 1: Multiply all terms by $6$ so that $B = 30$: A:B=(4×6):(5×6)=24:30A : B = (4 \times 6) : (5 \times 6) = 24 : 30
  4. Scale Ratio 2: Multiply all terms by $5$ so that $B = 30$: B:C=(6×5):(7×5)=30:35B : C = (6 \times 5) : (7 \times 5) = 30 : 35
  5. Unify into a single chain: A:B:C=24:30:35A : B : C = 24 : 30 : 35

Now, any part-to-part or part-to-whole question can be resolved instantly. For instance, the ratio $A : C$ is $24 : 35$, and $A$'s share of the combined total is $\frac{24}{24 + 30 + 35} = \frac{24}{89}$.


Dynamic Ratio Shifts: Modeling Additions and Removals

Many Problem Solving questions begin with an initial ratio, alter the quantities by adding or removing items, and provide a resulting ratio. Always assign the unknown multiplier $x$ to the initial ratio terms, translate the physical changes into an algebraic fraction, and solve for $x$.

Standard Equation Setup: Initial A±ΔAInitial B±ΔB=anewbnew\frac{\text{Initial } A \pm \Delta A}{\text{Initial } B \pm \Delta B} = \frac{a_{\text{new}}}{b_{\text{new}}} a⋅x±ΔAb⋅x±ΔB=anewbnew\frac{a \cdot x \pm \Delta A}{b \cdot x \pm \Delta B} = \frac{a_{\text{new}}}{b_{\text{new}}}

Worked Scenario: A library collection has fiction and non-fiction books in the ratio $7:3$. After 12 additional fiction books and 20 additional non-fiction books are acquired, the new ratio of fiction to non-fiction books is $3:2$. How many total books were in the library originally?

  1. Let original fiction books $= 7x$ and non-fiction books $= 3x$. Original total $= 10x$.
  2. Set up the equation incorporating the additions: 7x+123x+20=32\frac{7x + 12}{3x + 20} = \frac{3}{2}
  3. Cross-multiply: 2(7x+12)=3(3x+20)2(7x + 12) = 3(3x + 20) 14x+24=9x+6014x + 24 = 9x + 60 5x=365x = 36 (Note: On the actual GMAT, problems ensure integer results; here, let us verify integers in our test questions below!)

Proportionality: Direct, Inverse, and Joint Variation

Understanding functional variations allows you to solve rate, physics, and production questions on the fly:

Direct Variation ($y \propto x$)

When two quantities vary directly, their ratio remains constant: yx=k  ⟹  y1x1=y2x2\frac{y}{x} = k \implies \frac{y_1}{x_1} = \frac{y_2}{x_2} If quantity $x$ increases by a factor of 3, quantity $y$ also triples.

Inverse Variation ($y \propto \frac{1}{x}$)

When two quantities vary inversely, their product remains constant: x⋅y=k  ⟹  x1y1=x2y2x \cdot y = k \implies x_1 y_1 = x_2 y_2 If speed doubles, travel time for a fixed distance is halved. If a crew size is cut to $\frac{1}{3}$, the time required to complete the project triples.

Joint and Inverse-Square Variation

In advanced GMAT problems, a variable depends on multiple inputs:

  • Joint Direct Variation: $z = k \cdot x \cdot y \implies \frac{z_1}{x_1 y_1} = \frac{z_2}{x_2 y_2}$.
  • Inverse-Square Variation: Physical phenomena (light intensity, gravitational pull, electrostatic force) vary inversely with the square of distance: $I = \frac{k}{d^2}$. If distance increases by $25%$ ($d_2 = 1.25 d_1 = \frac{5}{4} d_1$), intensity scales by $\left(\frac{4}{5}\right)^2 = \frac{16}{25} = 0.64$, which represents a $36%$ reduction.

Geometric and Dimensional Scaling

The GMAT frequently tests ratios within geometric solids. When all linear dimensions of an object scale by a constant factor $k$:

DimensionScaling MultiplierExample ($k = 3$)
Linear Dimensions (radius, height, perimeter, edge)$k^1 = k$Tripled ($3\times$)
Surface Area (base area, lateral area, total area)$k^2$Multiplied by $9$ ($3^2$)
Volume / Capacity / Weight (cubic units)$k^3$Multiplied by $27$ ($3^3$)

The Cylinder Trap: If the radius of a cylinder is doubled ($r_2 = 2r_1$) while its height is halved ($h_2 = \frac{1}{2}h_1$), what happens to its volume? V=πr2h  ⟹  V2=π(2r1)2(12h1)=π(4r12)(12h1)=2πr12h1=2V1V = \pi r^2 h \implies V_2 = \pi (2r_1)^2 \left(\frac{1}{2}h_1\right) = \pi (4r_1^2) \left(\frac{1}{2}h_1\right) = 2 \pi r_1^2 h_1 = 2 V_1 The volume doubles! Do not assume changes cancel out linearly when exponent powers differ.


Common GMAT Pitfalls & Cognitive Traps

Trap 1: The False Total Assumption

Assuming that a ratio of $3:4$ means there are 3 of item A and 4 of item B, or that item A constitutes $\frac{3}{4}$ of the total. A ratio of $3:4$ means $A$ is $\frac{3}{3+4} = \frac{3}{7}$ of the whole.

Trap 2: Direct Addition of Ratios

If Company 1 has a male-to-female ratio of $1:2$ and Company 2 has a male-to-female ratio of $2:3$, you cannot add them to get $3:5$. The combined ratio depends entirely on the absolute size of each company's workforce (weighted average).

Trap 3: The Variable Shift Error

When items are transferred between two groups (e.g., from group A to group B), remember that group A decreases while group B increases by the exact same quantity: $\frac{ax - k}{bx + k}$. Forgetting to add $k$ to the receiving group is a frequent error.


Worked Problem Solving Example

Question: In a university research lab, the ratio of graduate students to postdocs was initially $7:2$. When 6 additional postdocs joined and 3 graduate students left, the new ratio of graduate students to postdocs became $2:1$. How many total researchers (graduate students and postdocs) were initially in the lab?

Step-by-step Solution:

  1. Define initial quantities using unknown multiplier $x$: Grad students=7x,Postdocs=2x\text{Grad students} = 7x, \quad \text{Postdocs} = 2x Initial Total=7x+2x=9x\text{Initial Total} = 7x + 2x = 9x
  2. Set up the ratio equation after the personnel changes: 7x−32x+6=21\frac{7x - 3}{2x + 6} = \frac{2}{1}
  3. Cross-multiply and solve for $x$: 1(7x−3)=2(2x+6)1(7x - 3) = 2(2x + 6) 7x−3=4x+127x - 3 = 4x + 12 3x=15  ⟹  x=53x = 15 \implies x = 5
  4. Calculate initial total: Initial Total=9x=9(5)=45\text{Initial Total} = 9x = 9(5) = 45 (Checking: Initial grads $= 35$, initial postdocs $= 10$. New grads $= 35 - 3 = 32$, new postdocs $= 10 + 6 = 16$. Ratio $= 32:16 = 2:1$. Valid!).
Loading diagram...
Ratio Bridging Architecture: Unifying Independent Ratios via the LCM Method
Test Your Knowledge

In an investment portfolio, the ratio of domestic stock value to international stock value is 3 to 4, and the ratio of international stock value to bond value is 6 to 5. If the total combined value of these three asset classes is $620,000, what is the dollar value of the international stocks?

A
B
C
D
Test Your Knowledge

In a graduate seminar, the ratio of full-time students to part-time students was initially 5 to 3. After 4 full-time students dropped the course and 6 part-time students enrolled, the ratio of full-time to part-time students became 1 to 1. What was the total number of students initially enrolled in the seminar?

A
B
C
D
Test Your Knowledge

The intensity of illumination on a surface varies inversely as the square of the distance from a light source. If the distance from the light source to the surface is increased by 25%, by what percentage does the intensity of illumination decrease?

A
B
C
D