PRE-ALGEBRA • EXPRESSIONS, EQUATIONS & INEQUALITIES

Properties for Equivalent Expressions — I can use properties (distributive, associative, commutative) to rewrite equivalent expressions.

Learn three powerful math properties that let you rearrange and simplify expressions while keeping the same value.

Where Did These Properties Come From?

Have you ever noticed that 3 + 5 gives you the same answer as 5 + 3? Or that 2 × (10 + 4) is the same as 2 × 10 + 2 × 4? People have known these tricks for thousands of years. Ancient mathematicians figured out certain properties (rules that are always true) about numbers. These properties help us rewrite math expressions in different ways without changing the answer.

Over time, mathematicians gave these rules official names. Let's look at how they developed.

~1800 BCE
Ancient Babylon
Babylonian scribes used clay tablets to solve problems. They often rearranged numbers and groups without knowing the formal property names.
~300 BCE
Euclid's Elements
The Greek mathematician Euclid wrote about how multiplication can be "distributed" over addition. This was an early form of the distributive property.
1830s
Official Names Given
French mathematicians used the Latin words "commutare" (to exchange) and "associare" (to join together) to name the commutative and associative properties.
Today
Used Every Day
These properties are the building blocks of algebra. You use them whenever you simplify an expression, solve an equation, or write code for a computer.

The big question these properties answer is: How can I rewrite an expression in a different form but keep it equal to the original? That's what this lesson is all about.

The Three Key Properties

Before we dive in, let's define an important term. Two expressions are called equivalent expressions when they have the same value no matter what number you plug in for the variable. For example, 2(x + 3) and 2x + 6 are equivalent because they always give the same result.

There are three main properties you'll use to create equivalent expressions. Think of them as your math toolbox.

1

Commutative Property

You can swap the order of numbers when you add or multiply. Example: a + b = b + a and a × b = b × a.
2

Associative Property

You can regroup numbers with parentheses when you add or multiply. Example: (a + b) + c = a + (b + c).
3

Distributive Property

You can spread multiplication across addition or subtraction inside parentheses. Example: a(b + c) = ab + ac.
KEY TAKEAWAY
Think of these properties like rearranging furniture in your room. You can move your desk and chair to different spots (commutative), group items together differently (associative), or unpack a box and spread things out (distributive). The room still has the same furniture — just arranged differently!

Seeing the Properties in Action

Let's look at a visual diagram that shows all three properties side by side. Pay attention to how each property changes the way an expression looks but not what it equals.

The top row shows all three properties with number examples. The bottom area model shows how the distributive property splits one rectangle into two smaller rectangles. The total area stays the same.

Notice how the area model on the bottom breaks 3(x + 4) into two pieces. The blue rectangle is 3 × x, and the pink rectangle is 3 × 4. When you add the pieces together, you get 3x + 12. That's the distributive property in action!

The Math Behind Each Property

Now let's write out each property as a math rule. In these formulas, the letters a, b, and c stand for any numbers — including fractions, decimals, or variables like x.

COMMUTATIVE PROPERTY OF ADDITION
a + b = b + a
You can add two numbers in any order. For example, 8 + 5 = 5 + 8 = 13.
COMMUTATIVE PROPERTY OF MULTIPLICATION
a × b = b × a
You can multiply two numbers in any order. For example, 6 × 9 = 9 × 6 = 54.
ASSOCIATIVE PROPERTY OF ADDITION
(a + b) + c = a + (b + c)
You can regroup addends with parentheses. For example, (2 + 3) + 7 = 2 + (3 + 7) = 12.
ASSOCIATIVE PROPERTY OF MULTIPLICATION
(a × b) × c = a × (b × c)
You can regroup factors with parentheses. For example, (4 × 5) × 2 = 4 × (5 × 2) = 40.
DISTRIBUTIVE PROPERTY
a(b + c) = ab + ac
Multiply the outside number (a) by each term inside the parentheses. Also works with subtraction: a(b − c) = ab − ac.
⚠️ Watch Out!
The commutative and associative properties do NOT work for subtraction or division. For example, 10 − 3 ≠ 3 − 10, and 12 ÷ 4 ≠ 4 ÷ 12. Only addition and multiplication follow these rules!

When to Use Each Property

Each property is like a different tool. You pick the right one based on the job. Let's look at common situations where each property is most useful.

Follow this flowchart when you're unsure which property to use. Start at the top and ask yourself each question. Remember, many problems use more than one property!
Quick-reference table for the three properties
PropertyWhat It DoesExampleWhen to Use It
CommutativeSwaps the orderx + 9 = 9 + xTo rearrange terms for easier combining
AssociativeMoves the parentheses(x + 4) + 6 = x + (4 + 6)To group numbers you can add or multiply mentally
DistributiveMultiplies across parentheses4(x + 5) = 4x + 20To remove parentheses or factor an expression

