9.3 Number Line Relationships, Absolute Value, Inequalities & Distance

Key Takeaways

  • On the real number line, value strictly increases from left to right; for negative numbers, a greater absolute magnitude corresponds to a smaller numerical value (e.g., -7 < -4).
  • Absolute value |x| geometrically represents the non-negative distance between a number x and zero on the number line, requiring internal operations to be evaluated before removing the bars.
  • The distance between two points a and b on a coordinate line is universally quantified by |a - b| = |b - a|, eliminating directional negative values.
  • Absolute value inequalities of the form |x - a| ≤ d define a closed tolerance interval [a - d, a + d] of points within distance d from center a.
  • Between any two distinct rational numbers, infinitely many rational numbers exist; candidates can isolate intermediate values by establishing a common denominator, converting to decimals, or calculating the arithmetic mean.
Last updated: September 2026

9.3 Number Line Relationships, Absolute Value, Inequalities & Distance

The Real Number Line Continuum

The real number line is a one-dimensional geometric model where every real number corresponds to a unique coordinate, and every coordinate corresponds to a unique real number. The line is oriented horizontally with a central origin labeled zero (0). Positive real numbers extend indefinitely to the right (+∞), while negative real numbers extend indefinitely to the left (-∞).

Understanding number line topology is essential for solving CBEST inequalities, distance calculations, and ordering questions. The fundamental ordering axiom states:

For any two numbers a and b,a<b    a lies to the left of b on the number line.\text{For any two numbers } a \text{ and } b, \quad a < b \iff a \text{ lies to the left of } b \text{ on the number line.}


The Negative Ordering Principle

A common cognitive trap for examinees is the negative ordering inversion. With positive numbers, greater digits correspond to larger values (10 > 4). With negative numbers, because position moves further to the left, a larger absolute magnitude corresponds to a smaller algebraic value:

  • Since |-9| = 9 > |-3| = 3, -9 lies 9 units to the left of 0, while -3 lies only 3 units to the left.
  • Therefore: -9 < -3 (or equivalently, -3 > -9).
  • When comparing negative fractions or decimals, always test position relative to zero:
    • Compare -1/2 and -3/4: -1/2 = -0.50 is closer to zero than -3/4 = -0.75. Thus, -1/2 > -3/4.

Systematic Strategies for Ordering Mixed Sets

CBEST test items frequently present a mixed set containing negative decimals, improper fractions, mixed numbers, and integers, requiring candidates to sort them in ascending (least to greatest) or descending (greatest to least) order:

Method 1: Decimal Conversion

Convert all numbers to decimal approximations with two or three decimal places:

  • Consider sorting: {-2.45, -7/3, -2.4, -5/2, 0.35}
  • Convert fractions to decimals:
    • -7/3 ≈ -2.333
    • -5/2 = -2.500
    • Numbers in decimal form: ${-2.450, -2.333, -2.400, -2.500, +0.350}$
  • Order from least (furthest left) to greatest (furthest right): 2.500<2.450<2.400<2.333<+0.350-2.500 < -2.450 < -2.400 < -2.333 < +0.350
  • Restore original representations: 52<2.45<2.4<73<0.35-\frac{5}{2} < -2.45 < -2.4 < -\frac{7}{3} < 0.35

Method 2: Common Denominators for Fractions

When fractions have similar values and converting to decimals causes rounding ambiguity, find the Least Common Denominator (LCD):

  • Compare -5/8 and -7/12:
    • LCM(8, 12) = 24
    • -5/8 = -15/24
    • -7/12 = -14/24
    • Since -15 < -14, -15/24 < -14/24 ⇒ -5/8 < -7/12.

Absolute Value: Definition and Properties

The Geometric Definition of Absolute Value

Geometrically, the absolute value of a real number x, denoted |x|, represents the distance along the number line between x and the origin (0). Because physical distance cannot be negative, the absolute value of any real number is always non-negative:

x0for all xR|x| \ge 0 \quad \text{for all } x \in \mathbb{R}

Algebraically, absolute value is defined piecewise:

