6.1 Rational Numbers, Absolute Value, and Order of Operations
Key Takeaways
- The real number system organizes values into a strict hierarchy: natural numbers, whole numbers, integers, rational numbers (expressible as a/b), and irrational numbers (non-repeating, non-terminating decimals).
- Order of Operations (PEMDAS/GEMS) dictates evaluating grouping symbols first (including absolute value bars, radicals, and fraction bars), followed by exponents, then multiplication and division strictly left-to-right, and finally addition and subtraction strictly left-to-right.
- A negative base raised to an even exponent evaluates to a positive result when enclosed in parentheses (e.g., (-3)^2 = 9), but evaluates to a negative result without parentheses (e.g., -3^2 = -9) because exponentiation precedes the unary negation.
- Laws of exponents govern product, quotient, and power operations, including negative exponents (x^(-n) = 1/x^n) and zero exponents (x^0 = 1 for x != 0).
- Simplifying radicals requires extracting perfect nth power factors from the radicand (sqrt(a*b) = sqrt(a)*sqrt(b)), combining only like radicals with identical indices and radicands, and rationalizing radical denominators.
Rational Numbers, Order of Operations, Exponents & Radicals
Core Foundation: The Next-Generation Quantitative Reasoning, Algebra, and Statistics (QAS) assessment measures your proficiency in manipulating real numbers, applying arithmetic hierarchies, executing exponent operations, and simplifying radical structures. Precision with signed values, negative exponents, and grouping boundaries is essential for every algebraic domain tested on the ACCUPLACER.
The Real Number System Hierarchy
All numbers evaluated on the ACCUPLACER QAS assessment reside within the set of Real Numbers ($\mathbb{R}$). Understanding the classification of numbers provides the mathematical foundation for evaluating algebraic constraints, domains, and arithmetic properties.
+-------------------------------------------------------------------------+
| THE REAL NUMBER SYSTEM (ℝ) |
+-------------------------------------------------------------------------+
| RATIONAL NUMBERS (ℚ) │ IRRATIONAL NUMBERS |
| Any number expressible as a/b, │ Non-terminating, |
| where a, b ∈ ℤ and b ≠ 0. │ non-repeating decimals. |
| (e.g., -7, 0, 3/4, 0.625, 0.333...) │ (e.g., √2, √5, π, e) |
| │ |
| ┌─────────────────────────────────────┐ │ |
| │ INTEGERS (ℤ) │ │ |
| │ {..., -3, -2, -1, 0, 1, 2, 3, ...} │ │ |
| │ ┌───────────────────────────────┐ │ │ |
| │ │ WHOLE NUMBERS (𝕎) │ │ │ |
| │ │ {0, 1, 2, 3, ...} │ │ │ |
| │ │ ┌─────────────────────────┐ │ │ │ |
| │ │ │ NATURAL NUMBERS (ℕ) │ │ │ │ |
| │ │ │ {1, 2, 3, 4, ...} │ │ │ │ |
| │ │ └─────────────────────────┘ │ │ │ |
| │ └───────────────────────────────┘ │ │ |
| └─────────────────────────────────────┘ │ |
+-------------------------------------------------------------------------+
Sets of Real Numbers Defined
- Natural Numbers ($\mathbb{N}$): Counting numbers starting from positive one: ${1, 2, 3, 4, \dots}$.
- Whole Numbers ($\mathbb{W}$): Natural numbers combined with zero: ${0, 1, 2, 3, \dots}$.
- Integers ($\mathbb{Z}$): Positive and negative whole numbers along with zero: ${\dots, -3, -2, -1, 0, 1, 2, 3, \dots}$.
- Rational Numbers ($\mathbb{Q}$): Numbers expressible in the fractional form $\frac{a}{b}$, where $a$ and $b$ are integers and $b \neq 0$. In decimal form, rational numbers either terminate (e.g., $\frac{3}{8} = 0.375$) or repeat infinitely in a predictable cycle (e.g., $\frac{4}{11} = 0.\overline{36}$).
- Irrational Numbers: Real numbers that cannot be represented as an integer ratio. Their decimal expansions are non-terminating and non-repeating (e.g., $\sqrt{2} \approx 1.4142\dots$, $\sqrt{7} \approx 2.6457\dots$, $\pi \approx 3.14159\dots$).
Operations with Signed Numbers & Absolute Value
Arithmetic errors on the ACCUPLACER most commonly stem from sign mismanagement during multi-step algebraic evaluations.
Rules for Signed Arithmetic
- Addition:
- Same Signs: Add the absolute values and retain the shared sign (e.g., $-8 + (-5) = -13$).
- Different Signs: Subtract the smaller absolute value from the larger absolute value and retain the sign of the number with the larger absolute value (e.g., $-14 + 9 = -5$; $18 + (-7) = 11$).
- Subtraction (Adding the Additive Inverse):
- Convert subtraction into addition of the opposite: $a - b = a + (-b)$.
- Handling double negatives: $a - (-b) = a + b$ (e.g., $-7 - (-12) = -7 + 12 = 5$).
- Multiplication and Division:
- Same Signs (Positive $\times$ Positive or Negative $\times$ Negative): Result is always positive ($(-6) \times (-4) = +24$; $\frac{-30}{-5} = +6$).
- Different Signs (Positive $\times$ Negative or Negative $\times$ Positive): Result is always negative ($(-7) \times 3 = -21$; $\frac{48}{-6} = -8$).
Absolute Value and Absolute Value Equations
The absolute value of a real number $x$, denoted $|x|$, represents its undirected geometric distance from zero on the real number line. Because distance cannot be negative, $|x| \ge 0$ for all $x \in \mathbb{R}$.
When solving absolute value equations of the form $|ax + b| = c$:
- If $c < 0$, there is no real solution ($|ax + b| = -4$ is impossible).
- If $c = 0$, solve the single equation $ax + b = 0$.
- If $c > 0$, split into two distinct linear cases:
Worked Example: Solving an Absolute Value Equation
Solve for $x$: $4|2x - 3| - 7 = 13$.
- Step 1 (Isolate the absolute value term): Add 7 to both sides: $4|2x - 3| = 20$. Divide both sides by 4: $|2x - 3| = 5$.
- Step 2 (Split into two cases):
- Case 1: $2x - 3 = 5 \implies 2x = 8 \implies x = 4$
- Case 2: $2x - 3 = -5 \implies 2x = -2 \implies x = -1$
- Step 3 (Verify solutions):
- For $x = 4$: $4|2(4) - 3| - 7 = 4|5| - 7 = 20 - 7 = 13$ (Valid).
- For $x = -1$: $4|2(-1) - 3| - 7 = 4|-5| - 7 = 20 - 7 = 13$ (Valid).
- The solution set is ${ -1, 4 }$.
The Order of Operations (PEMDAS / GEMS)
To evaluate complex arithmetic and algebraic expressions unambiguously, mathematics adheres to a standardized hierarchy of operations:
P / G : Parentheses & Grouping Symbols [ ( ), [ ], { }, | |, √( ), fraction bars ]
E : Exponents & Radicals (Powers, Square Roots, Indices)
M / D : Multiplication & Division (Evaluated STRICTLY Left-to-Right)
A / S : Addition & Subtraction (Evaluated STRICTLY Left-to-Right)
Critical Operational Pitfalls on the ACCUPLACER
- The Left-to-Right Rule for Division and Multiplication: Multiplication does not outrank division. They share equal priority and must be evaluated in order of appearance from left to right.
- The Left-to-Right Rule for Subtraction and Addition: Addition does not outrank subtraction.
- The Unary Negation vs. Base Exponent Trap:
- $(-3)^2 = (-3) \times (-3) = +9$ (The base is $-3$).
- $-3^2 = -(3^2) = -(9) = -9$ (The base is $3$; exponentiation occurs before applying the negative sign).
- Fraction Bars as Implicit Grouping Symbols: In expressions such as $\frac{18 - 6}{2 + 4}$, the numerator and denominator constitute separate, enclosed grouping envelopes. Evaluate the entire numerator ($18 - 6 = 12$) and entire denominator ($2 + 4 = 6$) before executing the division: $\frac{12}{6} = 2$.
The Laws of Integer & Rational Exponents
Exponents denote repeated multiplication: $x^n = \underbrace{x \cdot x \cdot x \dots x}_{n \text{ times}}$. Algebraic expressions on the QAS assessment require fluent application of the fundamental exponent laws.
Exponent Laws Reference Table
| Law Name | Mathematical Identity | Algebraic Example | Common Error to Avoid |
|---|---|---|---|
| Product Rule | $x^a \cdot x^b = x^{a+b}$ | $y^4 \cdot y^5 = y^{4+5} = y^9$ | Do NOT multiply exponents ($y^{20}$ is wrong) |
| Quotient Rule | $\frac{x^a}{x^b} = x^{a-b}$ ($x \neq 0$) | $\frac{w^8}{w^3} = w^{8-3} = w^5$ | Do NOT divide exponents ($w^{8/3}$ is wrong) |
| Power of a Power | $(x^a)^b = x^{ab}$ | $(m^3)^4 = m^{3 \cdot 4} = m^{12}$ | Do NOT add exponents ($m^7$ is wrong) |
| Power of a Product | $(xy)^a = x^a y^a$ | $(2a^3b)^3 = 2^3 (a^3)^3 b^3 = 8a^9b^3$ | Do NOT forget to raise constant coefficient to the power ($2a^9b^3$ is wrong) |
| Power of a Quotient | $\left(\frac{x}{y}\right)^a = \frac{x^a}{y^a}$ ($y \neq 0$) | $\left(\frac{3x}{y^2}\right)^2 = \frac{9x^2}{y^4}$ | Ensure exponent applies to both numerator and denominator |
| Zero Exponent Rule | $x^0 = 1$ ($x \neq 0$) | $(-5)^0 = 1$; $-5^0 = -1$; $(4x^2y)^0 = 1$ | $0^0$ is mathematically indeterminate |
| Negative Exponent Rule | $x^{-n} = \frac{1}{x^n}$ and $\frac{1}{x^{-n}} = x^n$ | $4^{-2} = \frac{1}{4^2} = \frac{1}{16}$; $\frac{x^{-3}}{y^{-5}} = \frac{y^5}{x^3}$ | Negative exponents indicate reciprocal position, NOT a negative numerical value |
| Negative Fractional Inversion | $\left(\frac{a}{b}\right)^{-n} = \left(\frac{b}{a}\right)^n$ | $\left(\frac{2}{3}\right)^{-3} = \left(\frac{3}{2}\right)^3 = \frac{27}{8}$ | Invert base fraction and change exponent sign to positive |
| Rational Exponents | $x^{m/n} = \sqrt[n]{x^m} = (\sqrt[n]{x})^m$ | $16^{3/4} = (\sqrt[4]{16})^3 = 2^3 = 8$ | Numerator is the power; denominator is the root index |
Scientific Notation Operations
Scientific notation formats very large or very small real numbers into standard form:
Arithmetic Operations in Scientific Notation
- Multiplication: Multiply the decimal coefficients and add the powers of 10:
- Division: Divide the decimal coefficients and subtract the powers of 10:
- Addition / Subtraction: Adjust terms so that both exponents match before adding or subtracting coefficients:
Simplifying Square Roots & Radicals
The principal square root of a non-negative real number $x$, denoted $\sqrt{x}$, is the unique non-negative number $y$ such that $y^2 = x$.
Fundamental Radical Properties
- Product Property of Radicals: $\sqrt{a \cdot b} = \sqrt{a} \cdot \sqrt{b}$ (for $a, b \ge 0$)
- Quotient Property of Radicals: $\sqrt{\frac{a}{b}} = \frac{\sqrt{a}}{\sqrt{b}}$ (for $a \ge 0, b > 0$)
Simplifying Radicals by Factoring Perfect Squares
To simplify $\sqrt{N}$, identify the largest perfect square factor ($1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, \dots$) dividing $N$:
Radical Arithmetic (Addition, Subtraction & Multiplication)
- Adding/Subtracting Like Radicals: Only radicals with identical indices and identical radicands can be combined:
- Multiplying Radicals: Multiply coefficients together and radicands together:
- Distributing Binomials with Radicals (FOIL):
Rationalizing Denominators
A radical expression is not in simplest form if a radical remains in the denominator.
- Single Radical Denominator: Multiply numerator and denominator by the radical:
- Binomial Radical Denominator (Conjugate Multiplication): The conjugate of $(a + \sqrt{b})$ is $(a - \sqrt{b})$, using $(x+y)(x-y) = x^2 - y^2$:
What is the evaluated value of the algebraic expression $-4 - 3 \cdot |5 - 2^3| + (-6)^2 \div 4$?
Which of the following expressions is equivalent to $\frac{(2x^3y^{-2})^3}{4x^{-4}y^2}$ when written with positive exponents only?
What is the completely simplified radical form of $3\sqrt{75} - 2\sqrt{27} + \sqrt{48}$?