Algebra Refresher
Real Numbers and Operations
The Building Blocks of Numbers
Think of numbers as belonging to different families, each one a bit bigger and more inclusive than the last. We start with the simplest and build our way up.
The most basic family is the Natural Numbers. These are the counting numbers you first learned: 1, 2, 3, 4, and so on. They’re the numbers you’d use to count apples in a basket.
Natural Numbers: {1, 2, 3, ...}
If we add just one more number to that family, zero, we get the Whole Numbers: 0, 1, 2, 3, and so on. The only difference is the zero.
Whole Numbers: {0, 1, 2, 3, ...}
But what about negative values, like a temperature below freezing or being in debt? For that, we need Integers. This family includes all the whole numbers, plus their negative counterparts: ..., -3, -2, -1, 0, 1, 2, 3, ...
Integers: {..., -2, -1, 0, 1, 2, ...}
Of course, numbers exist between the integers. Rational Numbers include any number that can be written as a ratio, or fraction, of two integers, like , , or even (which is just ). As decimals, rational numbers either terminate (like ) or repeat in a predictable pattern (like ).
Rational Numbers: Any number that can be expressed as a fraction , where and are integers and is not zero.
Finally, there are the loners of the number world: the Irrational Numbers. These are numbers that cannot be written as a simple fraction. Their decimal representations go on forever without ever repeating. The most famous irrational number is (pi), which starts 3.14159... but never ends or repeats. Another common example is the square root of 2, .
All of these numbers—rational and irrational together—make up the set of Real Numbers. For most of the algebra you'll do, you'll be working with real numbers.
The Rules of the Road
Numbers don't just exist; they interact with each other through operations like addition and multiplication. These interactions follow specific rules, or properties, that are always true. Understanding them makes calculations easier and is the key to manipulating algebraic expressions later on.
These properties are the grammar of mathematics. They help us rearrange and simplify problems without changing the final answer.
The Commutative Property says that for addition and multiplication, the order of the numbers doesn't matter. For example, is the same as . Likewise, is the same as . This is helpful for mental math, as you can rearrange numbers to make them easier to work with.
The Associative Property deals with grouping. It says that when you are only adding or only multiplying, it doesn't matter how you group the numbers. You can add or and you'll get the same result: 9.
The Distributive Property is a bit different because it links multiplication and addition. It tells us how to handle a number that is multiplying a sum in parentheses. You can "distribute" the multiplication to each number inside the parentheses.
For instance, to solve , you could add first to get . Or, you could distribute the 4: . The result is identical. This property becomes extremely important in algebra when you have variables inside the parentheses.
Putting It in Order
When an expression has multiple operations, like , which do you do first? If you add first, you get . If you multiply first, you get . To avoid this confusion, mathematicians agreed on a standard order of operations. A common way to remember this order is with the acronym PEMDAS.
For younger students learning the order of operations in math, try PEMDAS (Please Excuse My Dear Aunt Sally): Parentheses, Exponents, Multiplication, Division, Addition, Subtraction.
| Step | Operation | Description |
|---|---|---|
| 1 | Parentheses | First, solve anything inside parentheses or other grouping symbols. |
| 2 | Exponents | Next, calculate any exponents or square roots. |
| 3 | Multiplication and Division | Then, perform all multiplication and division from left to right. |
| 4 | Addition and Subtraction | Finally, perform all addition and subtraction from left to right. |
It's crucial to remember that multiplication and division are on the same level; you do them as they appear from left to right. The same is true for addition and subtraction.
Let's try an example: .
- Parentheses: . The expression becomes .
- Exponents: . Now we have .
- Multiplication and Division (left to right): First is . The expression is . Next is . Now we have .
- Addition and Subtraction (left to right): First is . The expression is . The final answer is .
Let's check your understanding of these fundamental concepts.
The number 0 is a member of which of the following number sets?
Which of the following numbers is irrational?
Mastering these classifications, properties, and the order of operations provides the solid foundation you'll need for all of your future work in mathematics.