x={xif x0xif x<0|x| = \begin{cases} x & \text{if } x \ge 0 \\ -x & \text{if } x < 0 \end{cases}

If x = -7, |-7| = -(-7) = +7. The absolute value strips away direction, isolating pure magnitude.

Absolute Value as a Grouping Symbol

Absolute value vertical bars act as grouping symbols that take precedence in PEMDAS at the level of parentheses. You must completely evaluate the numerical expression inside the bars before applying the absolute value operator:

  • Internal Evaluation First: 719=12=12|7 - 19| = |-12| = 12
  • Contrast with Separate Bars: 719=719=12|7| - |19| = 7 - 19 = -12 Notice that |7 - 19| ≠ |7| - |19|.
  • Negative Sign Outside the Bars: 15=(15)=15-| -15 | = -(15) = -15 The negative sign outside the bars is applied after evaluating the absolute value. Therefore, -|x| ≤ 0 for all real numbers.

Calculating One-Dimensional Distance Between Points

On a real coordinate line, the distance d between any two points a and b is the absolute value of their difference:

d(a,b)=ab=bad(a, b) = |a - b| = |b - a|

Because distance is non-directional, the order of subtraction does not matter.

Point aPoint bDistance Calculation |a - b|Geometric Interpretation
+4+11|4 - 11| = |-7| = 7Both positive: direct difference in positions (11 - 4 = 7).
-3+8|-3 - 8| = |-11| = 11Crossing zero: distance is the sum of magnitudes (3 + 8 = 11).
-14-5|-14 - (-5)| = |-14 + 5| = |-9| = 9Both negative: difference in distances from origin (14 - 5 = 9).
-9.5+6.2|-9.5 - 6.2| = |-15.7| = 15.7Spans across zero: 9.5 + 6.2 = 15.7.

Absolute Value Equations, Inequalities & Tolerance Intervals

Equations: |x - a| = d

The equation |x - a| = d asks: "Which points x are located at an exact distance of d units from the center point a?" This splits into two linear branches:

xa=d    x=a+dorxa=d    x=adx - a = d \implies x = a + d \quad \text{or} \quad x - a = -d \implies x = a - d

Example: |x - 6| = 9 ⇒ x = 6 + 9 = 15 or x = 6 - 9 = -3.

Inequalities: |x - a| ≤ d (Symmetric Tolerance Intervals)

In manufacturing, laboratory science, and classroom measurement standards, acceptable variations are expressed as absolute value inequalities:

xad    adxa+d|x - a| \le d \iff a - d \le x \le a + d

  • Center Point (a): Target baseline measurement.
  • Tolerance Radius (d): Maximum permissible deviation.
  • Geometrically, this represents a closed interval centered at a extending d units in both directions.
  • Example: A chemistry balance requires sample weights w to satisfy |w - 25.0| ≤ 0.4 grams: 0.4w25.00.4    24.6 gw25.4 g-0.4 \le w - 25.0 \le 0.4 \implies 24.6\text{ g} \le w \le 25.4\text{ g}

Rational Density & Finding Intermediate Values

The density property of rational numbers establishes that between any two distinct rational numbers a < b, there exist infinitely many other rational numbers. On the CBEST, questions often ask examinees to locate a value between two given bounds:

Three Strategies for Identifying Intermediate Values

  1. The Midpoint (Average) Formula: The exact midpoint m = (a + b)/2 always lies strictly between a and b: Midpoint=14+132=312+4122=7122=724\text{Midpoint} = \frac{\frac{1}{4} + \frac{1}{3}}{2} = \frac{\frac{3}{12} + \frac{4}{12}}{2} = \frac{\frac{7}{12}}{2} = \frac{7}{24} Since 1/4 = 6/24 and 1/3 = 8/24, 7/24 sits exactly midway.
  2. Denominator Scaling: Convert boundary fractions into equivalent forms matching common multiples of the options' denominators. To find an integer numerator between 3/5 and 4/5, scale both by a factor of 2: 35=610and45=810    710 lies strictly between them.\frac{3}{5} = \frac{6}{10} \quad \text{and} \quad \frac{4}{5} = \frac{8}{10} \implies \frac{7}{10} \text{ lies strictly between them.}
  3. Decimal Benchmarking: Convert bounds into decimals: 1/4 = 0.250 and 1/3 ≈ 0.333. Any option whose decimal evaluation falls in the open interval (0.250, 0.333) is mathematically correct (such as 0.28, 3/10 = 0.300, or 7/24 ≈ 0.292).
Loading diagram...
Number Line Distance and Symmetric Absolute Value Interval Model
Geometric Distance from Origin (|x|) for Signed Number Coordinates
Test Your Knowledge

Which of the following lists correctly orders the five rational numbers from least to greatest along the real number line? {2.4,  52,  1.9,  94,  0.1}\left\{ -2.4, \; -\frac{5}{2}, \; -1.9, \; -\frac{9}{4}, \; 0.1 \right\}

A
B
C
D
Test Your Knowledge

A middle school physical science laboratory incubator requires that the internal operating temperature T (in degrees Fahrenheit) must satisfy the calibrated tolerance inequality: T72.01.8|T - 72.0| \le 1.8 Which of the following statements correctly identifies the allowable range of operating temperatures for the incubator?

A
B
C
D
Test Your Knowledge

Which of the following fractions lies strictly between 3/8 and 5/12 on the real number line?

A
B
C
D