Step-by-Step Worked Example

Let's simplify the expression 3(2x + 5) + 4x using the properties. We'll identify which property we use at each step.

Simplify: 3(2x + 5) + 4x
1
Step 1 — Apply the Distributive PropertyMultiply 3 by each term inside the parentheses. 3 × 2x = 6x and 3 × 5 = 15. So 3(2x + 5) becomes 6x + 15.
6x + 15 + 4x
2
Step 2 — Apply the Commutative PropertySwap the order of the terms so that the x-terms are next to each other. Move 4x next to 6x.
6x + 4x + 15
3
Step 3 — Combine Like TermsNow add the x-terms together. 6x + 4x = 10x. The number 15 has no like term, so it stays.
10x + 15
CHECK YOUR WORK
You can check that 3(2x + 5) + 4x and 10x + 15 are equivalent by plugging in a number. Try x = 1: the original gives 3(2 + 5) + 4 = 3(7) + 4 = 21 + 4 = 25. The simplified version gives 10(1) + 15 = 10 + 15 = 25. They match!

Comparing the Properties

Students sometimes mix up these properties. Here's a comparison table that highlights what makes each one unique and where each one has limitations.

Side-by-side comparison of the three properties
FeatureCommutativeAssociativeDistributive
Works with addition?✅ Yes✅ Yes✅ Yes (across +)
Works with multiplication?✅ Yes✅ Yes✅ Yes (outside ×)
Works with subtraction?❌ No❌ No✅ Yes (across −)
Works with division?❌ No❌ No❌ No
Changes the order?✅ Yes❌ No❌ No
Changes the grouping?❌ No✅ Yes❌ No
Removes parentheses?❌ No❌ No✅ Yes
KEY TAKEAWAY
The distributive property is the most powerful because it's the only one that can remove parentheses and works across subtraction. Think of it as the Swiss Army knife of your math toolbox — it does the most jobs.

Connecting to Algebra and Beyond

The properties you learned today aren't just for pre-algebra. They're the foundation for almost everything you'll do in Algebra 1, Geometry, and beyond. Here's a peek at how these same ideas grow.

How today's skills connect to future math
What you do now (Pre-Algebra)What's coming next (Algebra 1+)
Distribute a number: 3(x + 4) = 3x + 12Distribute a variable: x(x + 4) = x² + 4x
Combine like terms: 5x + 3x = 8xFactor expressions: 8x = 2 × 4 × x
Rewrite 2(x + 3) as 2x + 6Reverse it: rewrite 2x + 6 as 2(x + 3) — that's called factoring
Use properties to simplify one side of an equationUse properties on both sides to solve equations

One exciting idea you'll see later is called factoring. Factoring is the distributive property used backwards. Instead of expanding 3(x + 4) into 3x + 12, you start with 3x + 12 and figure out it came from 3(x + 4). Mastering the properties now makes factoring much easier later.

💻 Fun Fact
Computer programmers use these properties too! When a computer simplifies a math expression to run faster, it uses the commutative, associative, and distributive properties — the exact same rules you're learning right now.

Practice Problems

Try these five problems on your own. Each one builds on the one before it. After you work through a problem, check the answer to see if you're on the right track.

PROBLEM 1CONCEPTUAL
Which property is shown in this equation: 7 + x = x + 7? Name the property and explain how you know.
PROBLEM 2BASIC CALCULATION
Use the distributive property to rewrite 6(x + 3). Show your work.
PROBLEM 3INTERMEDIATE
Simplify 4(2x + 1) + 3x by naming each property you use at each step.
PROBLEM 4APPLIED
A movie ticket costs $x and a snack costs $5. You and two friends each buy a ticket and a snack. Write two equivalent expressions for the total cost, one using parentheses and one without. Which property connects them?
PROBLEM 5CRITICAL THINKING
A student claims that 5(x − 2) = 5x − 2. Is this correct? Explain why or why not, and give the correct equivalent expression.

Lesson Summary

In this lesson, you learned three properties that let you create equivalent expressions — expressions that look different but have the same value. The commutative property lets you swap the order of numbers when you add or multiply (a + b = b + a). The associative property lets you regroup numbers with parentheses when you add or multiply ((a + b) + c = a + (b + c)). The distributive property lets you multiply a number across addition or subtraction inside parentheses (a(b + c) = ab + ac).

Remember: the commutative and associative properties only work with addition and multiplication, not subtraction or division. The distributive property is the most versatile — it works across both addition and subtraction and is your go-to tool for removing parentheses. You can always check your work by plugging in a number to verify that the original and rewritten expressions give the same result. These three properties are the foundation for everything you'll do in algebra!

Varsity Tutors • Pre-Algebra • Properties for Equivalent Expressions