6.1 Ratios, Proportions & Dimensional Analysis

Key Takeaways

  • Ratios express relative size between quantities in part-to-part ($a:b$) or part-to-whole ($\frac{a}{a+b}$) forms; identifying whether the problem references a subset or the total is crucial.
  • Direct proportions are solved algebraically via cross-multiplication ($\frac{a}{b} = \frac{c}{d} \implies ad = bc$), provided units are aligned identically across numerators and denominators.
  • Dimensional analysis utilizes conversion factors as unit fractions to cancel intermediate units across multi-step conversions, such as converting velocity ($\text{ft/s}$ to $\text{mph}$) or multi-dimensional units ($1\text{ m}^2 = 10{,}000\text{ cm}^2$).
  • Volumetric density ($\text{Density} = \frac{\text{Mass}}{\text{Volume}}$) and population density ($\text{Density} = \frac{\text{Population}}{\text{Area}}$) require finding intermediate geometric volumes or geographic areas before computing the ratio.
  • Unit rates isolate the quantity per single unit of another variable (e.g., speed, fuel efficiency, price per ounce) and represent the slope $m$ in direct linear proportional models $y = mx$.
Last updated: August 2026

6.1 Ratios, Proportions & Dimensional Analysis

Problem-Solving and Data Analysis questions make up approximately 15% (5 to 7 questions) of the Digital SAT Math section. At the core of this domain is proportional reasoning—the ability to model, convert, and scale quantities across diverse scientific, economic, and geometric contexts.

Mastery of this domain requires fluency in ratio algebra, multi-step dimensional analysis (converting rates and higher-dimensional units), and volumetric and population density calculations.


1. Ratio Fundamentals: Part-to-Part vs. Part-to-Whole

A ratio is a mathematical comparison of two or more numerical quantities. Ratios can be expressed in three equivalent notations: $a:b$, $\frac{a}{b}$, or "$a$ to $b$".

+-----------------------------------------------------------------------------+
|                     PART-TO-PART VS. PART-TO-WHOLE RATIOS                   |
|                                                                             |
|   Example: A chemistry lab mixture contains 3 parts acid and 5 parts water. |
|                                                                             |
|   [ Part-to-Part Ratio ]           [ Part-to-Whole Ratio ]                  |
|   Acid : Water = 3 : 5             Acid : Total Mixture = 3 : (3 + 5) = 3:8 |
|   Water : Acid = 5 : 3             Water : Total Mixture = 5 : 8            |
|                                                                             |
|   Fraction of acid = 3/5 of water  Fraction of mixture that is acid = 3/8   |
+-----------------------------------------------------------------------------+

The Common Multiplier Method ($x$-Method)

When a ratio is given along with a total quantity or a difference between components, assign a common variable multiplier $x$ to each part of the ratio.

Part A=ax,Part B=bx,Total=(a+b)x\text{Part } A = a x, \quad \text{Part } B = b x, \quad \text{Total} = (a + b)x

Worked Example 1: Three-Part Ratio Mixture

Problem: An alloy is created by combining copper, zinc, and tin in the ratio $5 : 3 : 2$ by weight. If a metallurgist needs to produce $140\text{ kilograms}$ of this alloy, how many kilograms of zinc are required?

Step-by-Step Solution:

  1. Define the parts using multiplier $x$: Copper=5x,Zinc=3x,Tin=2x\text{Copper} = 5x, \quad \text{Zinc} = 3x, \quad \text{Tin} = 2x
  2. Set up the total weight equation: 5x+3x+2x=140    10x=140    x=145x + 3x + 2x = 140 \implies 10x = 140 \implies x = 14
  3. Calculate the required mass of zinc: Zinc=3x=3(14)=42 kg\text{Zinc} = 3x = 3(14) = 42\text{ kg}

[!IMPORTANT] The SAT Ratio Wording Trap: Always verify whether the question asks for a component relative to another component (part-to-part) or relative to the entire set (part-to-whole). If the ratio of red to blue marbles is $2:7$, the fraction of blue marbles in the jar is $\frac{7}{2+7} = \frac{7}{9}$, NOT $\frac{7}{2}$.


2. Proportions and Cross-Multiplication Mechanics

A proportion is an equation stating that two rational ratios are equal:

ab=cd    ad=bc(b,d0)\frac{a}{b} = \frac{c}{d} \iff a d = b c \quad (b, d \ne 0)

Direct vs. Inverse Proportionality

  • Direct Proportion ($y = kx$): As $x$ increases, $y$ increases at a constant rate $k = \frac{y}{x}$.
  • Inverse Proportion ($y = \frac{k}{x}$ or $xy = k$): As $x$ increases, $y$ decreases such that their product remains constant.
