Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. 7th Grade Math
  2. Applying Properties of Operations to Linear Expressions

3x + 2y½(4a − 6)
7TH GRADE MATHEMATICS • EXPRESSIONS & EQUATIONS

Applying Properties of Operations to Linear Expressions

Learn to add, subtract, factor, and expand expressions with fractions and decimals — the building blocks of algebra.

Section 1

Where Did These Ideas Come From?

Have you ever wondered why we can rearrange numbers in a math problem and still get the same answer? People have been noticing patterns like this for thousands of years. The properties of operations — like the commutative, associative, and distributive properties — are rules that mathematicians discovered by studying how numbers behave. These rules didn't appear in a textbook overnight. They were built up over centuries of careful thinking.

~1800 BCE
Ancient Babylonian scribes (people who kept records in Mesopotamia) used early forms of algebra on clay tablets. They solved problems about areas and trade, even though they didn't have our modern symbols like x or =.
~820 CE
The Persian mathematician al-Khwārizmī wrote a book called The Compendious Book on Calculation by Completion and Balancing. This is where the word "algebra" comes from. He described methods for simplifying and solving equations using logical steps — very similar to what you'll learn here.
1600s–1700s
European mathematicians like François Viète and René Descartes introduced the letter-based notation we use today. Writing 3x + 2 instead of describing it in words made algebra much faster and clearer.
1800s
Mathematicians formally named properties like the commutative property (from the Latin word commutare, meaning "to exchange") and the distributive property. These names gave everyone a common language for the rules of arithmetic.

Today, you use these same properties every time you simplify an expression. You're building on ideas that are thousands of years old!

Section 2

Core Principles & Definitions

Before we dive into examples, let's make sure you know the key vocabulary and the four big properties you'll use. A linear expression is a math phrase that contains variables (like x or y) raised only to the first power, combined with numbers using addition, subtraction, and multiplication. A rational coefficient is simply a number in front of a variable that can be written as a fraction — this includes whole numbers, decimals, and fractions like ¾ or −2.5.

1

Commutative Property

You can swap the order of addition or multiplication and the result stays the same. For example, a + b = b + a and a × b = b × a.
2

Associative Property

You can regroup numbers when adding or multiplying. For example, (a + b) + c = a + (b + c). The grouping changes, but the answer doesn't.
3

Distributive Property

You can multiply a number by a group of terms inside parentheses: a(b + c) = ab + ac. This is the key to expanding expressions.
4

Combining Like Terms

Terms that have the exact same variable part (like 3x and 5x) can be added or subtracted. You just work with their coefficients: 3x + 5x = 8x.
5

Factoring (Reverse Distributing)

Factoring means pulling out a common factor from every term. For example, 6x + 9 = 3(2x + 3). It's the opposite of expanding!
✦ ✦ Key Takeaway
Think of these properties like the rules of a board game. You can't change the rules — but once you know them, you can make smart moves. The commutative and associative properties let you rearrange pieces. The distributive property lets you break open or package up groups of terms. Together, they're your toolkit for simplifying any expression.
Section 3

Seeing It: A Visual Guide

Let's look at how the distributive property works with a picture. Imagine you have a rectangle whose width is 3 and whose length is split into two parts: x and 4. The total area is 3(x + 4). But you can also find the area of each smaller rectangle and add them together: 3x + 12. Both methods give the same total area — that's the distributive property in action!

3x43x123(x + 4)= 3x + 12x + 4
Area model diagram showing the distributive property: 3(x + 4) = 3x + 12

Now let's look at combining like terms visually. When you see an expression like 2x + 3 + 5x − 1, think of sorting items into groups: all the x-terms go together, and all the plain numbers (called constants) go together.

ORIGINAL EXPRESSION2x + 3 + 5x − 1VARIABLE TERMS2x + 5xCONSTANTS3 − 17x27x + 2
Combining like terms: 2x + 3 + 5x − 1 = 7x + 2

Notice how the colors help you see what belongs together. The cyan terms are the variable terms, and the amber terms are the constants. Sorting and combining like terms is one of the most important skills you'll practice.

