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$).
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.
Metric System Prefixes & Powers of 10
The metric system is a base-10 positional system defined by standard SI prefixes:
| Prefix | Symbol | Multiplication Factor | Scientific Notation | Example 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 Type | Fundamental 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}$.
[!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: 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
- Multiplication: Multiply coefficients and add exponents: Re-normalize if $a \cdot b \ge 10$.
- Division: Divide coefficients and subtract exponents: 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:
- Group coefficients and powers of 10:
- Calculate coefficients: $\frac{4.8}{1.6} = 3.0 \implies 3.0 \times 3.0 = 9.0$.
- Calculate powers of 10: $10^{7 + (-2) - (-4)} = 10^{5 + 4} = 10^9$.
- 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
EEnotation binds the mantissa and power of $10$ into a single algebraic entity. Entering1.2 * 10^6 / 3.0 * 10^4without parentheses causes the calculator to evaluate $(1.2 \times 10^6 / 3.0) \times 10^4 = 4 \times 10^9$. Entering1.2EE6 / 3.0EE4guarantees 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
- All non-zero digits are significant: $48.7$ has $3$ sig figs.
- Captive zeros (between non-zero digits) are significant: $5,008$ has $4$ sig figs.
- Leading zeros (placeholders to the left) are NEVER significant: $0.0042$ has $2$ sig figs ($4$ and $2$).
- Trailing zeros to the right of a decimal point are significant: $72.00$ has $4$ sig figs.
- 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:
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$:
- If $c > 0$: The equation splits into a two-part disjunction:
- If $c = 0$: Exactly one unique solution: $ax + b = 0 \implies x = -\frac{b}{a}$.
- 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$.
- Isolate the absolute value expression:
- 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}$$
- 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).
- The complete solution set is ${1, 8}$, with a sum of solutions equal to $1 + 8 = 9$.
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}$).
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.
What is the sum of all distinct real solutions to the equation $3|2x - 9| - 7 = 14$?