Proportional RelationshipMathematical FormulaConstant of Proportionality ($k$)Real-World SAT Scenario
Direct Variation$y = k x$$k = \frac{y}{x}$Fuel consumed vs. distance driven; cost vs. weight
Inverse Variation$y = \frac{k}{x}$$k = x \cdot y$Speed vs. travel time; workers on a job vs. hours to complete

Worked Example 2: Inverse Proportionality

Problem: A construction crew of 6 workers can complete a roofing installation in 14 hours. Assuming all workers work at the same constant rate, how many total hours would it take a crew of 8 workers to complete the same installation?

Step-by-Step Solution:

  1. Identify the relationship: The number of workers $w$ and time $t$ are inversely proportional. The total labor in worker-hours is constant: k=w1t1=6×14=84 worker-hoursk = w_1 \cdot t_1 = 6 \times 14 = 84\text{ worker-hours}
  2. Solve for the new time $t_2$ with $w_2 = 8$: w2t2=k    8t2=84    t2=848=10.5 hoursw_2 \cdot t_2 = k \implies 8 \cdot t_2 = 84 \implies t_2 = \frac{84}{8} = 10.5\text{ hours}

3. Unit Rates and Linear Slopes

A unit rate expresses how many units of the numerator correspond to exactly 1 unit of the denominator. Common unit rates include:

  • Speed: $\frac{\text{miles}}{\text{hour}}$ or $\frac{\text{meters}}{\text{second}}$
  • Unit Pricing: $\frac{\text{dollars}}{\text{pound}}$ or $\frac{\text{cents}}{\text{fluid ounce}}$
  • Flow Rate: $\frac{\text{gallons}}{\text{minute}}$ or $\frac{\text{liters}}{\text{second}}$

In algebraic models of the form $y = mx + b$, the slope $m$ is the unit rate of change:

m=ΔyΔx=Change in OutputChange in Inputm = \frac{\Delta y}{\Delta x} = \frac{\text{Change in Output}}{\text{Change in Input}}


4. Dimensional Analysis (The Unit-Fraction Method)

Dimensional analysis is a systematic method of unit conversion that treats measurement units algebraically, allowing them to cancel out when positioned in opposing numerators and denominators.

+-----------------------------------------------------------------------------+
|                     DIMENSIONAL ANALYSIS UNIT CANCELLATION                  |
|                                                                             |
|   Given Quantity       Conversion Factor 1       Conversion Factor 2        |
|                                                                             |
|   [ Unit A ]        [   Unit B   ]            [   Unit C   ]                |
|   ----------   x    --------------       x    --------------  =  [ Unit C ] |
|       1             [   Unit A   ]            [   Unit B   ]                |
|                           ^                         ^                       |
|               (Unit A cancels out)      (Unit B cancels out)                |
+-----------------------------------------------------------------------------+

Step-by-Step Multi-Unit Conversion Workflow

  1. Identify the Given Rate: Write the initial rate as a fraction with explicit units.
  2. Construct Unit Fractions: Form conversion fractions equal to $1$ (e.g., $\frac{1\text{ mi}}{5{,}280\text{ ft}} = 1$) such that unwanted units appear on the opposite side of the fraction bar.
  3. Cancel Units and Multiply: Cross out matching units and compute the numerical product.

Worked Example 3: Converting Velocity (ft/s to mph)

Problem: An experimental drone cruises at a constant speed of $88\text{ feet per second}$. Given that $1\text{ mile} = 5{,}280\text{ feet}$ and $1\text{ hour} = 3{,}600\text{ seconds}$, what is the drone's speed in miles per hour?

Step-by-Step Solution:

  1. Set up the dimensional analysis expression: 88 ft1 s×1 mile5,280 ft×3,600 s1 hour\frac{88\text{ ft}}{1\text{ s}} \times \frac{1\text{ mile}}{5{,}280\text{ ft}} \times \frac{3{,}600\text{ s}}{1\text{ hour}}
  2. Cancel units algebraically: 88 ft1 s×1 mile5,280 ft×3,600 s1 hour=88×3,6005,280 mileshour\frac{88\ \cancel{\text{ft}}}{1\ \cancel{\text{s}}} \times \frac{1\text{ mile}}{5{,}280\ \cancel{\text{ft}}} \times \frac{3{,}600\ \cancel{\text{s}}}{1\text{ hour}} = \frac{88 \times 3{,}600}{5{,}280}\ \frac{\text{miles}}{\text{hour}}
  3. Calculate the numerical value: 316,8005,280=60 miles per hour\frac{316{,}800}{5{,}280} = 60\text{ miles per hour}

