What Is the Distributive Property? Formula & Examples

What Is the Distributive Property? Formula & Examples

TL;DR

The distributive property says that multiplying a number by a sum gives the same result as multiplying each addend separately and adding — a(b+c)=ab+ac. This article covers the formula over addition and subtraction, how it works with variables and negatives, six worked examples, and the slips that cost marks.

What Is the Distributive Property?

The distributive property states that multiplying a number by a sum is the same as multiplying that number by each term in the sum and then adding the products. For any numbers a, b, and c:

a(b+c)=ab+ac.

The multiplier a is distributed across each term inside the parentheses — that is where the name comes from. It works because multiplication counts equal groups: a(b+c) means "a groups of (b+c)," and you can count the b and c parts separately, then combine. The answer is the same either way.

This is one of the core properties of arithmetic, sitting alongside the commutative and associative properties. But unlike those two, the distributive property links two operations — multiplication and addition — which is exactly what makes it the bridge into algebra.

The Distributive Property Over Subtraction

The property works just as cleanly when the parentheses hold a difference:

a(b−c)=ab−ac.

For example, 5(10−2)=5×10−5×2=50−10=40 — the same as 5×8=40. The multiplier reaches every term inside, and each keeps the sign in front of it. That last point — keep the sign — is where most errors live, and we'll come back to it.

How Do You Use the Distributive Property?

You use it by multiplying the outside term by each term inside the parentheses, one at a time, then combining.

To expand 3(x+4):

  1. Multiply the outside term by the first inside term: 3×x=3x.
  2. Multiply the outside term by the second inside term: 3×4=12.
  3. Combine: 3x+12.

So 3(x+4)=3x+12. Run in reverse, the same property becomes factoring — pulling a common factor back out — which is why the distributive property is the engine behind both expanding and factoring in algebra.

The Distributive Property With Variables and Negatives

The rule doesn't care whether the terms are numbers or letters — it distributes across both. The one thing it cares about is signs.

That last line is the one students miss most. A negative multiplier flips the sign of every term it touches, including the ones that were already negative.

Examples of the Distributive Property

Example 1

Expand 7(3+5) two ways and confirm they match.

Distribute: 7×3+7×5=21+35=56. Directly: 7×8=56.

Final answer: 56, both ways — the property holds.

Example 2

Expand −3(x−4).

Wrong attempt. A student distributes the 3 but loses track of the negatives, writing −3x−12. The flaw is forgetting that the multiplier is −3, not 3, and that the second inside term is −4, not 4 — so the second product is −3×−4, a negative times a negative.

The rescue. Distribute the full −3 to each term, keeping every sign:

−3(x−4)=(−3)(x)+(−3)(−4)=−3x+12.

Final answer: −3x+12.

Example 3

Use the distributive property to compute 8×47 mentally.

Split 47 into 40+7: 8×47=8×40+8×7=320+56=376.

Final answer: 376.

Example 4

Expand 5(2x+3y−1).

Distribute 5 to all three terms: 5×2x+5×3y+5×(−1)=10x+15y−5.

Final answer: 10x+15y−5.

Example 5

Factor 6x+9 using the distributive property in reverse.

Both terms share a factor of 3: 6x+9=3(2x)+3(3)=3(2x+3).

Final answer: 3(2x+3).

Example 6

A store sells 4 gift boxes, each holding 5 chocolates and 3 candies. Use the distributive property to find the total sweets.

Total =4×(5+3)=4×5+4×3=20+12=32.

Final answer: 32 sweets.

Why the Distributive Property Is the Bridge to Algebra

"Distribution is how arithmetic learns to handle the unknown."

That is the real reason it matters. As long as every quantity is a number, you can just compute. The moment a letter appears — 3(x+4) — you can no longer add inside the parentheses, because x+4 won't collapse to a single number. The distributive property is what lets you make progress anyway, by reaching the multiplier across the unknown. It is the first tool that works with uncertainty instead of around it. The same move powers:

The formal name and notation come from 19th-century work on the laws of algebra, but the idea is far older — area-based versions of distribution appear in ancient Babylonian and Greek geometry.

Where Students Trip Up on the Distributive Property

Mistake 1: Distributing to only the first term

Where it slips in: Expanding a bracket with two or more terms inside.

The correct way: The multiplier reaches every term: 3(x+4)=3x+12. Draw an arrow from the outside number to each inside term to be sure none is skipped.

Mistake 2: Losing the negative sign

The correct way: Carry the sign through every product. −2(x−5)=−2x+10.

Mistake 3: Trying to distribute an exponent

The correct way: A power does not distribute over addition. (x+3)^2=(x+3)(x+3)=x^2+6x+9.

Key Takeaways