Foundations of Algebra: Numbers and Expressions
From the algebra, curriculum
Foundations of Algebra: Numbers and Expressions
TL;DR
Algebra is about using letters (variables) to represent unknown numbers and relationships, allowing us to solve problems more generally. Understanding different types of numbers and how to combine them is crucial for building algebraic expressions. Mastering the order of operations ensures you correctly evaluate any mathematical expression.
1. The Mental Model
Think of algebra as a language for describing mathematical puzzles. Numbers are the basic words, and expressions are the sentences. Variables are like placeholders for specific words we don't know yet, helping us write more general "sentences" about relationships.
2. The Core Material
Number Systems

Photo by Vitaly Gariev on Pexels
Before diving into algebra, it's important to know the different kinds of numbers you'll be working with. They form a hierarchy, each type building on the last.
- Natural Numbers (Counting Numbers): These are the numbers you use to count: 1, 2, 3, 4, ...
- Whole Numbers: Just like natural numbers, but they include zero: 0, 1, 2, 3, ...
- Integers: Whole numbers, plus their negative counterparts: ..., -3, -2, -1, 0, 1, 2, 3, ...
- Rational Numbers: Any number that can be written as a fraction (a/b), where 'a' and 'b' are integers and 'b' is not zero. This includes all integers, as well as fractions and terminating or repeating decimals (e.g., 1/2, -3/4, 0.5, 0.333...).
- Irrational Numbers: Numbers that cannot be written as a simple fraction. Their decimal representations go on forever without repeating (e.g., pi (π), √2).
- Real Numbers: All rational and irrational numbers combined. This is most of what you'll work with in basic algebra.
Here's how these number systems are related:
graph TD
A["Real Numbers"] --> B["Rational Numbers"]
A --> C["Irrational Numbers"]
B --> D["Integers"]
D --> E["Whole Numbers"]
E --> F["Natural Numbers"]
Algebraic Expressions

Photo by Vitaly Gariev on Pexels
An expression is a combination of numbers, variables, and operation signs (+, -, *, /). It doesn't have an equals sign. For example, 3x + 5 is an expression.
- Variables: Letters (like x, y, a, b) that represent unknown values.
- Constants: Numbers whose values don't change (like 5, -2, π).
- Terms: Parts of an expression separated by addition or subtraction signs. In
3x + 5,3xis one term and5is another. - Coefficients: The numerical part of a term that multiplies a variable. In
3x,3is the coefficient.
Order of Operations (PEMDAS/BODMAS)

Photo by setengah lima sore on Pexels
To make sure everyone gets the same answer when evaluating an expression, we follow a specific order. You might know it as PEMDAS or BODMAS.
- Parentheses (or Brackets): Do operations inside grouping symbols first.
- Exponents (or Orders/Indices): Calculate powers and roots next.
- Multiplication and Division: Work from left to right.
- Addition and Subtraction: Work from left to right.
It's crucial to remember that multiplication and division have equal priority, as do addition and subtraction. If both are present, you simply go from left to right.
3. Worked Example
Let's evaluate the expression 10 + (8 - 2) * 3^2 / 6 using the order of operations.
- Parentheses: First, solve what's inside the parentheses.
10 + (6) * 3^2 / 6 - Exponents: Next, calculate the exponent.
10 + 6 * 9 / 6 - Multiplication and Division (from left to right):
6 * 9 = 54
10 + 54 / 654 / 6 = 9
10 + 9
- Addition and Subtraction (from left to right):
10 + 9 = 19
So, 10 + (8 - 2) * 3^2 / 6 = 19.
4. Key Takeaways
- Variables are placeholders for unknown numbers, making algebraic statements general.
- Expressions combine numbers, variables, and operations without an equals sign.
- Different number systems (natural, whole, integers, rational, irrational, real) categorize numbers by their properties.
- PEMDAS/BODMAS dictates the strict order for evaluating any mathematical expression.
- Multiplication/division and addition/subtraction have equal priority; work left to right for these pairs.
Common Mistakes to Avoid:
* Ignoring parentheses: Always do operations inside grouping symbols first.
* Mixing up multiplication/division or addition/subtraction order: Always go from left to right when these operations are at the same priority level.
* Assuming x always means multiplication: In algebra, 2x means 2 * x, but 24 is not 2 * 4. Context matters.
* Trying to solve an expression: Expressions don't have an equals sign, so you can only simplify or evaluate them, not solve them.
5. Now Try It
Evaluate the following expression: 25 - 4 * (12 / 3 + 1)^2.
What to do: Break it down step-by-step using the order of operations (PEMDAS). Show each step clearly.
What success looks like: You should arrive at the correct final numerical answer by systematically applying each rule of PEMDAS. The correct answer is 0.
Frequently asked about Foundations of Algebra: Numbers and Expressions
More from algebra,
Get the full algebra, curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account