Section 4

The Math: Rules You Can Count On

Let's lay out the main operations you'll perform on linear expressions. Remember, a linear expression looks something like ¾x − 2.5y + 7. The numbers ¾ and −2.5 are the rational coefficients (the numbers stuck to the variables).

Adding & Subtracting Expressions

When you add or subtract two expressions, you combine like terms. Like terms have the exact same variable part. Here's the general pattern:

Adding Like Terms
ax + bx = (a + b)x
Add the coefficients; keep the variable the same.

This works with fractions and decimals too. For example, ½x + ¾x = (½ + ¾)x = ⁵⁄₄x. You just add the fractions like you normally would, then attach the x.

Expanding (Distributing)

When a number sits outside parentheses, you multiply it by every term inside. This is called expanding or distributing.

Distributive Property
a(b + c) = ab + ac
Multiply 'a' by each term inside the parentheses.
Example With Fractions
⅔(6x − 9) = ⅔ × 6x − ⅔ × 9 = 4x − 6

Factoring

Factoring is the reverse of distributing. You find a number or variable that divides evenly into every term, and you pull it out in front of parentheses.

Factoring
ab + ac = a(b + c)
Find the greatest common factor (GCF) shared by all terms.

For example, in 10x + 15, both terms share a factor of 5. So 10x + 15 = 5(2x + 3). You can always check by distributing the 5 back in — you should get the original expression.

✦ ✦ Key Takeaway
Expanding and factoring are like zipping and unzipping a backpack. Expanding opens up the parentheses and spreads everything out. Factoring packs things back in by finding what's shared. They're opposite operations, and you can always go back and forth between them.
Section 5

A Closer Look: Step-by-Step Strategies

Let's break down each operation into clear steps you can follow every time. The table below shows the strategy for each type of problem, along with a quick example.

OperationStrategyExample
Adding expressionsGroup like terms, then add their coefficients.(3x + 2) + (5x − 7) = 8x − 5
Subtracting expressionsDistribute the negative sign to every term in the second expression, then combine like terms.(4x + 6) − (x + 1) = 3x + 5
ExpandingMultiply the outside number by each term inside the parentheses.−2(3x − 4) = −6x + 8
FactoringFind the GCF of all terms. Write it outside parentheses with the "leftovers" inside.12x − 8 = 4(3x − 2)
Mixed (multi-step)Expand first, then combine like terms.2(x + 3) + 4x = 6x + 6

Here's something that trips a lot of students up: subtracting an expression. When you see a minus sign before parentheses, like −(2x + 5), that minus sign means "multiply everything inside by −1." So it becomes −2x − 5. Both signs flip! This is the distributive property with a = −1.

Another common situation is working with fractions as coefficients. The same rules apply — you just need to be comfortable adding and multiplying fractions. For instance, to combine ⅓x + ½x, find a common denominator (6), rewrite as ²⁄₆x + ³⁄₆x, and add to get ⁵⁄₆x.

Start: Read the expressionAny parentheses? → Expand first!Sort: Group like terms togetherCombine: Add / subtract coefficients✓ Simplified expression
Flowchart: Steps to simplify a linear expression
Section 6

Worked Example

Let's work through a problem that uses several of our strategies together. Take your time and follow each step.

Simplify: ½(4x − 6) + 3(⅓x + 2)

Step 1 — Expand the first set of parentheses

Use the distributive property to multiply ½ by each term inside: ½ × 4x = 2x and ½ × (−6) = −3.
So the first part becomes 2x − 3.

Step 2 — Expand the second set of parentheses

Multiply 3 by each term inside: 3 × ⅓x = x (because 3 × ⅓ = 1) and 3 × 2 = 6.
So the second part becomes x + 6.

Step 3 — Write the full expanded expression

2x − 3 + x + 6

Step 4 — Combine like terms

Group the variable terms: 2x + x = 3x. Group the constants: −3 + 6 = 3.

Step 5 — Write the simplified answer

The simplified expression is:
3x + 3

Bonus — Factor the result!

