DAT QUANTITATIVE REASONING • ALGEBRAIC & QUANTITATIVE METHODS

Ratios, Proportions, and Absolute Value — Manipulate expressions using ratios, proportions, percentages, and absolute value.

Master the algebraic tools that underpin quantitative reasoning on the DAT and beyond.

Historical Context & Motivation

The concepts of ratios, proportions, and absolute value rank among the oldest and most indispensable tools in the mathematical canon. Ancient civilizations recognized that comparing magnitudes—whether lengths, weights, or populations—required a framework more nuanced than simple counting. From Babylonian clay tablets recording grain distributions to modern pharmacokinetics, the ability to express and manipulate relationships between quantities has driven scientific, commercial, and medical progress for millennia. For DAT examinees, these operations recur in virtually every quantitative reasoning prompt, making fluency with them a prerequisite for competitive performance.

c. 1800 BCE
Babylonian Proportional Reasoning
Mesopotamian scribes recorded tables of reciprocals and proportional relationships on cuneiform tablets, enabling trade calculations and land measurement with proto-algebraic methods.
c. 300 BCE
Euclid's Theory of Proportion
Book V of Euclid's Elements formalized the definition of ratio and proportion attributed to Eudoxus, creating a rigorous foundation that handled incommensurable magnitudes—an intellectual leap that prefigured real analysis.
15th c.
Percent Notation Emerges
Italian merchants popularized 'per cento' notation in double-entry bookkeeping, standardizing the expression of ratios per hundred for commerce and banking across Renaissance Europe.
1806
Argand & Absolute Value
Jean-Robert Argand's geometric interpretation of complex numbers introduced the modulus (|z|), generalizing the concept of 'distance from zero' that underpins the modern absolute value function on the real line.
1821
Cauchy's Formal Definitions
Augustin-Louis Cauchy's Cours d'analyse rigorously defined absolute value as a piecewise function, cementing its role in limits, continuity, and the ε-δ framework of modern analysis.

The central question these tools address is deceptively simple: how do we compare, scale, and measure the magnitude of quantities in a way that is algebraically manipulable? The DAT Quantitative Reasoning section tests precisely this capacity—demanding that you move fluidly between ratios, proportions, percentages, and absolute value expressions under time pressure. The sections that follow build the formal apparatus you need and then put it to work through escalating practice.

Core Principles & Definitions

Before diving into manipulation techniques, it is essential to anchor each concept in a precise definition. The four pillars of this lesson—ratios, proportions, percentages, and absolute value—are deeply interconnected, yet each carries its own algebraic grammar. A ratio expresses the relative size of two quantities; a proportion asserts the equality of two ratios; a percentage normalizes a ratio to a base of 100; and absolute value strips away sign to yield magnitude. Understanding how they compose and interact is the key to efficiency on test day.

1

Ratio

A comparison of two quantities a and b, written a : b or a/b, where b ≠ 0. Ratios are unitless when comparing like quantities and preserve relative magnitude under scaling: ka : kb = a : b for any k ≠ 0.
2

Proportion

An equation stating two ratios are equal: a/b = c/d. The fundamental property (cross-multiplication) gives ad = bc. Proportions enable solving for unknowns when three of four quantities are known.
3

Percentage

A ratio expressed per 100: p% = p/100. Percentage change is (new − original)/original × 100%. Successive percentage changes compound multiplicatively, not additively.
4

Absolute Value

For any real number x, |x| = x if x ≥ 0 and |x| = −x if x < 0. Geometrically, |x| is the distance from x to the origin on the number line, always non-negative. It obeys |ab| = |a| × |b| and |a + b| ≤ |a| + |b| (the triangle inequality).
KEY TAKEAWAY
Think of ratios and proportions as the grammar of comparison, percentages as the standardized dialect of that grammar (normalized to 100), and absolute value as a magnitude lens that filters out direction. Just as a chemist must move fluidly between moles, grams, and molarity, a quantitative reasoner must move fluidly between these four representations to select whichever form makes a given problem most tractable.

Visual Explanation — The Ratio-Proportion-Percentage Landscape

