Opening subject page...
Loading your content
Learn how to rewrite math expressions in different forms that look different but always have the same value.
Have you ever noticed that 3 + 5 gives you the same answer as 5 + 3? That's not just a lucky coincidence — people have known about this pattern for thousands of years! The "properties of operations" are the rules that describe why math works the way it does. Let's look at how people discovered them.
So here's the big question these rules help us answer: How can we rewrite an expression in a different form while keeping its value exactly the same? That's what equivalent expressions are all about, and the properties of operations are the tools we use to create them.
Before we start rewriting expressions, let's make sure we're on the same page with some key ideas. An expression is a math phrase that uses numbers, variables (letters like x or y), and operations (+, −, ×, ÷). Two expressions are called equivalent expressions if they have the same value no matter what number you plug in for the variable.
There are four main properties of operations that let us create equivalent expressions. Think of them as the "rules of the game" for rewriting math.
a + b = b + a and a × b = b × a. "Commute" means to move around, like commuting to school!(a + b) + c = a + (b + c). "Associate" means to group together — like choosing which friends to hang out with first!a(b + c) = ab + ac. This one is a superpower for simplifying expressions!a + 0 = a). Multiplying any number by 1 keeps it the same (a × 1 = a). Zero and one are the "identity" elements — they let a number stay itself.The distributive property is the most powerful tool for creating equivalent expressions, so let's see it in action with a picture. Imagine you have a rectangle that is 3 units wide and (x + 4) units long. You can find its area in two different ways — and both give the same answer!
On the left, we calculate the area of one big rectangle: width 3 times length (x + 4). On the right, we split that rectangle into two smaller pieces. One piece has area 3 × x = 3x, and the other has area 3 × 4 = 12. Adding those two pieces gives us 3x + 12. Both ways describe the exact same total area, so 3(x + 4) and 3x + 12 are equivalent expressions.
This picture shows you why the distributive property works. The 3 gets multiplied by every term inside the parentheses — first the x, then the 4. It's like handing out copies of 3 to each part.
Now let's look at each property written as a math rule. These rules work for any numbers — whole numbers, fractions, decimals, and even variables.
Notice something important: the commutative and associative properties work for addition and multiplication only — not for subtraction or division! For example, 10 − 3 = 7 but 3 − 10 = −7. Those aren't the same, so you can't just swap the order with subtraction.
The distributive property is special because it connects multiplication with addition (or subtraction). It also works "in reverse" — you can go from 3x + 12 back to 3(x + 4). Going in this reverse direction is called factoring, and it's like un-distributing.
There's another really important skill for creating equivalent expressions: combining like terms. A term is a single piece of an expression — a number, a variable, or a number times a variable. Like terms are terms that have the exact same variable part. For example, 3x and 7x are like terms because they both have the variable x. But 3x and 3y are not like terms because they have different variables.
Here's how it works. In the expression 5x + 3 + 2x + 7, we first identify the like terms. The terms 5x and 2x both have the variable x, so they're like terms. The numbers 3 and 7 are both constants (just numbers with no variable), so they're also like terms.
Next, we combine each group. 5x + 2x = 7x (think: 5 apples plus 2 apples equals 7 apples). And 3 + 7 = 10. Our simplified equivalent expression is 7x + 10.
Why does this work? It's actually the distributive property in reverse! When we say 5x + 2x, that's the same as (5 + 2)x = 7x. We're "factoring out" the x.
| Expression | Like Terms | Simplified Form |
|---|---|---|
4a + 9 + 2a | 4a and 2a | 6a + 9 |
3y + 5 + y + 1 | 3y and y; 5 and 1 | 4y + 6 |
8 + 2m + 3m + 6 | 2m and 3m; 8 and 6 | 5m + 14 |
7n − 2n + 4 | 7n and −2n | 5n + 4 |
Let's work through a complete problem together. We'll use several properties to simplify a longer expression step by step.
2 × 3x = 6x and 2 × 4 = 86x + 8 + 5x + 16x + 5x + 8 + 16x + 5x = 11x. Add the constants: 8 + 1 = 92(3x + 4) + 5x + 1 = 11x + 9. You can check this! Try plugging in x = 2 into both expressions. The original gives 2(6 + 4) + 10 + 1 = 2(10) + 11 = 31. The simplified version gives 11(2) + 9 = 22 + 9 = 31. They match! ✓Each property has its own strengths. Here's a handy guide to help you decide which property to reach for when you're simplifying an expression.
| Property | When to Use It | Watch Out For |
|---|---|---|
| Commutative | When you want to rearrange terms so like terms are next to each other, making them easier to combine. | Only works for addition and multiplication. Don't try to swap order with subtraction or division! |
| Associative | When regrouping (moving parentheses) makes mental math easier. For example, (17 + 28) + 2 is easier as 17 + (28 + 2) = 17 + 30. | Again, only for addition and multiplication. Doesn't change the order — only the grouping. |
| Distributive | When a number is being multiplied by a sum or difference in parentheses. Also used "in reverse" (factoring) to pull out a common factor. | Don't forget to multiply by every term inside the parentheses. A common mistake is only multiplying the first term. |
| Combining Like Terms | When an expression has multiple terms with the same variable. This is usually your final simplification step. | Make sure the variable parts match exactly. 3x and 3x² are NOT like terms. |
The skills you're building right now are the foundation for everything you'll do in algebra — and beyond! When you learn to solve equations in 7th and 8th grade, you'll use these exact same properties to isolate a variable and find its value. For example, solving 3x + 5 = 20 requires you to understand that you can rearrange and simplify expressions while keeping them equivalent.
In high school, you'll extend the distributive property to multiply things like (x + 3)(x + 5), which gives you x² + 8x + 15. That's called expanding polynomials, and it's really just the distributive property used more than once.
| What You're Learning Now | Where It Leads |
|---|---|
Combining like terms: 3x + 2x = 5x | Solving equations: 3x + 2x = 15 → 5x = 15 → x = 3 |
Distributive property: 4(x + 2) = 4x + 8 | Multiplying polynomials: (x + 2)(x + 3) = x² + 5x + 6 |
Factoring: 6x + 12 = 6(x + 2) | Factoring quadratics: x² + 5x + 6 = (x + 2)(x + 3) |
| Recognizing equivalent expressions | Simplifying complex fractions, working with formulas in science, and computer programming |
Here's the exciting thing: you don't need to learn all of that right now. But every time you practice creating equivalent expressions today, you're building a muscle that will make all of those future topics much easier. You're learning the language of algebra!
Try these five problems on your own. Start with the first one and work your way up. If you get stuck, click "Show Answer" to see a full explanation.
9 × 4 = 4 × 96(x + 5)4n + 7 + 3n − 23(m + 6) + 42(3x + 1) + 4x and 5(2x + 1) + 3In this lesson, you learned that equivalent expressions are expressions that look different but always have the same value, no matter what number you substitute for the variable. You discovered four key properties that let you create equivalent expressions: the commutative property (swap the order of addition or multiplication), the associative property (regroup terms with parentheses), the distributive property (multiply a factor across a sum or difference inside parentheses), and the identity property (adding 0 or multiplying by 1 keeps a number the same).
You also practiced combining like terms — grouping terms with the same variable and adding their coefficients. The distributive property is especially powerful because it connects multiplication with addition. It lets you expand expressions like 3(x + 4) = 3x + 12 and also factor them in reverse. To check if two expressions are equivalent, you can simplify both or substitute a test value and see if the results match. These skills are the foundation for all the algebra you'll learn in the years ahead — keep practicing, and they'll become second nature!