Skip to main content
Daily Math Minute

Expressions & Equations

Simplifying Expressions

Using properties of operations to generate equivalent expressions.

Intermediate20 min lesson3 min readUpdated August 12, 2026Author not yet attributed

Prerequisites

  • Writing Algebraic Expressions

Why Distributing Works

Before reading on, predict: does 3(x + 4) equal 3x + 4, or 3x + 12? Think about what the parentheses are actually saying — that 3 applies to everything inside them, not just the first term.

Definition — Distributive Property

For any numbers a, b, and c: a(b + c) = ab + ac. Multiplying a sum by a number is the same as multiplying each part of the sum separately, then adding the results.

Picture a rectangle with width 3 and a length made of two parts, x and 4, placed side by side. The rectangle's total area can be found two ways: as one rectangle, 3 times the full length (x + 4), or as two smaller rectangles added together, 3 times x plus 3 times 4. Both must give the same total area — which is exactly why 3(x + 4) = 3x + 12, not 3x + 4.

Worked Example — Distributing and Combining Like Terms

Simplify 4(2x + 3) + 5x. Distribute the 4 across both terms: 4 × 2x + 4 × 3 = 8x + 12. Now combine like terms with the remaining 5x: 8x + 5x + 12 = 13x + 12.

Worked Example — Distributing a Negative Number

Simplify −2(3x − 5) + 7x. Distribute −2 across both terms, watching the signs carefully: −2 × 3x = −6x, and −2 × (−5) = 10. That gives −6x + 10. Combine with the remaining 7x: −6x + 7x + 10 = x + 10.
3(x+4)=3x+123(x + 4) = 3x + 12

Tip

When distributing a negative number, multiply it through every single term inside the parentheses, including the sign — a common shortcut is to rewrite the negative as multiplying by −1 first if the sign tracking feels unclear.

Common Mistakes

  • Distributing a number to only the first term inside the parentheses, such as simplifying 3(x + 4) as 3x + 4.

    The number outside the parentheses multiplies every term inside, not just the first one — check that every term received the multiplication.

  • Losing track of a sign when distributing a negative number, such as simplifying −2(3x − 5) as −6x − 10 instead of −6x + 10.

    Multiplying a negative by a negative gives a positive — apply the sign rules carefully to every term, not just the first.

Key Takeaways

  • The distributive property says a(b + c) = ab + ac — multiplying a sum is the same as multiplying each part and adding the results.
  • This can be pictured as splitting one rectangle's area into two smaller rectangles that add to the same total.
  • After distributing, combine any resulting like terms to fully simplify the expression.

Summary

The distributive property, understood through a split-rectangle picture, explains why distributing works rather than just how to do it. With expressions fully simplified, the next lesson uses this skill to solve equations.