The top row traces the conceptual hierarchy: a ratio becomes a proportion when equated with another ratio, and becomes a percentage when normalized to 100. The cross-multiplication diagram shows how the means and extremes of a proportion interact, yielding the equation ad = bc. The bottom bar illustrates the three-step pipeline from fraction to decimal to percentage.

The diagram above encapsulates the core algebraic workflow you will encounter on the DAT. When you see a ratio, immediately ask whether a second ratio exists that should be set equal to it (forming a proportion). When a proportion is established, cross-multiplication converts it into a single linear equation—often the fastest path to an unknown. When the denominator of a proportion is 100, you are working in the percentage domain, which is simply a special case of proportional reasoning. Keeping this hierarchy in mind will help you categorize problems at a glance and select the most efficient solution method.

Mathematical Framework

Ratios and Proportions

RATIO DEFINITION
a : b = a / b, b ≠ 0
A ratio is equivalent to a fraction. Scaling both terms by the same nonzero constant k yields an equivalent ratio: ka : kb = a : b. Ratios can always be simplified by dividing both terms by their GCD.
CROSS-MULTIPLICATION (PROPORTION)
a / b = c / d ⟹ a × d = b × c
Given four quantities where b, d ≠ 0, this identity transforms a proportion into a product equation. The terms a and d are called the extremes; b and c are the means. Solving for any one unknown requires only basic algebra after cross-multiplying.

Percentage Operations

PERCENTAGE CHANGE
% Change = ((New − Original) / Original) × 100%
A positive result indicates an increase; a negative result indicates a decrease. Note that successive percentage changes are multiplicative: a p% increase followed by a q% decrease yields a final multiplier of (1 + p/100)(1 − q/100), which generally does not equal 1 + (p − q)/100.

Absolute Value

PIECEWISE DEFINITION
|x| = x if x ≥ 0; |x| = −x if x < 0
Equivalently, |x| = √(x²). Key algebraic properties: |ab| = |a|·|b|; |a/b| = |a|/|b| for b ≠ 0; and the triangle inequality: |a + b| ≤ |a| + |b|. When solving |f(x)| = k (k > 0), split into f(x) = k or f(x) = −k and solve each branch.
💡 DAT Strategy Note
When an absolute-value equation contains a linear expression—say |2x − 5| = 9—always generate two cases (2x − 5 = 9 and 2x − 5 = −9), solve each, then verify both solutions satisfy any domain constraints. This systematic approach prevents sign errors, which are one of the most common mistakes on timed quantitative sections.

Detailed Breakdown — Absolute Value on the Number Line

Absolute value equations and inequalities often confuse test-takers because a single expression can encode two simultaneous constraints. A geometric interpretation resolves most of the difficulty: |x − c| represents the distance between x and c on the number line. With this lens, |x − 3| < 5 asks 'which points are within 5 units of 3?' and the solution set is the open interval (−2, 8). Similarly, |x − 3| > 5 asks 'which points are more than 5 units from 3?' yielding x < −2 or x > 8. This distance interpretation generalizes naturally: |x − a| = |x − b| locates the midpoint between a and b, and compound absolute-value inequalities describe intersections or unions of intervals.

Three cases of absolute value centered at 3 with radius 5. Case 1 (equality) yields exactly two point solutions. Case 2 (less than) yields a bounded open interval. Case 3 (greater than) yields two unbounded rays. The open circles indicate strict inequalities; closed circles would appear for ≤ or ≥.
Summary of absolute value solution forms
ExpressionTranslationSolution Form
|x − c| = kDistance from c equals kx = c + k or x = c − k (two points)
|x − c| < kDistance from c less than kc − k < x < c + k (open interval)
|x − c| > kDistance from c greater than kx < c − k or x > c + k (two rays)
|x − c| ≤ kDistance from c at most kc − k ≤ x ≤ c + k (closed interval)

Worked Example — Multi-Concept DAT-Style Problem

The following example integrates ratios, percentages, and absolute value in a single problem, mirroring the multi-step reasoning the DAT rewards.

