2.1 Real Number Classification, Absolute Value & Order of Operations

Key Takeaways

  • The real number system (\(\mathbb{R}\)) is partitioned into rational (\(\mathbb{Q}\)) and irrational (\(\mathbb{I}\)) numbers; every real number corresponds to exactly one point on the continuous number line.
  • Rational numbers can always be expressed as an exact fraction \(\frac{a}{b}\) (where \(a, b \in \mathbb{Z}\) and \(b \neq 0\)), yielding terminating or repeating decimals, whereas irrational numbers produce non-terminating, non-repeating decimals.
  • Absolute value \(|x|\) measures geometric distance from zero on a number line; the distance between two points \(a\) and \(b\) is given by \(d(a, b) = |a - b| = |b - a|\), which is always non-negative.
  • Under PEMDAS / GEMDAS, Multiplication and Division share identical priority evaluated strictly from left to right, and Addition and Subtraction share identical priority evaluated strictly from left to right.
  • A leading negative sign outside a base is applied after exponentiation: \(-x^n = -(x^n)\), meaning \(-3^2 = -(3 \times 3) = -9\), whereas \((-3)^2 = (-3) \times (-3) = 9\).
Last updated: September 2026

The Hierarchy of the Real Number System

Every quantitative question on the HiSET Mathematics subtest operates within the domain of the real numbers (symbolized as (\mathbb{R})). A real number is any value that represents a quantity along a continuous one-dimensional number line. The set of real numbers is subdivided into distinct, nested mathematical subsets based on structural properties.

                    REAL NUMBERS (ℝ)
       ┌───────────────────┴───────────────────┐
 RATIONAL NUMBERS (ℚ)                   IRRATIONAL NUMBERS (I)
  • Fractions a/b (b ≠ 0)                • Non-terminating, non-repeating
  • Terminating decimals (0.75)          • Non-perfect square roots (√2, √7)
  • Repeating decimals (0.333...)        • Mathematical constants (π, e)
       │
 INTEGERS (ℤ)
  • {..., -3, -2, -1, 0, 1, 2, 3, ...}
       │
 WHOLE NUMBERS (𝕎)
  • {0, 1, 2, 3, 4, ...}
       │
 NATURAL / COUNTING NUMBERS (ℕ)
  • {1, 2, 3, 4, 5, ...}

Mathematical Subsets

  1. Natural Numbers ((\mathbb{N})): Also called counting numbers, (\mathbb{N} = {1, 2, 3, 4, 5, \dots}). These are positive integers used for enumeration. Zero is excluded.
  2. Whole Numbers ((\mathbb{W})): The set of natural numbers combined with zero: (\mathbb{W} = {0, 1, 2, 3, 4, \dots}).
  3. Integers ((\mathbb{Z})): All positive whole numbers, their negative opposites, and zero: (\mathbb{Z} = {\dots, -3, -2, -1, 0, 1, 2, 3, \dots}). Integers contain no fractional or decimal parts.
  4. Rational Numbers ((\mathbb{Q})): Any number that can be expressed as the ratio of two integers: Q={ab  |  a,bZ,  b0}\mathbb{Q} = \left\{ \frac{a}{b} \;\middle|\; a, b \in \mathbb{Z}, \; b \neq 0 \right\} In decimal form, every rational number either terminates (e.g., (\frac{3}{8} = 0.375)) or repeats indefinitely with a recurring block of digits (e.g., (\frac{4}{11} = 0.363636\dots = 0.\overline{36})).
  5. Irrational Numbers ((\mathbb{I})): Real numbers that cannot be written as a ratio of two integers. Their decimal expansions are non-terminating and non-repeating. Common examples include:
    • Radicals of non-perfect powers: (\sqrt{2} \approx 1.41421356\dots), (\sqrt{10} \approx 3.162277\dots), (\sqrt[3]{5} \approx 1.709975\dots)
    • Fundamental mathematical constants: (\pi \approx 3.14159265\dots), (e \approx 2.71828182\dots)
    • Non-repeating patterned decimals: (0.101001000100001\dots)

Classification Reference Table

