Using the Distributive Property- Simplifying Expressions
What Is the Distributive Property?
The distributive property is a math rule that lets you multiply a number by a group of numbers added together. It's the bridge between multiplication and addition that makes solving equations actually manageable.
Without it, you'd be stuck rewriting every problem into impossible-to-solve formats. With it, complex expressions become simple ones you can solve in your head.
The Formula
Here's what it looks like:
a(b + c) = ab + ac
That's it. The number outside the parentheses gets multiplied by each term inside. It works the same for subtraction:
a(b - c) = ab - ac
The distribution happens regardless of whether you're adding or subtracting inside the parentheses.
Distributing with Numbers
Let's start with something basic. Solve 3(4 + 2).
Without the property, you'd add first: 3(6) = 18.
With the property, you distribute: 3(4) + 3(2) = 12 + 6 = 18.
Both give the same answer. The distributive method matters more when you can't add inside the parentheses easily.
Try 7(12). You could calculate 7 × 12 directly, or you could break it apart:
7(10 + 2) = 7(10) + 7(2) = 70 + 14 = 84.
This is exactly how mental math works. You're distributing without even realizing it.
Distributing with Variables
Variables are where this gets useful. Consider 4(x + 3).
You distribute the 4 to both terms:
4(x) + 4(3) = 4x + 12
The x stays as x. You're multiplying the coefficient, not solving for x yet.
What about -2(y - 5)?
The negative sign distributes too:
-2(y) + (-2)(-5) = -2y + 10
Watch that double negative. (-2)(-5) becomes positive 10.
More examples:
- 5(2x + 7) = 10x + 35
- -3(4x - 2) = -12x + 6
- 2(3x + 4y - 5) = 6x + 8y - 10
Each term inside gets multiplied. Every single one. Don't skip terms.
Distributing a Negative Number
This trips up more students than anything else. When the number outside the parentheses is negative, it changes every sign inside.
Take -(x + 6).
The negative is really -1. So: -1(x) + -1(6) = -x - 6.
Another one: -4(2x - 3)
-4(2x) + (-4)(-3) = -8x + 12
The second term flips positive because you're multiplying two negatives.
Common Mistakes to Avoid
These errors show up constantly:
- Skipping terms: If you have 3(x + y + z), all three terms get multiplied. Not just x.
- Forgetting the sign: Distributing 2(x - 5) gives 2x - 10, not 2x + 10.
- Adding instead of multiplying: 3(x + 4) becomes 3x + 12, not 3x + 4.
- Dropping the variable: 5(2x) = 10x, not 5(2) = 10.
Combining Like Terms After Distributing
Once you distribute, you often need to simplify further. This means combining terms that are alike.
Example: 3(x + 2) + 4(x - 1)
Step 1: Distribute both parts
3x + 6 + 4x - 4
Step 2: Combine like terms
3x + 4x = 7x
6 - 4 = 2
Final answer: 7x + 2
Another one: 5(2x + 3) - 3(x + 4)
5(2x + 3) - 3(x + 4)
= 10x + 15 - 3x - 12
= 10x - 3x + 15 - 12
= 7x + 3
Practice Problems
Try these before checking answers:
- 4(x + 5)
- -2(3y - 7)
- 3(2x + 4) + 2(x + 3)
- -(4a + 2b - c)
- 5(3m - 2) - 2(4m + 1)
Answers:
- 4x + 20
- -6y + 14
- 6x + 12 + 2x + 6 = 8x + 18
- -4a - 2b + c
- 15m - 10 - 8m - 2 = 7m - 12
Distributive Property vs. FOIL
People confuse these constantly. Here's the difference:
| Method | Used For | Example |
|---|---|---|
| Distributive Property | Multiplying term by entire parentheses | 3(x + 4) = 3x + 12 |
| FOIL | Multiplying two binomials | (x + 2)(x + 3) |
FOIL is actually just the distributive property applied twice. You're distributing the entire first binomial across the second one, then distributing again to each resulting term.
That's why FOIL works. It has nothing to do with some special rule. It's distribution all the way down.
How to Get Better at This
Stop memorizing steps. Start understanding the pattern.
- Draw arrows: When learning, physically draw arrows from the outside number to each term inside. It forces you to hit every term.
- Check your work: Multiply back. If 3(x + 4) = 3x + 12, plug in x = 2. Left side: 3(6) = 18. Right side: 3(2) + 12 = 18. Match? You're right.
- Practice with negative numbers: Most errors happen with negatives. Seek out problems with negatives until they're boring to you.
- Use real numbers first: 7(10 + 3) is easier to verify than 7(x + 3). Build intuition with numbers, then extend to variables.
This skill shows up everywhere in algebra. Solving equations, factoring, polynomial multiplication. Master the distributive property now, or struggle with it for years.