2.3 Unit Conversion, Scientific Notation, Numerical Precision & Absolute Value

Key Takeaways

  • Dimensional analysis cancels unwanted units through chain multiplication of conversion factor ratios equivalent to unity ($1$), ensuring accurate multi-step metric, US Customary, and compound rate transformations.
  • Scientific notation standardizes any non-zero real number into the form $a \times 10^k$, where the coefficient satisfies $1 \le |a| < 10$ and $k$ is an integer exponent ($k > 0$ for numbers $\ge 10$, $k < 0$ for decimals between $0$ and $1$).
  • On the CLEP TI-30XS MultiView calculator, scientific notation is entered using the dedicated `[EE]` key ($[2\text{nd}][x^{-1}]$), which treats $a\text{E}k$ as a single atomic numerical token and avoids common order-of-operations errors in division.
  • The absolute value function $|x|$ measures geometric distance from $0$ on the real line; it satisfies $|ab| = |a||b|$, $\left|\frac{a}{b}\right| = \frac{|a|}{|b|}$, and the Triangle Inequality $|a + b| \le |a| + |b|$.
  • An absolute value equation of the form $|ax + b| = c$ (with $c \ge 0$) splits into the compound disjunction $ax + b = c$ or $ax + b = -c$; if $c < 0$, the solution set is strictly empty ($\emptyset$).
Last updated: August 2026

2.3 Unit Conversion, Scientific Notation, Numerical Precision & Absolute Value

Applied measurement, scientific representation of scale, numerical precision, and distance metrics via absolute values represent high-yield topics on the CLEP College Mathematics examination. These mathematical tools bridge theoretical number properties and practical quantitative problem-solving.


1. Dimensional Analysis & Multi-Step Unit Conversion

Dimensional analysis (or the factor-label method) utilizes unit conversion factors expressed as ratios equal to $1$ (unity) to systematically cancel undesired units while preserving quantitative value.

Given Quantity in Unit A×(Conversion Unit BEquivalent Unit A)=Desired Quantity in Unit B\text{Given Quantity in Unit A} \times \left( \frac{\text{Conversion Unit B}}{\text{Equivalent Unit A}} \right) = \text{Desired Quantity in Unit B}

Metric System Prefixes & Powers of 10

The metric system is a base-10 positional system defined by standard SI prefixes:

PrefixSymbolMultiplication FactorScientific NotationExample Measurement
kilo-$\text{k}$$1,000$$10^3$$1\text{ kilometer (km)} = 1,000\text{ meters}$
hecto-$\text{h}$$100$$10^2$$1\text{ hectopascal (hPa)} = 100\text{ Pa}$
deka-$\text{da}$$10$$10^1$$1\text{ dekameter (dam)} = 10\text{ meters}$
(base)$1$$10^0$$\text{meter (m), gram (g), liter (L)}$
deci-$\text{d}$$0.1$$10^{-1}$$1\text{ decimeter (dm)} = 0.1\text{ meter}$
centi-$\text{c}$$0.01$$10^{-2}$$1\text{ centimeter (cm)} = 0.01\text{ meter}$
milli-$\text{m}$$0.001$$10^{-3}$$1\text{ milligram (mg)} = 0.001\text{ gram}$
micro-$\mu$$0.000001$$10^{-6}$$1\text{ micrometer (}\mu\text{m)} = 10^{-6}\text{ meter}$
nano-$\text{n}$$0.000000001$$10^{-9}$$1\text{ nanometer (nm)} = 10^{-9}\text{ meter}$

US Customary Measurement Standards

Measurement TypeFundamental Equivalencies
Length$1\text{ foot (ft)} = 12\text{ inches (in)}$<br>$1\text{ yard (yd)} = 3\text{ ft} = 36\text{ in}$<br>$1\text{ mile (mi)} = 5,280\text{ ft} = 1,760\text{ yd}$
Weight / Mass$1\text{ pound (lb)} = 16\text{ ounces (oz)}$<br>$1\text{ ton (T)} = 2,000\text{ lbs}$
Liquid Volume$1\text{ cup} = 8\text{ fluid ounces (fl oz)}$<br>$1\text{ pint (pt)} = 2\text{ cups} = 16\text{ fl oz}$<br>$1\text{ quart (qt)} = 2\text{ pt} = 4\text{ cups} = 32\text{ fl oz}$<br>$1\text{ gallon (gal)} = 4\text{ qt} = 8\text{ pt} = 16\text{ cups} = 128\text{ fl oz}$
Metric-US Bridges$1\text{ inch} = 2.54\text{ cm (exact)}$<br>$1\text{ kg} \approx 2.205\text{ lb}$<br>$1\text{ gallon} \approx 3.785\text{ liters}$<br>$1\text{ mile} \approx 1.609\text{ km}$

