1.1 Rational Number Arithmetic & Signed Numbers

Key Takeaways

  • The real number system is organized hierarchically: Natural numbers (N) ⊂ Whole numbers (W) ⊂ Integers (Z) ⊂ Rational numbers (Q) ⊂ Real numbers (R), alongside Irrational numbers (I).
  • Division by zero is mathematically undefined, while zero divided by any non-zero real number is always zero.
  • In signed arithmetic, subtracting a negative is equivalent to adding its positive opposite (a - (-b) = a + b), and a product of factors is positive if the count of negative factors is even, and negative if odd.
  • In order of operations, exponentiation applies strictly to its immediate base: (-4)^2 = 16, whereas -4^2 = -(4^2) = -16.
  • Horizontal fraction bars, radicals, and absolute value bars function as implicit grouping symbols that must be completely simplified before performing outer operations.
Last updated: August 2026

The Real Number System Hierarchy

Quantitative reasoning on the ACCUPLACER begins with a clear understanding of the Real Number System (R\mathbb{R}). Every number tested on the Quantitative Reasoning, Algebra, and Statistics (QAS) exam belongs to a specific mathematical set defined by its structural properties. The real number system is partitioned into two mutually exclusive subsets: Rational Numbers (Q\mathbb{Q}) and Irrational Numbers (I\mathbb{I}).

Real Numbers (R)
 ├── Rational Numbers (Q) (Can be written as a/b, b ≠ 0)
 │    └── Integers (Z) {..., -3, -2, -1, 0, 1, 2, 3, ...}
 │         └── Whole Numbers (W) {0, 1, 2, 3, ...}
 │              └── Natural Numbers (N) {1, 2, 3, ...}
 └── Irrational Numbers (I) (Non-terminating, non-repeating decimals: π, e, √2, √7)

1. The Nested Subsets of Rational Numbers

A rational number is any number that can be expressed as the quotient ab\frac{a}{b}, where aa and bb are integers and b0b \neq 0. In decimal form, rational numbers either terminate (e.g., 34=0.75\frac{3}{4} = 0.75) or repeat indefinitely in a periodic pattern (e.g., 23=0.6\frac{2}{3} = 0.\overline{6}). The rational numbers contain several nested subsets:

  1. Natural (Counting) Numbers (N\mathbb{N}): {1,2,3,4,5,}\{1, 2, 3, 4, 5, \dots\}. These are positive integers used for counting discrete objects.
  2. Whole Numbers (W\mathbb{W}): {0,1,2,3,4,}\{0, 1, 2, 3, 4, \dots\}. The natural numbers combined with zero (00).
  3. Integers (Z\mathbb{Z}): {,3,2,1,0,1,2,3,}\{\dots, -3, -2, -1, 0, 1, 2, 3, \dots\}. The set of all whole numbers and their negative opposites. Integers contain no fractional or decimal parts.
  4. Rational Numbers (Q\mathbb{Q}): All integers (since any integer zz can be written as z1\frac{z}{1}), terminating decimals (e.g., 2.375=198-2.375 = -\frac{19}{8}), and repeating decimals (e.g., 0.4545=5110.4545\dots = \frac{5}{11}).

2. Irrational Numbers (I\mathbb{I})