NumberSubsetsDecimal ExpansionRationale
(24)Natural, Whole, Integer, Rational, Real(24.0)Positive counting integer; can be written as (\frac{24}{1}).
(0)Whole, Integer, Rational, Real(0.0)Additive identity; neither positive nor negative.
(-17)Integer, Rational, Real(-17.0)Negative integer; can be written as (\frac{-17}{1}).
(\frac{7}{8})Rational, Real(0.875)Terminating decimal; exact ratio of two integers.
(-\frac{5}{3})Rational, Real(-1.666\dots = -1.\overline{6})Repeating decimal; exact ratio of (-5) and (3).
(\sqrt{81})Natural, Whole, Integer, Rational, Real(9.0)Simplifies to (9), which is a positive integer.
(\sqrt{19})Irrational, Real(4.3588989\dots)(19) is not a perfect square; non-terminating, non-repeating.
(3.14159)Rational, Real(3.14159)Terminating decimal (equal to (\frac{314159}{100000})); not equal to (\pi).
(\pi)Irrational, Real(3.14159265\dots)Geometric circle ratio; non-terminating, non-repeating constant.

HiSET Exam Tip: Do not confuse terminating approximations of (\pi) with (\pi) itself. (3.14) and (\frac{22}{7}) are rational approximations used for manual calculation, but the true value of (\pi) is strictly irrational.

The Density Property of Real Numbers

The set of real numbers has the density property: between any two distinct real numbers (a) and (b) (where (a < b)), there exist infinitely many rational numbers and infinitely many irrational numbers. For example, the arithmetic mean (\frac{a+b}{2}) always produces a rational midpoint when (a) and (b) are rational.

Closure: Sums and Products of Rational and Irrational Numbers

The HiSET explicitly tests whether you can predict the type of a result before computing it. Four rules cover every case:

OperationResultWhyExample
rational $+$ rationalAlways rational$\frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd}$ — still a ratio of integers$\frac{2}{3} + 5 = \frac{17}{3}$
rational $\times$ rationalAlways rational$\frac{a}{b} \cdot \frac{c}{d} = \frac{ac}{bd}$$\frac{3}{4} \cdot 8 = 6$
rational $+$ irrationalAlways irrationalIf $r + i$ were rational, then $i = (r + i) - r$ would be a difference of two rationals, hence rational — a contradiction$3 + \sqrt{2}$ is irrational
nonzero rational $\times$ irrationalAlways irrationalSame contradiction argument, dividing instead of subtracting$5\sqrt{7}$ is irrational

The zero exception matters. The multiplication rule requires the rational factor to be nonzero: $0 \times \sqrt{2} = 0$, which is rational. Test writers use this exact case as a distractor.

Irrational combined with irrational is unpredictable. Unlike the cases above, two irrationals can produce either type:

  • $\sqrt{2} + \sqrt{2} = 2\sqrt{2}$ — irrational
  • $\sqrt{2} + (-\sqrt{2}) = 0$ — rational
  • $\sqrt{2} \times \sqrt{2} = 2$ — rational
  • $\sqrt{2} \times \sqrt{3} = \sqrt{6}$ — irrational

So if a question asks "is the sum of two irrational numbers always irrational?", the answer is no. Only the mixed rational/irrational cases are guaranteed.

Worked Example: Classifying Without Computing

Classify $\left(4 - \sqrt{5}\right) + \left(\sqrt{5} + 1\right)$.

Rather than approximating $\sqrt{5} \approx 2.236$, regroup: $\left(4 + 1\right) + \left(-\sqrt{5} + \sqrt{5}\right) = 5 + 0 = 5$. The irrational parts cancel exactly, so the result is rational. A candidate who reached for a calculator would see $5.000$ and still have to decide whether the digits terminate — regrouping settles it instantly.

Absolute Value and Distance on the Number Line

Algebraic Definition of Absolute Value

Algebraically, the absolute value function (|x|) is defined piece-wise as:

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

When (x) is negative, (-x) negates the negative value, returning a positive result: (|-8.5| = -(-8.5) = 8.5).

Geometric Definition: One-Dimensional Distance

Geometrically, (|x|) represents the distance along the number line between the point (x) and the origin (0). Because distance cannot be negative, (|x| \ge 0) for every real number (x).

  Negative Direction (< 0)            Origin (0)            Positive Direction (> 0)
<───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───>
   -5  -4  -3  -2  -1   0   1   2   3   4   5
        ▲               ▲               ▲
        │◄─── 4 units ─►│◄─── 4 units ─►│
     |-4| = 4         Origin         |4| = 4

The distance (d) between any two coordinates (a) and (b) on the number line is the absolute value of their difference:

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