Worked Example 1: Multi-Step Rate Conversion

Problem: Convert a highway velocity of $75\text{ miles per hour}$ into $\text{feet per second}$.

Rate=75 miles1 hour×(5,280 feet1 mile)×(1 hour60 minutes)×(1 minute60 seconds)\text{Rate} = \frac{75\text{ miles}}{1\text{ hour}} \times \left( \frac{5,280\text{ feet}}{1\text{ mile}} \right) \times \left( \frac{1\text{ hour}}{60\text{ minutes}} \right) \times \left( \frac{1\text{ minute}}{60\text{ seconds}} \right)

Rate=75×5,280 feet3,600 seconds=396,000 ft3,600 s=110 ft/s\text{Rate} = \frac{75 \times 5,280\text{ feet}}{3,600\text{ seconds}} = \frac{396,000\text{ ft}}{3,600\text{ s}} = 110\text{ ft/s}

[!WARNING] Square & Cubic Unit Conversion Trap: When converting area (square units) or volume (cubic units), the conversion ratio must be raised to the corresponding power:

  • $1\text{ ft} = 12\text{ in} \implies 1\text{ ft}^2 = (12\text{ in})^2 = 144\text{ in}^2$ (NOT $12\text{ in}^2$).
  • $1\text{ yd}^3 = (3\text{ ft})^3 = 27\text{ ft}^3$ (NOT $3\text{ ft}^3$).

2. Scientific Notation & Exponent Arithmetic

Standard Form Definition

A real number is expressed in scientific notation when written as: a×10ka \times 10^k where $a$ is a real decimal coefficient satisfying $1 \le |a| < 10$, and $k$ is an integer exponent ($k \in \mathbb{Z}$).

  • Large numbers ($|x| \ge 10$): $k > 0$, representing the number of places the decimal point shifted left ($6,450,000 = 6.45 \times 10^6$).
  • Small decimals ($0 < |x| < 1$): $k < 0$, representing the number of places the decimal point shifted right ($0.000382 = 3.82 \times 10^{-4}$).

Arithmetic with Scientific Notation

  1. Multiplication: Multiply coefficients and add exponents: (a×10m)×(b×10n)=(ab)×10m+n(a \times 10^m) \times (b \times 10^n) = (a \cdot b) \times 10^{m+n} Re-normalize if $a \cdot b \ge 10$.
  2. Division: Divide coefficients and subtract exponents: a×10mb×10n=(ab)×10mn\frac{a \times 10^m}{b \times 10^n} = \left( \frac{a}{b} \right) \times 10^{m-n} Re-normalize if $\frac{a}{b} < 1$.

Worked Example 2: Scientific Notation Division

Problem: Evaluate the expression and write the result in proper scientific notation: Q=(4.8×107)×(3.0×102)1.6×104\mathcal{Q} = \frac{(4.8 \times 10^7) \times (3.0 \times 10^{-2})}{1.6 \times 10^{-4}}

  1. Group coefficients and powers of 10: Q=(4.8×3.01.6)×(107×102104)\mathcal{Q} = \left( \frac{4.8 \times 3.0}{1.6} \right) \times \left( \frac{10^7 \times 10^{-2}}{10^{-4}} \right)
  2. Calculate coefficients: $\frac{4.8}{1.6} = 3.0 \implies 3.0 \times 3.0 = 9.0$.
  3. Calculate powers of 10: $10^{7 + (-2) - (-4)} = 10^{5 + 4} = 10^9$.
  4. Combine: $\mathcal{Q} = 9.0 \times 10^9$.

TI-30XS MultiView [EE] Key Operation

On the official CLEP on-screen TI-30XS MultiView calculator:

  • Scientific notation is entered using the dedicated [EE] function via [2nd] followed by the [x⁻¹] key.
  • For example, $9.0 \times 10^9$ is entered directly as 9.0EE9.
  • Crucial Advantage: The EE notation binds the mantissa and power of $10$ into a single algebraic entity. Entering 1.2 * 10^6 / 3.0 * 10^4 without parentheses causes the calculator to evaluate $(1.2 \times 10^6 / 3.0) \times 10^4 = 4 \times 10^9$. Entering 1.2EE6 / 3.0EE4 guarantees the exact evaluation $\frac{1.2 \times 10^6}{3.0 \times 10^4} = 40$.

