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.
The Real Number System Hierarchy
Quantitative reasoning on the ACCUPLACER begins with a clear understanding of the Real Number System (). 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 () and Irrational Numbers ().
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 , where and are integers and . In decimal form, rational numbers either terminate (e.g., ) or repeat indefinitely in a periodic pattern (e.g., ). The rational numbers contain several nested subsets:
- Natural (Counting) Numbers (): . These are positive integers used for counting discrete objects.
- Whole Numbers (): . The natural numbers combined with zero ().
- Integers (): . The set of all whole numbers and their negative opposites. Integers contain no fractional or decimal parts.
- Rational Numbers (): All integers (since any integer can be written as ), terminating decimals (e.g., ), and repeating decimals (e.g., ).
2. Irrational Numbers ()
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 is not a perfect square, its principal square root is irrational (e.g., , ). Conversely, if is a perfect square, its root is rational (e.g., , ).
- Transcendental Constants: Universal mathematical constants such as (the ratio of a circle's circumference to its diameter) and Euler's number are irrational.
- Crucial Exam Trap: The fraction and the decimal are rational approximations of , but itself is strictly irrational.
Fundamental Arithmetic Properties & Zero Rules
Core Algebraic Properties
| Property | Addition Formulation | Multiplication Formulation |
|---|---|---|
| Commutative | ||
| Associative | ||
| Identity | ( is additive identity) | ( is multiplicative identity) |
| Inverse | (Additive inverse) | (, Multiplicative inverse/reciprocal) |
| Distributive |
Special Properties of Zero
- Zero in Addition & Subtraction: and .
- Zero Product Property: For any real number , . If , then at least one factor must be zero ( or ).
- Zero in Numerator (): . Dividing zero items into equal groups results in items per group.
- Zero in Denominator (): . Division by zero is mathematically impermissible because no real number can satisfy when .
- Indeterminate Form: is indeterminate, because any real number satisfies .
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.
- 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.
2. Subtraction of Signed Numbers
Subtraction is formally defined as adding the additive inverse (opposite) of the subtrahend:
- Subtracting a Positive:
- Subtracting a Negative (Double Negative Rule): Subtracting a negative number is algebraically identical to adding its positive opposite:
3. Multiplication and Division of Signed Numbers
When multiplying or dividing two real numbers:
- Like Signs: The product or quotient is always positive ( and ).
- Unlike Signs: The product or quotient is always negative ( and ).
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.
- If the number of negative factors is odd, the final product is negative.
Order of Operations (PEMDAS / GEMS)
When an arithmetic expression contains multiple operations, you must follow the universally established standard hierarchy:
- G / P — Grouping Symbols / Parentheses: Evaluate expressions inside innermost grouping symbols first: parentheses , brackets , braces , absolute value bars , radical signs , and horizontal fraction bars .
- E — Exponents & Roots: Evaluate all powers and radicals from left to right.
- M / D — Multiplication & Division: Perform multiplication and division from left to right in the exact order they appear. Neither takes precedence over the other.
- A / S — Addition & Subtraction: Perform addition and subtraction from left to right in the exact order they appear.
The Exponent Base Trap: versus
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: The negative sign is part of the base being multiplied repeatedly.
-
Case 2: No Parentheses: According to the order of operations, exponentiation () precedes the implicit multiplication by or unary negation. Thus, only is squared, and the negative sign is applied afterward.
Step-by-Step Worked Examples
Worked Example 1: Multi-Step Evaluation with Grouping & Exponents
Evaluate the arithmetic expression:
Step 1: Simplify the Numerator
- Identify the operations in the numerator: .
- Resolve parentheses first: .
- Evaluate exponents:
- Substitute and perform multiplication:
- Perform additions/subtractions from left to right:
Step 2: Simplify the Denominator
- Identify the operations in the denominator: .
- Resolve grouping (absolute value bar): .
- Evaluate exponent: .
- Perform division before addition: .
- Add: .
Step 3: Compute the Final Quotient
Worked Example 2: Real-World Signed Arithmetic (Atmospheric Research Station)
An alpine meteorological station at an elevation of records an initial ambient temperature of at 3:00 AM. Over the next , the sun causes the temperature to rise at a constant rate of per hour. At 8:00 AM, a severe blizzard front moves across the ridge, causing the temperature to drop by over the next . What is the recorded temperature at 11:00 AM?
Step 1: Calculate the total temperature increase from 3:00 AM to 8:00 AM
Step 2: Calculate the intermediate temperature at 8:00 AM
Step 3: Apply the cold front temperature drop from 8:00 AM to 11:00 AM
The temperature at 11:00 AM is .
Common Pitfalls & ACCUPLACER Exam Traps
- Evaluating Multiplication Before Division Unconditionally: In PEMDAS, multiplication and division have equal priority. In the expression , you must evaluate left-to-right: , then . Evaluating first to get is an incorrect order violation.
- Confusing Subtraction of a Negative with Simple Subtraction: Writing as is a severe error. The double negative converts to addition: .
- Misclassifying Radicals as Irrational: Always check whether the radicand is a perfect square. is an integer and rational; only non-perfect square radicals like are irrational.
- Omitting Parentheses When Substituting Negative Values: If evaluating for , write . Omitting parentheses often leads students to write , producing the incorrect answer.
What is the value of the arithmetic expression (-3)^2 - 2^4 + (-2)^3 · (-1)^5?
Which of the following numbers belongs to the set of irrational numbers?
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?