DAT-Style Problem: Mixture and Error Analysis
1
Step 1 — Read and IdentifyA laboratory solution is prepared by mixing compound A and compound B in the ratio 3 : 5. A technician accidentally uses 420 mL of compound B instead of the correct amount. The final volume of the solution is 640 mL. We need to determine (a) the correct total volume, (b) the percentage error in the total volume, and (c) whether the absolute deviation of the ratio from the intended value exceeds 0.05.
2
Step 2 — Find the Actual Amount of ATotal volume = Volume of A + Volume of B. Since total = 640 mL and B = 420 mL, Volume of A = 640 − 420 = 220 mL. The actual ratio A : B = 220 : 420, which simplifies (dividing by 20) to 11 : 21.
Volume of A = 220 mL; actual ratio = 11 : 21
3
Step 3 — Determine the Correct VolumeThe intended ratio is 3 : 5. With 220 mL of A, set up the proportion: 3/5 = 220/x. Cross-multiply: 3x = 5 × 220 = 1100, so x = 1100/3 ≈ 366.67 mL of B would have been correct. The correct total volume = 220 + 366.67 ≈ 586.67 mL.
Correct total ≈ 586.67 mL
4
Step 4 — Calculate Percentage ErrorPercentage error = ((Actual − Correct) / Correct) × 100% = ((640 − 586.67) / 586.67) × 100% = (53.33 / 586.67) × 100% ≈ 9.09%.
Percentage error ≈ 9.09%
5
Step 5 — Check Absolute Deviation of RatioThe intended ratio as a decimal: 3/5 = 0.6000. The actual ratio: 220/420 = 11/21 ≈ 0.5238. The absolute deviation is |0.6000 − 0.5238| = |0.0762| = 0.0762. Since 0.0762 > 0.05, the absolute deviation does exceed the threshold.
|Δ ratio| = 0.0762 > 0.05 — threshold exceeded
🔑 STRATEGY REFLECTION
Notice how this single problem required converting a ratio to a proportion (Step 3), computing a percentage (Step 4), and evaluating an absolute value expression (Step 5). On the DAT, the most time-efficient approach is to identify which algebraic tool each sub-question demands before you begin calculating. This 'tool selection' habit—analogous to a surgeon choosing the right instrument before making an incision—prevents mid-problem pivots that consume precious seconds.

Common Pitfalls & Strategic Comparisons

Even well-prepared students lose points on ratio and absolute-value items because of predictable conceptual traps. The table below catalogues the most frequent errors alongside the correct reasoning and a strategic antidote. Awareness of these pitfalls converts them from liabilities into checkpoints you can run during a timed section.

Common pitfalls on DAT ratio, proportion, percentage, and absolute value items
PitfallWhy It's WrongCorrect Approach
Adding successive percentagesA 20% increase then 20% decrease does NOT return to the original. Multiplicatively: 1.20 × 0.80 = 0.96, a net 4% decrease.Always multiply successive multipliers: (1 ± p₁/100)(1 ± p₂/100)…
Dropping a solution of |f(x)| = kForgetting the negative branch f(x) = −k loses a valid root.Systematically write both branches; solve each; check domain.
Confusing part-to-part vs. part-to-wholeA 3 : 5 ratio has 8 total parts, not 5. Part-to-whole for the first term is 3/8, not 3/5.Clarify whether the ratio is part:part or part:whole before setting up a proportion.
Applying |a + b| = |a| + |b|The triangle inequality states |a + b| ≤ |a| + |b|; equality holds only when a and b share the same sign.Never distribute absolute value over addition. Test with concrete numbers if uncertain.
Using wrong base for percentage changePercentage change is always relative to the original (denominator = original), not the new value.Memorize: % change = (new − original) / original × 100%.
KEY TAKEAWAY
The pitfalls above share a common root: misapplying a linear intuition to a nonlinear operation. Percentages compound multiplicatively, absolute value is piecewise (not distributive over addition), and ratios encode structure (part-to-part vs. part-to-whole) that must be decoded before computation. Training yourself to pause and classify the operation before executing it is the single most effective strategy for eliminating careless errors.