Fundamental Properties of Absolute Value

  1. Non-Negativity: (|a| \ge 0), and (|a| = 0 \iff a = 0).
  2. Symmetry / Even Function: (|-a| = |a|).
  3. Multiplicative Property: (|a \cdot b| = |a| \cdot |b|).
  4. Divisive Property: (\left|\frac{a}{b}\right| = \frac{|a|}{|b|}) (for (b \neq 0)).
  5. The Triangle Inequality: (|a + b| \le |a| + |b|).
    • Equality holds if and only if (a) and (b) have the same sign or at least one is zero.
    • If (a = 7) and (b = -3): (|7 + (-3)| = |4| = 4), whereas (|7| + |-3| = 7 + 3 = 10). Thus (4 < 10).

Absolute Value as a Grouping Symbol

In mathematical expressions, absolute value vertical bars act as grouping enclosures. All internal operations within the bars must be fully simplified according to PEMDAS before the absolute value is applied.

Evaluate: 14329+42\text{Evaluate: } 14 - 3|2 - 9| + |-4|^2 Step 1 (Inner grouping): 29=7\text{Step 1 (Inner grouping): } 2 - 9 = -7 Step 2 (Apply absolute values): 7=7 and 4=4\text{Step 2 (Apply absolute values): } |-7| = 7 \text{ and } |-4| = 4 Step 3 (Substitute): 143(7)+(4)2\text{Step 3 (Substitute): } 14 - 3(7) + (4)^2 Step 4 (Exponents): 143(7)+16\text{Step 4 (Exponents): } 14 - 3(7) + 16 Step 5 (Multiply): 1421+16\text{Step 5 (Multiply): } 14 - 21 + 16 Step 6 (Add/Subtract left-to-right): 7+16=9\text{Step 6 (Add/Subtract left-to-right): } -7 + 16 = 9

Strict Order of Operations (PEMDAS / GEMDAS)

To ensure unambiguous evaluation of mathematical expressions, mathematicians adhere to the standard order of operations, often remembered by the acronym PEMDAS (or GEMDAS for Grouping symbols):

