Fiveable

📈College Algebra Unit 1 Review

QR code for College Algebra practice questions

1.1 Real Numbers: Algebra Essentials

1.1 Real Numbers: Algebra Essentials

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📈College Algebra
Unit & Topic Study Guides

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): 1,2,3,...1, 2, 3, ... These are the numbers you'd use to count objects.
  • Whole numbers: 0,1,2,3,...0, 1, 2, 3, ... Same as natural numbers, but with zero included.
  • Integers: ...,3,2,1,0,1,2,3,......, -3, -2, -1, 0, 1, 2, 3, ... Whole numbers plus their negatives.
  • Rational numbers: Any number that can be written as ab\frac{a}{b} where aa and bb are integers and b0b \neq 0. This includes fractions, but also terminating decimals like 0.250.25 and repeating decimals like 0.3=0.333...0.\overline{3} = 0.333...
  • Irrational numbers: Numbers that cannot be written as a fraction of two integers. Their decimal expansions go on forever without repeating. Common examples are π\pi, 2\sqrt{2}, and ee.

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, 5=515 = \frac{5}{1}), 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, [2,5)[2, 5) 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 {xx>3}\{x \mid x > 3\}, which reads "the set of all xx such that xx is greater than 3."
Subsets of real numbers, Summary: Classes of Real Numbers | Developmental Math Emporium

Algebraic Operations and Expressions

Order of Operations

The PEMDAS mnemonic guides the order in which you perform operations:

  1. Parentheses (and other grouping symbols like brackets or fraction bars): Simplify inside these first.
  2. Exponents: Evaluate powers and roots.
  3. Multiplication and Division: Work left to right. These have equal priority, so you handle whichever comes first as you read left to right.
  4. 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, 8÷2×4=4×4=168 \div 2 \times 4 = 4 \times 4 = 16, not 8÷8=18 \div 8 = 1.

Subsets of real numbers, Number Sets

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: a+b=b+aa + b = b + a
    • Multiplication: a×b=b×aa \times b = b \times a
  • Associative property: You can regroup operands without changing the result.
    • Addition: (a+b)+c=a+(b+c)(a + b) + c = a + (b + c)
    • Multiplication: (a×b)×c=a×(b×c)(a \times b) \times c = a \times (b \times c)
  • Distributive property: Multiplication distributes over addition.
    • a(b+c)=ab+aca(b + c) = ab + ac
  • Identity property: Operating with the identity element leaves a value unchanged.
    • Addition: a+0=aa + 0 = a (0 is the additive identity)
    • Multiplication: a×1=aa \times 1 = a (1 is the multiplicative identity)
  • Inverse property: Operating with an inverse produces the identity element.
    • Addition: a+(a)=0a + (-a) = 0
    • Multiplication: a×1a=1a \times \frac{1}{a} = 1 for a0a \neq 0

Note that subtraction and division are not commutative or associative. 53355 - 3 \neq 3 - 5, and 12÷44÷1212 \div 4 \neq 4 \div 12.

Evaluation of Algebraic Expressions

To evaluate an expression for given values of its variables:

  1. Substitute the given values in place of each variable.
  2. Apply order of operations (PEMDAS) to simplify.
  3. Calculate to get a single numerical answer.

For example, evaluate 3x22x+13x^2 - 2x + 1 when x=4x = 4:

  1. Substitute: 3(4)22(4)+13(4)^2 - 2(4) + 1

  2. Exponent first: 3(16)2(4)+13(16) - 2(4) + 1

  3. Multiply: 488+148 - 8 + 1

  4. Add/subtract left to right: 4141

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, 5x2+3x2=8x25x^2 + 3x^2 = 8x^2, but 5x2+3x5x^2 + 3x cannot be combined.
  • Factor out common factors: If every term shares a factor, pull it out. For example, 6x+9=3(2x+3)6x + 9 = 3(2x + 3).
  • 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: am×an=am+na^m \times a^n = a^{m+n}
  • Divide powers with the same base: aman=amn\frac{a^m}{a^n} = a^{m-n}
  • Power of a power: (am)n=amn(a^m)^n = a^{mn}
  • Power of a product: (ab)m=ambm(ab)^m = a^m b^m
  • Power of a quotient: (ab)m=ambm\left(\frac{a}{b}\right)^m = \frac{a^m}{b^m} for b0b \neq 0

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 13\frac{1}{\sqrt{3}}, multiply by 33\frac{\sqrt{3}}{\sqrt{3}} to get 33\frac{\sqrt{3}}{3}.

Absolute value represents the distance of a number from zero on the number line. It's always non-negative: 5=5|5| = 5 and 5=5|-5| = 5.

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, 4x32x+74x^3 - 2x + 7 is a polynomial, but 3x13x^{-1} 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.