Real numbers form the foundation of algebra, encompassing rational and irrational numbers. Understanding their subsets and how they relate to each other is crucial for everything else in this course, from solving equations to graphing functions.
This section also covers algebraic expressions and the rules for manipulating them. Getting comfortable with order of operations, properties of real numbers, and simplification techniques now will pay off throughout the semester.
Real Number System
Subsets of Real Numbers
The real number system is organized like a set of nested boxes, where each smaller subset fits inside a larger one.
- Natural numbers (counting numbers): These are the numbers you'd use to count objects.
- Whole numbers: Same as natural numbers, but with zero included.
- Integers: Whole numbers plus their negatives.
- Rational numbers: Any number that can be written as where and are integers and . This includes fractions, but also terminating decimals like and repeating decimals like
- Irrational numbers: Numbers that cannot be written as a fraction of two integers. Their decimal expansions go on forever without repeating. Common examples are , , and .
Every number on this list is a real number. The real numbers are the union of all rational and irrational numbers together.
A common point of confusion: every integer is also a rational number (for example, ), and every whole number is also an integer. The subsets nest inside each other.
Representation of Real Numbers
- Number line: A horizontal line where each point corresponds to exactly one real number. Points to the right are greater; points to the left are smaller.
- Interval notation: A compact way to describe a range of numbers. Brackets mean the endpoint is included; parentheses mean it's excluded. For example, means all real numbers from 2 to 5, including 2 but not 5.
- Set-builder notation: Describes a set by stating a condition its members must satisfy, such as , which reads "the set of all such that is greater than 3."

Algebraic Operations and Expressions
Order of Operations
The PEMDAS mnemonic guides the order in which you perform operations:
- Parentheses (and other grouping symbols like brackets or fraction bars): Simplify inside these first.
- Exponents: Evaluate powers and roots.
- Multiplication and Division: Work left to right. These have equal priority, so you handle whichever comes first as you read left to right.
- Addition and Subtraction: Work left to right, same equal-priority rule.
A common mistake is treating multiplication as always coming before division (or addition before subtraction). They're done left to right within their pair.
For example, , not .

Properties of Real Numbers
These properties are the rules that let you rearrange and simplify expressions. They may seem obvious, but being able to name them matters when you're justifying steps.
- Commutative property: You can swap the order of operands.
- Addition:
- Multiplication:
- Associative property: You can regroup operands without changing the result.
- Addition:
- Multiplication:
- Distributive property: Multiplication distributes over addition.
- Identity property: Operating with the identity element leaves a value unchanged.
- Addition: (0 is the additive identity)
- Multiplication: (1 is the multiplicative identity)
- Inverse property: Operating with an inverse produces the identity element.
- Addition:
- Multiplication: for
Note that subtraction and division are not commutative or associative. , and .
Evaluation of Algebraic Expressions
To evaluate an expression for given values of its variables:
- Substitute the given values in place of each variable.
- Apply order of operations (PEMDAS) to simplify.
- Calculate to get a single numerical answer.
For example, evaluate when :
-
Substitute:
-
Exponent first:
-
Multiply:
-
Add/subtract left to right:
Simplification of Complex Expressions
Several techniques come up repeatedly when simplifying:
- Combine like terms: Terms with the same variable raised to the same power can be added or subtracted. For example, , but cannot be combined.
- Factor out common factors: If every term shares a factor, pull it out. For example, .
- Simplify fractions: Divide the numerator and denominator by their greatest common factor (GCF).
Properties of exponents are used constantly in simplification:
- Multiply powers with the same base:
- Divide powers with the same base:
- Power of a power:
- Power of a product:
- Power of a quotient: for
Rationalizing denominators: When a denominator contains a radical, multiply the numerator and denominator by the conjugate (or by the radical itself for a single-term denominator) to eliminate the radical from the denominator. For example, to rationalize , multiply by to get .
Absolute value represents the distance of a number from zero on the number line. It's always non-negative: and .
Arithmetic Operations and Polynomials
A polynomial is an expression made up of terms that involve variables raised to non-negative integer exponents, combined using addition, subtraction, and multiplication. For example, is a polynomial, but is not (because the exponent is negative).
You can add, subtract, and multiply polynomials using the same properties covered above. Adding and subtracting polynomials comes down to combining like terms. Multiplying polynomials requires distributing each term in one polynomial across every term in the other.