Hierarchy LevelOperation CategoryMathematical Components & Rules
1 (G/P)Grouping / ParenthesesParentheses (()), brackets ([]), braces ({}), fraction bars, radical radicands, and absolute value bars (
2 (E)Exponents & RadicalsPowers (e.g., (x^3)), fractional exponents, and square/cube roots (e.g., (\sqrt{x})). Evaluate from left to right.
3 (MD)Multiplication & DivisionMultiplication ((\times, \cdot)) and Division ((\div, /)) hold equal priority. Evaluate strictly left to right.
4 (AS)Addition & SubtractionAddition ((+)) and Subtraction ((-)) hold equal priority. Evaluate strictly left to right.

Critical PEMDAS Traps on the HiSET

Trap 1: Base Negation vs. Negated Power ((-x^2) vs. ((-x)^2))

An exponent binds exclusively to the immediate term or parenthetical group to its left:

  • In (-4^2), the base is (4). The exponent (2) is computed first, and the negative sign is applied after: 42=(42)=(4×4)=16-4^2 = -(4^2) = -(4 \times 4) = -16
  • In ((-4)^2), the base is (-4). The entire negative integer is squared: (4)2=(4)×(4)=+16(-4)^2 = (-4) \times (-4) = +16
  • For odd powers, the sign remains negative, but grouping still defines the base: (-2^3 = -(8) = -8) and ((-2)^3 = (-2)(-2)(-2) = -8).

Trap 2: Division Before Multiplication When Left-to-Right

A frequent misconception is that Multiplication precedes Division because "M" comes before "D" in PEMDAS. Multiplication and division share equal priority and must be executed in left-to-right sequence:

Evaluate: 36÷6×3\text{Evaluate: } 36 \div 6 \times 3 Correct:  (36÷6)×3=6×3=18\mathbf{Correct:} \; (36 \div 6) \times 3 = 6 \times 3 = 18 Incorrect:  36÷(6×3)=36÷18=2[Violates left-to-right rule!]\mathbf{Incorrect:} \; 36 \div (6 \times 3) = 36 \div 18 = 2 \quad \text{[Violates left-to-right rule!]}

Trap 3: The Horizontal Fraction Bar as a Grouping Symbol

A horizontal fraction bar separates the numerator and denominator into two implied parenthetical groups:

a+bc+d(a+b)÷(c+d)\frac{a + b}{c + d} \equiv (a + b) \div (c + d)

You must completely simplify the entire numerator and the entire denominator before performing the final division.

Evaluate: 824(3+7)232×3=644(10)86=64402=242=12\text{Evaluate: } \frac{8^2 - 4(3 + 7)}{2^3 - 2 \times 3} = \frac{64 - 4(10)}{8 - 6} = \frac{64 - 40}{2} = \frac{24}{2} = 12

Step-by-Step Worked Examples

Example 1: Real Number Classification

Problem: Place each of the following numbers into all applicable subsets of the real numbers: (-12), (\sqrt{45}), (\frac{18}{6}), (0.\overline{81}), and (0).

Solution:

  1. (-12): It is a negative whole quantity without fractions. Subsets: Integer, Rational, Real.
  2. (\sqrt{45}): Since (45 = 9 \times 5), (\sqrt{45} = 3\sqrt{5}). Because (5) is not a perfect square, its square root is non-terminating and non-repeating. Subsets: Irrational, Real.
  3. (\frac{18}{6}): Simplify the fraction: (\frac{18}{6} = 3). As a positive whole quantity, (3) belongs to: Natural, Whole, Integer, Rational, Real.
  4. (0.\overline{81}): Repeating decimal with a two-digit period ((\frac{81}{99} = \frac{9}{11})). Subsets: Rational, Real.
  5. (0): The non-negative integer zero. Subsets: Whole, Integer, Rational, Real.

Example 2: Multi-Layer Nested Order of Operations

Problem: Evaluate the expression:

252[324(52×4)]+16+725 - 2\left[ 3^2 - 4\left( 5 - 2 \times 4 \right) \right] + |-16 + 7|

Solution:

  • Step 1: Innermost grouping parentheses ((5 - 2 \times 4))

    • Multiplication inside parentheses: (2 \times 4 = 8)
    • Subtraction inside parentheses: (5 - 8 = -3)
    • Expression becomes: (25 - 2\left[ 3^2 - 4(-3) \right] + |-16 + 7|)
  • Step 2: Operations inside brackets ([\dots])

    • Exponent: (3^2 = 9)
    • Multiplication: (-4(-3) = +12)
    • Addition: (9 + 12 = 21)
    • Expression becomes: (25 - 2[21] + |-16 + 7|)
  • Step 3: Evaluate absolute value grouping

    • Inner arithmetic: (-16 + 7 = -9)
    • Apply absolute value: (|-9| = 9)
    • Expression becomes: (25 - 2(21) + 9)
  • Step 4: Multiply

    • (2(21) = 42)
    • Expression becomes: (25 - 42 + 9)
  • Step 5: Add and subtract left to right

    • (25 - 42 = -17)
    • (-17 + 9 = -8)

Final Result: (-8)


Example 3: Real-World Elevation and Temperature Distances

Problem: A research station in Death Valley sits at an elevation of (282) feet below sea level ((-282\text{ ft})). A weather balloon is launched to an atmospheric altitude of (14,500) feet above sea level ((+14,500\text{ ft})). At the ground station, the temperature is (108^\circ\text{F}), while at the balloon's peak altitude, the temperature drops to (-44^\circ\text{F}).

  1. What is the total vertical distance between the station and the weather balloon?
  2. What is the absolute temperature difference between the two locations?

Solution:

  1. Vertical distance (d_{\text{elev}} = |a - b|): delev=14,500(282)=14,500+282=14,782=14,782 feetd_{\text{elev}} = |14,500 - (-282)| = |14,500 + 282| = |14,782| = 14,782\text{ feet}
  2. Absolute temperature difference (\Delta T = |T_1 - T_2|): ΔT=108(44)=108+44=152=152F\Delta T = |108 - (-44)| = |108 + 44| = |152| = 152^\circ\text{F}
Test Your Knowledge

Which of the following numbers is classified as an irrational number?

A
B
C
D
Test Your Knowledge

What is the value of the expression (18 - 3[4^2 - 2(9 - 3 \times 4)] + |-7 - 5|)?

A
B
C
D
Test Your Knowledge

An oceanographic research vessel records the elevation of its deck at (42) feet above sea level. A submersible probe is lowered directly beneath the vessel to a depth of (185) feet below sea level. What is the total vertical distance between the vessel deck and the submersible probe?

A
B
C
D
Test Your Knowledge

What is the correct evaluation of the expression (-5^2 - (-3)^3 + 24 \div 6 \times 2)?

A
B
C
D