Connections to Advanced Quantitative Topics

Ratios, proportions, percentages, and absolute value are not isolated tools; they serve as foundational building blocks for more sophisticated quantitative techniques that appear elsewhere on the DAT and in graduate coursework. Understanding these connections not only deepens conceptual mastery but also allows you to leverage familiar reasoning patterns when encountering unfamiliar problem types.

How foundational concepts extend to advanced topics
This Lesson's ConceptAdvanced ExtensionWhere It Appears
Ratio (a : b)Rate problems, dimensional analysis, unit conversion chainsDAT science sections, pharmacology dosing calculations
Proportion (a/b = c/d)Similar triangles, scaling laws, dilution equations (C₁V₁ = C₂V₂)DAT geometry items, general chemistry
Percentage changeCompound interest, exponential growth/decay, relative error in measurementsDAT quantitative reasoning, biostatistics
Absolute value |x|Metric spaces and norms, piecewise functions, optimization (L₁ loss)Graduate statistics, data science, mathematical analysis
Triangle inequalityVector norms, Cauchy–Schwarz inequality, error bounds in numerical methodsGraduate mathematics, computational science

A particularly powerful extension worth noting is the dilution equation C₁V₁ = C₂V₂, which is simply a proportion restated: C₁/C₂ = V₂/V₁. Every time you encounter this in a chemistry context, you are performing cross-multiplication in disguise. Similarly, the absolute value function's role as a distance metric on ℝ generalizes directly to the Euclidean norm in ℝⁿ: ||x|| = √(x₁² + x₂² + … + xₙ²). Recognizing these structural echoes across domains will serve you well as you progress through graduate-level quantitative coursework and standardized assessments.

Practice Problems

PROBLEM 1CONCEPTUAL
A student claims that if a quantity increases by 50% and then decreases by 50%, the net change is 0%. Explain why this reasoning is flawed and determine the actual net percentage change.
PROBLEM 2BASIC CALCULATION
Solve for x: |3x − 7| = 14.
PROBLEM 3INTERMEDIATE
In a class of 120 students, the ratio of those who passed to those who failed an exam is 7 : 3. If 10 students who initially failed are allowed to retake the exam and all of them pass, what is the new ratio of passed to failed? Express the new number of failed students as a percentage of the total class.
PROBLEM 4APPLIED
A dental anesthetic solution contains lidocaine and epinephrine in a ratio of 20 mg : 0.01 mg per mL. A clinician needs to prepare 5 mL of a solution where the lidocaine concentration is reduced by 25% but the epinephrine concentration remains unchanged. Determine the new ratio of lidocaine to epinephrine per mL, and express the lidocaine dosage in the 5 mL preparation as a percentage of the original 5 mL dosage.
PROBLEM 5CRITICAL THINKING
Prove that for all real numbers a and b, ||a| − |b|| ≤ |a − b| (the reverse triangle inequality). Then use this result to show that if |x − 4| < 1, the value of |x| must lie in the open interval (3, 5).

Lesson Summary

This lesson established the algebraic foundations for manipulating ratios, proportions, percentages, and absolute value expressions. A ratio (a : b) compares two quantities and is equivalent to the fraction a/b. Setting two ratios equal forms a proportion, solvable via cross-multiplication (ad = bc). Percentages normalize ratios to a base of 100 and compound multiplicatively, not additively—a critical distinction for avoiding the most common DAT error. Percentage change always uses the original value as its base.

The absolute value function, defined piecewise as |x| = x for x ≥ 0 and |x| = −x for x < 0, measures distance from zero. Equations of the form |f(x)| = k require two-branch analysis, while inequalities translate into bounded intervals (< case) or unbounded rays (> case). The triangle inequality (|a + b| ≤ |a| + |b|) and its reverse form (||a| − |b|| ≤ |a − b|) are essential tools for bounding expressions. Master these four interconnected concepts and their common pitfalls, and you will be well positioned for every quantitative reasoning item on the DAT that involves comparison, scaling, or magnitude.

Varsity Tutors • DAT Quantitative Reasoning • Ratios, Proportions, and Absolute Value