2.1 The Real Number System, Properties & Operations

Key Takeaways

  • The Real Number System $\mathbb{R}$ is partitioned into rational numbers $\mathbb{Q}$ (which can be expressed as $a/b$ with integers $a, b \neq 0$ and have terminating or repeating decimal expansions) and irrational numbers $\mathbb{I}$ (which have infinite, non-terminating, non-repeating decimal expansions like $\sqrt{2}$, $\pi$, and $e$).
  • Any repeating decimal $0.\overline{d_1 d_2 \dots d_k}$ can be converted algebraically into an exact rational fraction $a/b$ by multiplying by $10^k$, subtracting the original equation to eliminate the repeating tail, and reducing the resulting fraction.
  • The real numbers satisfy six fundamental field axioms: Commutative, Associative, Distributive, Identity, Inverse, and Closure properties under addition and multiplication; subtraction and division fail commutativity and associativity, and irrationals are not closed under addition or multiplication.
  • Under the standard Order of Operations (PEMDAS/GEMDAS), grouping symbols take absolute priority, followed by exponents/roots, multiplication and division with equal precedence evaluated strictly left-to-right, and addition and subtraction evaluated strictly left-to-right.
  • A negative base raised to an even exponent yields a positive result only when enclosed within grouping parentheses (e.g., $(-3)^2 = 9$), whereas $-3^2 = -(3^2) = -9$ denotes the negation of the squared quantity.
Last updated: August 2026

2.1 The Real Number System, Properties & Operations

The Real Number System forms the structural bedrock of all algebra, functions, and quantitative modeling on the CLEP College Mathematics examination. Understanding the taxonomy of numbers, their algebraic properties, and exact operational rules enables candidates to avoid deceptive calculation pitfalls and rapidly classify solutions.


1. Classification & Hierarchy of Real Numbers

The set of Real Numbers (denoted by $\mathbb{R}$) encompasses all numbers that can be represented as points on a continuous, one-dimensional number line. The real number system is structured into a nested hierarchy of subsets, along with a distinct disjoint partition between rational and irrational numbers.

+-----------------------------------------------------------------------------+
|                        THE REAL NUMBER SYSTEM (R)                           |
|                                                                             |
|  +-------------------------------------------------------+  +------------+  |
|  |                 RATIONAL NUMBERS (Q)                  |  | IRRATIONAL |  |
|  |                                                       |  | NUMBERS (I)|  |
|  |  +-------------------------------------------------+  |  |            |  |
|  |  |                  INTEGERS (Z)                   |  |  |  sqrt(2)   |  |
|  |  |  {... -3, -2, -1, 0, 1, 2, 3 ...}               |  |  |  sqrt(3)   |  |
|  |  |                                                 |  |  |    pi      |  |
|  |  |  +-------------------------------------------+  |  |  |     e      |  |
|  |  |  |             WHOLE NUMBERS (W)             |  |  |  |            |  |
|  |  |  |  {0, 1, 2, 3 ...}                         |  |  |  | Non-       |  |
|  |  |  |                                           |  |  |  | repeating, |  |
|  |  |  |  +-------------------------------------+  |  |  |  | non-       |  |
|  |  |  |  |        NATURAL NUMBERS (N)          |  |  |  |  | terminating|  |
|  |  |  |  |  {1, 2, 3, 4, 5 ...} (Counting)     |  |  |  |  | decimals   |  |
|  |  |  |  +-------------------------------------+  |  |  |  |            |  |
|  |  |  +-------------------------------------------+  |  |  |            |  |
|  |  +-------------------------------------------------+  |  |            |  |
|  |                                                       |  |            |  |
|  |  Fractions (3/4, -7/2), Terminating Decimals (0.875),  |  |            |  |
|  |  Repeating Decimals (0.333..., 0.181818...)           |  |            |  |
|  +-------------------------------------------------------+  +------------+  |
+-----------------------------------------------------------------------------+

The Hierarchy of Subsets

  1. Natural Numbers ($\mathbb{N}$): Also called the counting numbers or positive integers: N={1,2,3,4,5,}\mathbb{N} = \{1, 2, 3, 4, 5, \dots\}
  2. Whole Numbers ($\mathbb{W}$): The natural numbers unified with zero ($0$): W={0,1,2,3,4,}\mathbb{W} = \{0, 1, 2, 3, 4, \dots\}
  3. Integers ($\mathbb{Z}$): The complete set of whole numbers and their negative counterparts: Z={,3,2,1,0,1,2,3,}\mathbb{Z} = \{\dots, -3, -2, -1, 0, 1, 2, 3, \dots\}
  4. Rational Numbers ($\mathbb{Q}$): Any number that can be expressed as a quotient or fraction $\frac{a}{b}$, where $a$ and $b$ are integers and $b \neq 0$: Q={ab  |  a,bZ,b0}\mathbb{Q} = \left\{ \frac{a}{b} \;\middle|\; a, b \in \mathbb{Z}, b \neq 0 \right\}
    • Every rational number exhibits a decimal representation that is either terminating (e.g., $\frac{3}{8} = 0.375$) or repeating (e.g., $\frac{2}{11} = 0.\overline{18}$).
  5. Irrational Numbers ($\mathbb{I}$): Real numbers that cannot be expressed as a ratio of two integers: I=RQ\mathbb{I} = \mathbb{R} \setminus \mathbb{Q}
    • Their decimal expansions are strictly infinite, non-terminating, and non-repeating.
    • Canonical examples include roots of non-perfect powers ($\sqrt{2}, \sqrt{3}, \sqrt[3]{7}$) and transcendental mathematical constants ($\pi \approx 3.14159\dots$, $e \approx 2.71828\dots$).
  6. Real Numbers ($\mathbb{R}$): The union of all rational and irrational numbers ($\mathbb{R} = \mathbb{Q} \cup \mathbb{I}$).

