Mathwords logoMathwords

Distributive Property — Definition, Formula & Examples

The Distributive Property is a rule that lets you multiply a number by a group of terms added (or subtracted) together by multiplying the number by each term separately, then combining the results.

For all real numbers aa, bb, and cc, the distributive property of multiplication over addition states that a(b+c)=ab+aca(b + c) = ab + ac and a(bc)=abaca(b - c) = ab - ac.

Key Formula

a(b+c)=ab+aca(b + c) = ab + ac
Where:
  • aa = The number or expression being multiplied by the group
  • bb = The first term inside the parentheses
  • cc = The second term inside the parentheses

How It Works

When you see a number or variable multiplied by an expression in parentheses, multiply it by every term inside the parentheses one at a time. Then add or subtract the products depending on the signs. This property works in both directions: you can expand 3(x+4)3(x + 4) into 3x+123x + 12, or you can factor 3x+123x + 12 back into 3(x+4)3(x + 4). Going from expanded form to factored form is sometimes called "factoring out" a common factor.

Worked Example

Problem: Simplify 5(2x + 3).
Distribute: Multiply 5 by each term inside the parentheses.
52x+535 \cdot 2x + 5 \cdot 3
Simplify: Compute each product.
10x+1510x + 15
Answer: 5(2x+3)=10x+155(2x + 3) = 10x + 15

Why It Matters

The distributive property is one of the most-used tools in algebra. You rely on it every time you simplify expressions, solve equations, or multiply polynomials like when you FOIL two binomials. It also appears constantly in mental math — for example, computing 6×986 \times 98 as 6(1002)=60012=5886(100 - 2) = 600 - 12 = 588.

Common Mistakes

Mistake: Multiplying only the first term inside the parentheses and forgetting the rest, e.g., writing 5(2x + 3) = 10x + 3.
Correction: You must multiply the outside factor by every term inside the parentheses. The correct result is 10x + 15.