Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. 6th Grade Math
  2. Properties of Operations & Equivalent Expressions

3(x+2)= 3x+6a + b = b + a2(y+5) = 2y+10
6TH GRADE MATHEMATICS • EXPRESSIONS AND EQUATIONS

Properties of Operations & Equivalent Expressions

Learn how to rewrite math expressions in different forms that look different but always have the same value.

Section 1

Where Did These Rules Come From?

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.

~2000 BCE
Ancient Babylon
Babylonian scribes used clay tablets to solve problems about land, crops, and trade. They noticed that you could rearrange numbers in an addition or multiplication problem and still get the same answer. They didn't have fancy names for these patterns, but they relied on them every day.
~300 BCE
Ancient Greece
The Greek mathematician Euclid wrote a famous book called Elements. In it, he showed that things like "the whole equals the sum of its parts" apply to geometry too. This is actually the distributive property in disguise!
~800 CE
The Islamic Golden Age
A scholar named Al-Khwarizmi wrote one of the first algebra textbooks. He showed how to rearrange and simplify expressions. The word "algebra" itself comes from the Arabic word al-jabr, which means "restoring" or "completing."
1830s
Naming the Properties
Mathematicians in Europe, including François Servois, finally gave official names to these patterns: commutative, associative, and distributive. These names come from Latin words that describe what each property does.
Today
Today
These properties are the backbone of everything from solving homework problems to programming computers and designing buildings. Every time you simplify an expression, you're using ideas that are thousands of years old!

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.

Section 2

Core Principles & Definitions

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.

1

Commutative Property

You can swap the order of numbers when you add or multiply, and the answer stays the same. a + b = b + a and a × b = b × a. "Commute" means to move around, like commuting to school!
2

Associative Property

You can regroup numbers (move the parentheses) when adding or multiplying without changing the result. (a + b) + c = a + (b + c). "Associate" means to group together — like choosing which friends to hang out with first!
3

Distributive Property

You can "distribute" (hand out) a number being multiplied across addition or subtraction inside parentheses. a(b + c) = ab + ac. This one is a superpower for simplifying expressions!
4

Identity Property

Adding 0 to any number keeps it the same (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.
✦ Key Takeaway
Think of equivalent expressions like different recipes for the same pizza. One recipe might say "spread sauce, then add cheese, then add pepperoni." Another might say "add pepperoni and cheese together, then put them on the sauce." The steps look different, but you end up with the exact same pizza. The properties of operations are the rules that let you rearrange the "recipe" of a math expression while keeping the "result" identical.
Section 3

Seeing the Distributive Property

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!

DISTRIBUTIVE PROPERTY — AREA MODEL3(x + 4)3(x + 4)ONE RECTANGLE=3x3x+412TWO SMALLER RECTANGLES3(x + 4) = 3x + 12Both expressions describe the SAME total area!
A rectangle with width 3 and length (x+4) shown as one big rectangle equaling two smaller rectangles: one with area 3x and one with area 12.

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.

Section 4

How the Properties Work in Equations

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.

Commutative Property of Addition
a + b = b + a
Swap the order of addends. Example: 7 + 3 = 3 + 7 = 10
Commutative Property of Multiplication
a × b = b × a
Swap the order of factors. Example: 4 × 6 = 6 × 4 = 24
Associative Property of Addition
(a + b) + c = a + (b + c)
Regroup addends. Example: (2 + 8) + 5 = 2 + (8 + 5) = 15
Associative Property of Multiplication
(a × b) × c = a × (b × c)
Regroup factors. Example: (3 × 2) × 5 = 3 × (2 × 5) = 30
Distributive Property
a(b + c) = ab + ac
Multiply the outside number by each term inside. Example: 5(x + 3) = 5x + 15

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.

Section 5

Combining Like Terms

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.

COMBINING LIKE TERMS — STEP BY STEP5x+3+2x+7LIKE TERMS (VARIABLE x)5x + 2xLIKE TERMS (CONSTANTS)3 + 77x107x + 10
Flowchart showing how to identify and combine like terms in the expression 5x + 3 + 2x + 7 to get 7x + 10.

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.

ExpressionLike TermsSimplified Form
4a + 9 + 2a4a and 2a6a + 9
3y + 5 + y + 13y and y; 5 and 14y + 6
8 + 2m + 3m + 62m and 3m; 8 and 65m + 14
7n − 2n + 47n and −2n5n + 4
Section 6

Worked Example

Let's work through a complete problem together. We'll use several properties to simplify a longer expression step by step.

Problem: Simplify 2(3x + 4) + 5x + 1

Step 1 — Apply the Distributive Property

Start with the parentheses. Distribute the 2 to each term inside: 2 × 3x = 6x and 2 × 4 = 8
Now the expression becomes: 6x + 8 + 5x + 1

Step 2 — Identify Like Terms

Look for terms that match. The terms with the variable x are 6x and 5x. The constant terms (plain numbers) are 8 and 1.

Step 3 — Use the Commutative Property to Rearrange

Move the like terms next to each other (since addition lets us swap the order):
6x + 5x + 8 + 1

Step 4 — Combine Like Terms

Add the x terms: 6x + 5x = 11x. Add the constants: 8 + 1 = 9

Final Answer

2(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! ✓
Section 7

When to Use Each Property

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.

PropertyWhen to Use ItWatch Out For
CommutativeWhen 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!
AssociativeWhen 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.
DistributiveWhen 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 TermsWhen 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.
✦ Key Takeaway
These properties are like different tools in a toolbox. A hammer is great for nails, but you wouldn't use it to tighten a screw. The distributive property is your tool for handling parentheses. The commutative property lets you rearrange pieces. Combining like terms is your finishing tool that cleans everything up. The more you practice, the faster you'll know which tool to grab!
Section 8

Where This Takes You Next

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 NowWhere It Leads
Combining like terms: 3x + 2x = 5xSolving equations: 3x + 2x = 15 → 5x = 15 → x = 3
Distributive property: 4(x + 2) = 4x + 8Multiplying 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 expressionsSimplifying 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!

Section 9

Practice Problems

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.

PROBLEM 1 — CONCEPTUAL
Which property of operations is being used in this statement? 9 × 4 = 4 × 9
PROBLEM 2 — BASIC
Use the distributive property to write an equivalent expression for: 6(x + 5)
PROBLEM 3 — INTERMEDIATE
Simplify this expression by combining like terms: 4n + 7 + 3n − 2
PROBLEM 4 — APPLIED
You're buying supplies for a class project. You need 3 bags of supplies. Each bag contains some markers (let's call that number m) and 6 stickers. Write an expression for the total number of items using the distributive property, then simplify if you know there are already 4 extra markers. Total items = 3(m + 6) + 4
PROBLEM 5 — CHALLENGE
Are the following two expressions equivalent? Explain how you know. 2(3x + 1) + 4x and 5(2x + 1) + 3
Summary

Lesson Summary

In 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!

Varsity Tutors • 6th Grade Mathematics (Common Core) • Properties of Operations & Equivalent Expressions