Strict Subset Relations

NWZQR,IR,QI=\mathbb{N} \subset \mathbb{W} \subset \mathbb{Z} \subset \mathbb{Q} \subset \mathbb{R}, \quad \mathbb{I} \subset \mathbb{R}, \quad \mathbb{Q} \cap \mathbb{I} = \emptyset

[!NOTE] The $\pi$ and Rational Approximation Trap: On the CLEP, questions frequently test whether values like $\pi$, $\frac{22}{7}$, or $3.14$ are rational or irrational.

  • $\pi$ is strictly irrational.
  • $\frac{22}{7}$ is a ratio of two integers ($22$ and $7$), so it is rational ($3.\overline{142857}$).
  • $3.14 = \frac{314}{100} = \frac{157}{50}$ is a terminating decimal, so it is rational. Neither $\frac{22}{7}$ nor $3.14$ is identically equal to $\pi$; they are merely rational approximations.

2. Converting Repeating Decimals to Rational Fractions

A hallmark CLEP College Math skill is the exact algebraic conversion of repeating decimals into reduced rational fractions $\frac{a}{b}$.

General Algebraic Method

  1. Set $x$ equal to the given repeating decimal.
  2. Count the number of digits in the repeating block (say, $k$ digits).
  3. Multiply both sides by $10^k$ to shift exactly one repeating cycle to the left of the decimal point.
  4. Subtract the original equation from the scaled equation to eliminate the infinite repeating tail.
  5. Solve the resulting linear equation for $x$ and reduce to lowest terms.

Worked Example 1: Pure Repeating Decimal

Problem: Convert $0.\overline{45} = 0.454545\dots$ to a simplified fraction $\frac{a}{b}$.