An irrational number cannot be written as a ratio of two integers. When expressed in decimal form, irrational numbers are non-terminating and non-repeating decimals.

  • Radicals of Non-Perfect Squares: If a positive integer nn is not a perfect square, its principal square root n\sqrt{n} is irrational (e.g., 21.41421356\sqrt{2} \approx 1.41421356\dots, 3,5,18=32\sqrt{3}, \sqrt{5}, \sqrt{18} = 3\sqrt{2}). Conversely, if nn is a perfect square, its root is rational (e.g., 49=7=71Q\sqrt{49} = 7 = \frac{7}{1} \in \mathbb{Q}, 1681=49Q\sqrt{\frac{16}{81}} = \frac{4}{9} \in \mathbb{Q}).
  • Transcendental Constants: Universal mathematical constants such as π3.14159265\pi \approx 3.14159265\dots (the ratio of a circle's circumference to its diameter) and Euler's number e2.71828182e \approx 2.71828182\dots are irrational.
  • Crucial Exam Trap: The fraction 227\frac{22}{7} and the decimal 3.143.14 are rational approximations of π\pi, but π\pi itself is strictly irrational.

Fundamental Arithmetic Properties & Zero Rules

Core Algebraic Properties

PropertyAddition FormulationMultiplication Formulation
Commutativea+b=b+aa + b = b + aab=baa \cdot b = b \cdot a
Associative(a+b)+c=a+(b+c)(a + b) + c = a + (b + c)(ab)c=a(bc)(a \cdot b) \cdot c = a \cdot (b \cdot c)
Identitya+0=aa + 0 = a (00 is additive identity)a1=aa \cdot 1 = a (11 is multiplicative identity)
Inversea+(a)=0a + (-a) = 0 (Additive inverse)a1a=1a \cdot \frac{1}{a} = 1 (a0a \neq 0, Multiplicative inverse/reciprocal)
Distributivea(b+c)=ab+aca(b + c) = ab + aca(bc)=abaca(b - c) = ab - ac

Special Properties of Zero

  1. Zero in Addition & Subtraction: a+0=aa + 0 = a and a0=aa - 0 = a.
  2. Zero Product Property: For any real number aa, a0=0a \cdot 0 = 0. If ab=0a \cdot b = 0, then at least one factor must be zero (a=0a = 0 or b=0b = 0).
  3. Zero in Numerator (a0a \neq 0): 0a=0\frac{0}{a} = 0. Dividing zero items into aa equal groups results in 00 items per group.
  4. Zero in Denominator (a0a \neq 0): a0=Undefined\frac{a}{0} = \text{Undefined}. Division by zero is mathematically impermissible because no real number xx can satisfy x0=ax \cdot 0 = a when a0a \neq 0.
  5. Indeterminate Form: 00\frac{0}{0} is indeterminate, because any real number satisfies x0=0x \cdot 0 = 0.

Signed Arithmetic Operations

Mastery of positive and negative numbers is essential across every domain of the ACCUPLACER exam.

1. Addition of Signed Numbers

  • Same Signs: Add the absolute values (magnitudes) of the numbers and attach the common sign. (+7)+(+5)=+12(+7) + (+5) = +12 (8)+(6)=(8+6)=14(-8) + (-6) = -(8 + 6) = -14
  • Different Signs: Find the difference between the absolute values (larger magnitude minus smaller magnitude) and attach the sign of the number with the larger absolute value. (15)+(+9)=(159)=6(-15) + (+9) = -(15 - 9) = -6 (+22)+(7)=+(227)=+15(+22) + (-7) = +(22 - 7) = +15

2. Subtraction of Signed Numbers

Subtraction is formally defined as adding the additive inverse (opposite) of the subtrahend: ab=a+(b)a - b = a + (-b)

  • Subtracting a Positive: 813=8+(13)=58 - 13 = 8 + (-13) = -5
  • Subtracting a Negative (Double Negative Rule): Subtracting a negative number is algebraically identical to adding its positive opposite: a(b)=a+ba - (-b) = a + b 12(19)=12+19=+7-12 - (-19) = -12 + 19 = +7 4.5(8.2)=4.5+8.2=3.7-4.5 - (-8.2) = -4.5 + 8.2 = 3.7

3. Multiplication and Division of Signed Numbers

When multiplying or dividing two real numbers:

  • Like Signs: The product or quotient is always positive (++=++ \cdot + = + and =+- \cdot - = +). (6)(9)=+54(-6) \cdot (-9) = +54 484=+12\frac{-48}{-4} = +12
  • Unlike Signs: The product or quotient is always negative (+=+ \cdot - = - and +=- \cdot + = -). (7)(+8)=56(-7) \cdot (+8) = -56 8412=7\frac{84}{-12} = -7

The Multi-Factor Sign Rule

For a product of non-zero factors:

  • If the number of negative factors is even, the final product is positive. (2)(3)(4)(5)=+120(4 negative factors    positive)(-2) \cdot (-3) \cdot (-4) \cdot (-5) = +120 \quad (4\text{ negative factors} \implies \text{positive})
  • If the number of negative factors is odd, the final product is negative. (2)(3)(4)(+5)=120(3 negative factors    negative)(-2) \cdot (-3) \cdot (-4) \cdot (+5) = -120 \quad (3\text{ negative factors} \implies \text{negative})

Order of Operations (PEMDAS / GEMS)

When an arithmetic expression contains multiple operations, you must follow the universally established standard hierarchy:

  1. G / P — Grouping Symbols / Parentheses: Evaluate expressions inside innermost grouping symbols first: parentheses ()( ), brackets [][ ], braces {}\{ \}, absolute value bars | \dots |, radical signs \sqrt{\dots}, and horizontal fraction bars NumeratorDenominator\frac{\text{Numerator}}{\text{Denominator}}.
  2. E — Exponents & Roots: Evaluate all powers and radicals from left to right.
  3. M / D — Multiplication & Division: Perform multiplication and division from left to right in the exact order they appear. Neither takes precedence over the other.
  4. A / S — Addition & Subtraction: Perform addition and subtraction from left to right in the exact order they appear.

The Exponent Base Trap: (x)n(-x)^n versus xn-x^n

One of the most frequent point-loss traps on the ACCUPLACER test is failing to identify the exact base to which an exponent applies:

  • Case 1: Base Enclosed in Parentheses: (a)n(-a)^n The negative sign is part of the base being multiplied repeatedly. (4)2=(4)(4)=+16(-4)^2 = (-4) \cdot (-4) = +16 (3)3=(3)(3)(3)=27(-3)^3 = (-3) \cdot (-3) \cdot (-3) = -27 (2)4=(2)(2)(2)(2)=+16(-2)^4 = (-2) \cdot (-2) \cdot (-2) \cdot (-2) = +16

  • Case 2: No Parentheses: an-a^n According to the order of operations, exponentiation (EE) precedes the implicit multiplication by 1-1 or unary negation. Thus, only aa is squared, and the negative sign is applied afterward. 42=(42)=(44)=16-4^2 = -(4^2) = -(4 \cdot 4) = -16 34=(34)=(81)=81-3^4 = -(3^4) = -(81) = -81

(4)242(1616)\mathbf{(-4)^2 \neq -4^2} \quad (16 \neq -16)


Step-by-Step Worked Examples

Worked Example 1: Multi-Step Evaluation with Grouping & Exponents

Evaluate the arithmetic expression: 42+(3)32(5+13)311÷4+23\frac{-4^2 + (-3)^3 - 2(-5 + 13)}{|3 - 11| \div 4 + 2^3}

Step 1: Simplify the Numerator

  • Identify the operations in the numerator: 42+(3)32(5+13)-4^2 + (-3)^3 - 2(-5 + 13).
  • Resolve parentheses first: (5+13)=8(-5 + 13) = 8.
  • Evaluate exponents: 42=(42)=16-4^2 = -(4^2) = -16 (3)3=(3)(3)(3)=27(-3)^3 = (-3)(-3)(-3) = -27
  • Substitute and perform multiplication: 16+(27)2(8)=162716-16 + (-27) - 2(8) = -16 - 27 - 16
  • Perform additions/subtractions from left to right: 1627=43-16 - 27 = -43 4316=59-43 - 16 = -59 Numerator=59\text{Numerator} = -59

Step 2: Simplify the Denominator

  • Identify the operations in the denominator: 311÷4+23|3 - 11| \div 4 + 2^3.
  • Resolve grouping (absolute value bar): 311=8=8|3 - 11| = |-8| = 8.
  • Evaluate exponent: 23=82^3 = 8.
  • Perform division before addition: 8÷4=28 \div 4 = 2.
  • Add: 2+8=102 + 8 = 10. Denominator=10\text{Denominator} = 10

Step 3: Compute the Final Quotient NumeratorDenominator=5910=5.9\frac{\text{Numerator}}{\text{Denominator}} = \frac{-59}{10} = -5.9


Worked Example 2: Real-World Signed Arithmetic (Atmospheric Research Station)

An alpine meteorological station at an elevation of 3,200 meters3,200\text{ meters} records an initial ambient temperature of 18.4C-18.4^\circ\text{C} at 3:00 AM. Over the next 5 hours5\text{ hours}, the sun causes the temperature to rise at a constant rate of 3.2C3.2^\circ\text{C} per hour. At 8:00 AM, a severe blizzard front moves across the ridge, causing the temperature to drop by 14.9C14.9^\circ\text{C} over the next 3 hours3\text{ hours}. What is the recorded temperature at 11:00 AM?

Step 1: Calculate the total temperature increase from 3:00 AM to 8:00 AM ΔT1=5 hours×(+3.2C/hour)=+16.0C\Delta T_1 = 5\text{ hours} \times (+3.2^\circ\text{C/hour}) = +16.0^\circ\text{C}

Step 2: Calculate the intermediate temperature at 8:00 AM T8 AM=Tinitial+ΔT1=18.4+16.0=2.4CT_{\text{8 AM}} = T_{\text{initial}} + \Delta T_1 = -18.4 + 16.0 = -2.4^\circ\text{C}

Step 3: Apply the cold front temperature drop from 8:00 AM to 11:00 AM T11 AM=T8 AM14.9=2.414.9=2.4+(14.9)=17.3CT_{\text{11 AM}} = T_{\text{8 AM}} - 14.9 = -2.4 - 14.9 = -2.4 + (-14.9) = -17.3^\circ\text{C}

The temperature at 11:00 AM is 17.3C-17.3^\circ\text{C}.


Common Pitfalls & ACCUPLACER Exam Traps

  1. Evaluating Multiplication Before Division Unconditionally: In PEMDAS, multiplication and division have equal priority. In the expression 24÷6224 \div 6 \cdot 2, you must evaluate left-to-right: 24÷6=424 \div 6 = 4, then 42=84 \cdot 2 = 8. Evaluating 62=126 \cdot 2 = 12 first to get 24÷12=224 \div 12 = 2 is an incorrect order violation.
  2. Confusing Subtraction of a Negative with Simple Subtraction: Writing 8(5)-8 - (-5) as 85=13-8 - 5 = -13 is a severe error. The double negative converts to addition: 8+5=3-8 + 5 = -3.
  3. Misclassifying Radicals as Irrational: Always check whether the radicand is a perfect square. 144=12\sqrt{144} = 12 is an integer and rational; only non-perfect square radicals like 140\sqrt{140} are irrational.
  4. Omitting Parentheses When Substituting Negative Values: If evaluating x23xx^2 - 3x for x=4x = -4, write (4)23(4)=16+12=28(-4)^2 - 3(-4) = 16 + 12 = 28. Omitting parentheses often leads students to write 423(4)=16+12=4-4^2 - 3(-4) = -16 + 12 = -4, producing the incorrect answer.
Loading diagram...
Real Number System Hierarchy
Test Your Knowledge

What is the value of the arithmetic expression (-3)^2 - 2^4 + (-2)^3 · (-1)^5?

A
B
C
D
Test Your Knowledge

Which of the following numbers belongs to the set of irrational numbers?

A
B
C
D
Test Your Knowledge

A small business checking account has an initial balance of -$420.50. Over the course of a week, the business deposits 3 client payments of $185.25 each, pays 2 vendor invoices of $124.80 each, and is charged a single monthly service fee of $35.00. What is the final account balance at the end of the week?

A
B
C
D