5. Multi-Dimensional Conversions (Area & Volume Rules)

A common source of error on the SAT occurs when converting units of area (squared units) or volume (cubed units). Conversion factors must be raised to the corresponding power.

+-----------------------------------------------------------------------------+
|                 SQUARE AND CUBE UNIT CONVERSION EXPONENTS                   |
|                                                                             |
|   Linear:     1 yd  = 3 ft                                                  |
|                                                                             |
|   Area:       1 yd² = (3 ft)²  = 3² ft²  =  9 ft²   (NOT 3 ft²!)            |
|                                                                             |
|   Volume:     1 yd³ = (3 ft)³  = 3³ ft³  = 27 ft³   (NOT 3 ft³!)            |
|                                                                             |
|   Metric:     1 m   = 100 cm                                                |
|               1 m²  = (100 cm)² = 10,000 cm²                                |
|               1 m³  = (100 cm)³ = 1,000,000 cm³                             |
+-----------------------------------------------------------------------------+

Worked Example 4: Area Conversion Trap

Problem: A solar panel array covers an area of $12\text{ square meters}$. How many square centimeters ($\text{cm}^2$) does this array cover?

Step-by-Step Solution:

  1. Linear equivalence: $1\text{ m} = 100\text{ cm}$.
  2. Square both sides: 1 m2=(100 cm)2=10,000 cm21\text{ m}^2 = (100\text{ cm})^2 = 10{,}000\text{ cm}^2
  3. Multiply by the area: 12 m2×10,000 cm21 m2=120,000 cm212\text{ m}^2 \times \frac{10{,}000\text{ cm}^2}{1\text{ m}^2} = 120{,}000\text{ cm}^2

6. Volumetric and Population Density Models

Density is a ratio describing how tightly packed a quantity is within a spatial boundary.

1. Volumetric Density (Mass per Unit Volume)

Density=MassVolume    Mass=Density×Volume\text{Density} = \frac{\text{Mass}}{\text{Volume}} \implies \text{Mass} = \text{Density} \times \text{Volume} Volume=MassDensity\text{Volume} = \frac{\text{Mass}}{\text{Density}}

2. Population Density (Count per Unit Area)

Population Density=PopulationLand Area    Population=Density×Area\text{Population Density} = \frac{\text{Population}}{\text{Land Area}} \implies \text{Population} = \text{Density} \times \text{Area}

Worked Example 5: Multi-Step Density and Geometry

Problem: A solid cylindrical bronze rod has a radius of $2\text{ cm}$, a length (height) of $15\text{ cm}$, and a mass of $1{,}601.4\text{ grams}$. Using $\pi \approx 3.14$, what is the density of the bronze in grams per cubic centimeter ($\text{g/cm}^3$)?

Step-by-Step Solution:

  1. Calculate the volume of the cylinder: V=πr2h=3.14×(2)2×15=3.14×4×15=3.14×60=188.4 cm3V = \pi r^2 h = 3.14 \times (2)^2 \times 15 = 3.14 \times 4 \times 15 = 3.14 \times 60 = 188.4\text{ cm}^3
  2. Apply the volumetric density formula: Density=MassVolume=1,601.4 g188.4 cm3=8.5 g/cm3\text{Density} = \frac{\text{Mass}}{\text{Volume}} = \frac{1{,}601.4\text{ g}}{188.4\text{ cm}^3} = 8.5\text{ g/cm}^3

[!TIP] Desmos Tip for Dimensional Conversions: Type the entire multi-step dimensional fraction directly into Desmos on a single line: (88 * 3600) / 5280. Desmos handles the fractional arithmetic instantly, eliminating manual calculation errors.

Test Your Knowledge

A high-speed train travels at a constant velocity of 176 feet per second. Given that 1 mile = 5,280 feet and 1 hour = 3,600 seconds, what is the train's speed in miles per hour?

A
B
C
D
Test Your Knowledge

A landscape architect designs a rectangular patio with an area of 45 square yards. Given that 1 yard = 3 feet, what is the area of the patio in square feet?

A
B
C
D
Test Your Knowledge

A solid metallic cylinder has a base radius of 3 centimeters, a height of 10 centimeters, and a total mass of 1,695.6 grams. Using the approximation pi ≈ 3.14, what is the density of the metal in grams per cubic centimeter (g/cm³)?

A
B
C
D