\text{Let } x &= 0.454545\dots \\[4pt] 100x &= 45.454545\dots \\[4pt] 100x - x &= (45.454545\dots) - (0.454545\dots) \\[4pt] 99x &= 45 \\[4pt] x &= \frac{45}{99} = \frac{5}{11} \end{aligned}$$ ### Worked Example 2: Mixed Repeating Decimal with Non-Repeating Prefix **Problem:** Convert $0.4\overline{18} = 0.4181818\dots$ to a simplified fraction in lowest terms. $$\begin{aligned} \text{Let } x &= 0.4181818\dots \\[4pt] 10x &= 4.181818\dots \quad \text{(shifts non-repeating digit past decimal)} \\[4pt] 1000x &= 418.181818\dots \quad \text{(shifts one full repeating period)} \\[4pt] 1000x - 10x &= (418.181818\dots) - (4.181818\dots) \\[4pt] 990x &= 414 \\[4pt] x &= \frac{414}{990} \end{aligned}$$ Reduce by dividing numerator and denominator by their greatest common divisor ($18$): $$414 \div 18 = 23, \quad 990 \div 18 = 55 \implies x = \frac{23}{55}$$ --- ## 3. Algebraic Properties of Real Numbers The real number system $(\mathbb{R}, +, \cdot)$ forms an algebraic **field**, obeying twelve fundamental axioms under addition and multiplication. | Axiom / Property | Addition Formulation | Multiplication Formulation | Conceptual Meaning | | :--- | :--- | :--- | :--- | | **Commutative** | $a + b = b + a$ | $a \cdot b = b \cdot a$ | Order of operands does not alter the result. | | **Associative** | $(a + b) + c = a + (b + c)$ | $(a \cdot b) \cdot c = a \cdot (b \cdot c)$ | Grouping of operands does not alter the result. | | **Distributive** | $a(b + c) = ab + ac$ | $(a + b)c = ac + bc$ | Multiplication distributes across addition/subtraction. | | **Identity** | $a + 0 = a$ | $a \cdot 1 = a$ | Identity element leaves the value unchanged ($0$ for $+$, $1$ for $\cdot$). | | **Inverse** | $a + (-a) = 0$ | $a \cdot \frac{1}{a} = 1 \; (a \neq 0)$ | Operation with inverse produces the identity element. | | **Closure** | $a + b \in \mathbb{R}$ | $a \cdot b \in \mathbb{R}$ | Performing the operation on set members produces a set member. | ### Non-Commutative and Non-Associative Operations - **Subtraction is NOT Commutative or Associative:** $$5 - 3 = 2 \neq 3 - 5 = -2, \quad (10 - 4) - 2 = 4 \neq 10 - (4 - 2) = 8$$ - **Division is NOT Commutative or Associative:** $$12 \div 4 = 3 \neq 4 \div 12 = \frac{1}{3}, \quad (24 \div 6) \div 2 = 2 \neq 24 \div (6 \div 2) = 8$$ ### Closure Property Nuances on the CLEP - **Rational Numbers ($\mathbb{Q}$):** Closed under addition, subtraction, multiplication, and non-zero division. - **Irrational Numbers ($\mathbb{I}$):** **NOT** closed under addition, subtraction, multiplication, or division: $$\sqrt{2} + (-\sqrt{2}) = 0 \in \mathbb{Q}, \quad \sqrt{3} \cdot \sqrt{3} = 3 \in \mathbb{Q}, \quad \frac{\sqrt{18}}{\sqrt{2}} = \sqrt{9} = 3 \in \mathbb{Q}$$ --- ## 4. Order of Operations (PEMDAS / GEMDAS) & Calculation Rules When evaluating multi-tier numerical expressions, operations must follow the strict hierarchical order of operations: 1. **G / P — Grouping Symbols:** Evaluate expressions inside parentheses `()`, brackets `[]`, braces `{}`, absolute value bars `| |`, radical symbols `√`, and above/below fraction bars first (innermost to outermost). 2. **E — Exponents & Radicals:** Evaluate powers, negative exponents, and roots. 3. **MD — Multiplication & Division:** Evaluate multiplication and division with **equal precedence from left to right**. 4. **AS — Addition & Subtraction:** Evaluate addition and subtraction with **equal precedence from left to right**. ### Common Calculation Pitfalls #### Pitfall 1: Negative Base vs. Negated Power - $(-3)^2 = (-3) \times (-3) = +9$ (The base is $-3$, raised to the even power $2$). - $-3^2 = -(3^2) = -(3 \times 3) = -9$ (The base is $3$; the exponent applies before the negative sign). - $(-2)^3 = -8$ and $-2^3 = -8$ (Odd exponents preserve the negative sign in both forms, but $(-2)^4 = 16 \neq -2^4 = -16$). #### Pitfall 2: Equal Precedence Left-to-Right Execution Consider the expression: $36 \div 6 \times 3$. - **Incorrect:** Multiplying first yields $36 \div 18 = 2$. - **Correct:** Moving left-to-right yields $(36 \div 6) \times 3 = 6 \times 3 = 18$. #### Pitfall 3: Fractional and Negative Exponents For any real base $a > 0$ and rational exponent $\frac{m}{n}$: $$a^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m, \qquad a^{-n} = \frac{1}{a^n}$$ - Example: $16^{-3/4} = \frac{1}{16^{3/4}} = \frac{1}{(\sqrt[4]{16})^3} = \frac{1}{2^3} = \frac{1}{8}$. ### Worked Example 3: Comprehensive Multi-Tier Arithmetic Evaluation **Problem:** Evaluate the exact value of the expression: $$\mathcal{E} = \frac{-2^4 + 3(5 - 2^3)^2}{(-3)^2 - \sqrt[3]{-64} \div 2}$$ **Step 1: Simplify the Numerator** - Evaluate powers and inner parentheses: $2^4 = 16 \implies -2^4 = -16$. - Inner expression: $5 - 2^3 = 5 - 8 = -3$. - Squaring: $(-3)^2 = 9$. - Multiply: $3 \times 9 = 27$. - Combine numerator: $-16 + 27 = 11$. **Step 2: Simplify the Denominator** - Squaring: $(-3)^2 = 9$. - Cube root: $\sqrt[3]{-64} = -4$ (since $(-4)^3 = -64$). - Division before subtraction: $(-4) \div 2 = -2$. - Subtract: $9 - (-2) = 9 + 2 = 11$. **Step 3: Evaluate Final Quotient** $$\mathcal{E} = \frac{11}{11} = 1$$
Test Your Knowledge

What is the rational fraction representation in lowest terms of the repeating decimal $0.4\overline{18} = 0.4181818\dots$?

A
B
C
D
Test Your Knowledge

Which fundamental algebraic property justifies the step transforming $(3x + 12) + 5$ into $3x + (12 + 5)$?

A
B
C
D
Test Your Knowledge

What is the exact numerical value of the expression $\frac{-2^4 + 3(5 - 2^3)^2}{(-3)^2 - \sqrt[3]{-64} \div 2}$?

A
B
C
D