3. Numerical Precision, Estimation & Significant Digits

Rules for Determining Significant Figures

  1. All non-zero digits are significant: $48.7$ has $3$ sig figs.
  2. Captive zeros (between non-zero digits) are significant: $5,008$ has $4$ sig figs.
  3. Leading zeros (placeholders to the left) are NEVER significant: $0.0042$ has $2$ sig figs ($4$ and $2$).
  4. Trailing zeros to the right of a decimal point are significant: $72.00$ has $4$ sig figs.
  5. Trailing zeros in whole numbers without decimals are ambiguous: $4,500$ has $2$ sig figs unless written as $4.500 \times 10^3$ ($4$ sig figs) or $4500.$ ($4$ sig figs).

Rounding Standards

  • Identify the rounding place value.
  • If the immediate subsequent digit is $\ge 5$, round up by adding $1$ to the target digit.
  • If the immediate subsequent digit is $< 5$, leave the target digit unchanged.

4. Absolute Value: Definition, Geometry & Equations

Formal Algebraic Definition

The absolute value of a real number $x$, denoted $|x|$, is defined piecewise as: x={xif x0xif x<0|x| = \begin{cases} x & \text{if } x \ge 0 \\[4pt] -x & \text{if } x < 0 \end{cases}

Geometric Interpretation on the Number Line

Geometrically, $|x|$ represents the undirected distance between the point $x$ and the origin $0$ on the real number line. More generally, $|a - b|$ represents the distance between points $a$ and $b$.

<---|-------|-------|-------|-------|-------|-------|--->
   -3      -2      -1       0       1       2       3    
    |<--------------------->| (Distance = |-3| = 3)      
                            |<------------->| (Distance = |2| = 2)

Fundamental Properties of Absolute Value

  • Non-negativity: $|a| \ge 0$ for all $a \in \mathbb{R}$, with $|a| = 0 \iff a = 0$.
  • Symmetry / Negation: $|-a| = |a|$.
  • Multiplication Rule: $|a \cdot b| = |a| \cdot |b|$.
  • Division Rule: $\left| \frac{a}{b} \right| = \frac{|a|}{|b|}$ for $b \neq 0$.
  • The Triangle Inequality: $|a + b| \le |a| + |b|$ for all $a, b \in \mathbb{R}$. (Equality $|a + b| = |a| + |b|$ holds if and only if $a$ and $b$ have the same sign or at least one is zero).

Solving Linear Absolute Value Equations

To solve an equation of the form $|ax + b| = c$:

  1. If $c > 0$: The equation splits into a two-part disjunction: ax+b=cORax+b=cax + b = c \quad \text{OR} \quad ax + b = -c
  2. If $c = 0$: Exactly one unique solution: $ax + b = 0 \implies x = -\frac{b}{a}$.
  3. If $c < 0$: An absolute value can never be negative. The solution set is strictly empty ($\emptyset$).

Worked Example 3: Solving Absolute Value Equations

Problem: Find all real solutions to the equation $3|2x - 9| - 7 = 14$.

  1. Isolate the absolute value expression: 32x9=14+7=21    2x9=213=73|2x - 9| = 14 + 7 = 21 \implies |2x - 9| = \frac{21}{3} = 7
  2. Split into two linear branches: 2x - 9 &= 7 & \text{or} & & 2x - 9 &= -7 \\[4pt] 2x &= 16 & & & 2x &= 2 \\[4pt] x &= 8 & & & x &= 1 \end{aligned}$$
  3. Verify solutions in original equation:
    • For $x = 8$: $3|2(8) - 9| - 7 = 3|16 - 9| - 7 = 3(7) - 7 = 21 - 7 = 14$ (Valid).
    • For $x = 1$: $3|2(1) - 9| - 7 = 3|2 - 9| - 7 = 3|-7| - 7 = 3(7) - 7 = 14$ (Valid).
  4. The complete solution set is ${1, 8}$, with a sum of solutions equal to $1 + 8 = 9$.
Test Your Knowledge

A high-speed train travels at a constant velocity of $75\text{ miles per hour}$. What is this velocity expressed in feet per second? ($1\text{ mile} = 5,280\text{ feet}$).

A
B
C
D
Test Your Knowledge

Evaluate the algebraic expression $\frac{(4.8 \times 10^7) \times (3.0 \times 10^{-2})}{1.6 \times 10^{-4}}$ and express the result in scientific notation.

A
B
C
D
Test Your Knowledge

What is the sum of all distinct real solutions to the equation $3|2x - 9| - 7 = 14$?

A
B
C
D