Both terms share a factor of 3, so we can also write this as 3(x + 1). Both forms are correct — one is expanded, one is factored.
Section 7

When It Works Great & Common Mistakes

These properties are incredibly powerful — they work on every linear expression you'll ever see. But there are a few spots where students often slip up. Let's be honest about what to watch out for.

✓ Strengths✗ Common Pitfalls
Works with all rational numbers — integers, fractions, decimals.Forgetting to distribute the negative sign to every term inside parentheses.
You can always check your work by reversing the operation (distribute to check factoring, factor to check distributing).Combining unlike terms — for example, adding 3x and 5 to get 8x. (They're not like terms!)
The commutative and associative properties let you rearrange freely, which makes grouping easier.Making errors with fraction arithmetic — especially finding common denominators when adding coefficients.
These same strategies carry forward into equations, inequalities, and higher math.Forgetting that subtraction is the same as adding a negative. Writing 5 − 3x as 5 + (−3x) can help.
✦ ✦ Key Takeaway
Think of these strategies like learning to ride a bike. The rules themselves are simple — distribute, combine, factor. But the tricky part is keeping your balance, especially with negative signs and fractions. The more you practice, the more automatic it becomes. And here's the good news: you can always double-check. If you expand something, you can factor it back. If you combine like terms, you can break them apart again. Math lets you verify your own work!
Section 8

What Comes Next?

The skills you're learning right now are the foundation of algebra. Everything builds on simplifying expressions. Here's a peek at how this topic connects to what's ahead.

What You're Learning NowWhere It Leads
Combining like terms in expressionsSolving one-step and two-step equations (7th & 8th grade)
Distributing with rational coefficientsSolving multi-step equations and inequalities (8th grade)
Factoring linear expressionsFactoring quadratic expressions like x² + 5x + 6 (Algebra 1)
Writing equivalent expressionsProving that two expressions are equal — algebraic proof (high school)

In 8th grade, you'll start using these simplification skills to solve equations — finding the actual value of x that makes an equation true. For example, if 3(x + 1) = 12, you'd first expand to get 3x + 3 = 12, and then solve for x. See how expanding is the first step? That's exactly what you're practicing now.

In high school Algebra 1, you'll factor not just linear expressions but quadratics — expressions with x² in them. The factoring skills you build now will make that transition much smoother. Think of this lesson as training wheels that get you ready for bigger rides.

Section 9

Practice Problems

Try these five problems on your own. When you're ready, click "Show Answer" to check your work. Each problem builds on the one before it.

PROBLEM 1 — CONCEPTUAL
Which property of operations lets you rewrite 5(x + 3) as 5x + 15?
PROBLEM 2 — BASIC CALCULATION
Combine like terms: 7x + 3 − 4x + 9
PROBLEM 3 — INTERMEDIATE
Expand and simplify: ¾(8x − 12) + 2x
PROBLEM 4 — APPLIED
Maria earns $12.50 per hour babysitting plus a flat $8 travel fee. She worked for h hours on Saturday and h hours on Sunday, but on Sunday the family gave her a $5 tip. Write and simplify an expression for her total earnings over both days.
PROBLEM 5 — CHALLENGE
Show that ⅓(6x + 6) − ⅔(3x − 3) simplifies to a constant (a number with no variable). What does this tell you about the original expression?
Summary

Lesson Summary

In this lesson, you learned how to use the properties of operations — the commutative, associative, and distributive properties — as strategies for manipulating linear expressions with rational coefficients. You practiced four key skills: adding expressions by combining like terms, subtracting expressions by distributing the negative sign first, expanding (distributing a number across parentheses), and factoring (pulling out a common factor). Along the way, you saw how these ideas connect to thousands of years of mathematical history and lay the foundation for solving equations in algebra.

Remember: like terms must have the exact same variable part before you can combine them. Expanding and factoring are opposite operations — use one to check the other. And when working with fractions and decimals, the same rules apply — just take extra care with your arithmetic. These strategies are your toolkit for the rest of algebra. Keep practicing, and they'll become second nature!

Varsity Tutors • 7th Grade Mathematics (Common Core) • Expressions & Equations