What Is the Distributive Property? Formula & Examples

#Math Terms
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.
BT
Bhanzu TeamLast updated on June 16, 20267 min read

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$-parts and the $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 \times 10 - 5 \times 2 = 50 - 10 = 40$ — the same as $5 \times 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 \times x = 3x$.

  2. Multiply the outside term by the second inside term: $3 \times 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.

  • With variables: $2(3x + 5) = 6x + 10$.

  • With a negative multiplier: $-4(x + 2) = -4x - 8$ — the negative reaches both terms.

  • With a subtraction inside and a negative outside: $-2(x - 5) = -2x + 10$, because $-2 \times -5 = +10$.

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 \times 3 + 7 \times 5 = 21 + 35 = 56$. Directly: $7 \times 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 reasoning: "negative times $x$ is $-3x$, and $3$ times $4$ is $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 \times -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.$$

A negative times a negative is positive, so the constant term is $+12$, not $-12$.

Final answer: $-3x + 12$.

Example 3

Use the distributive property to compute $8 \times 47$ mentally.

Split $47$ into $40 + 7$: $8 \times 47 = 8 \times 40 + 8 \times 7 = 320 + 56 = 376$.

Final answer: $376$.

Example 4

Expand $5(2x + 3y - 1)$.

Distribute $5$ to all three terms: $5 \times 2x + 5 \times 3y + 5 \times (-1) = 10x + 15y - 5$.

Final answer: $10x + 15y - 5$. Every term inside gets the multiplier — missing one is the most common slip with three or more terms.

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)$. Distributing the $3$ back in returns the original, which is how you check a factoring step.

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 \times (5 + 3) = 4 \times 5 + 4 \times 3 = 20 + 12 = 32$.

Final answer: $32$ sweets. Counting the chocolates and candies separately, then adding, gives the same total as bundling them first — which is the property in plain language.

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:

  • Mental arithmetic. Every "round and adjust" trick ($6 \times 21 = 6 \times 20 + 6$) is distribution.

  • Expanding and factoring. Forward it expands brackets; backward it factors — the two most-used algebra skills both rest on it.

  • Polynomial multiplication. Multiplying $(x + 2)(x + 3)$ is distribution applied twice — the rule taught as FOIL is just the distributive property wearing a costume.

  • Matrix algebra. The property carries forward into higher math: matrix multiplication is distributive over addition too, $A(B + C) = AB + AC$.

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 a rectangle split into two smaller rectangles showed $a(b + c) = ab + ac$ long before anyone wrote it with letters.

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.

Don't do this: Write $3(x + 4) = 3x + 4$, multiplying only the $x$ and copying the $4$.

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

Where it slips in: A negative multiplier or a subtraction inside the brackets.

Don't do this: Write $-2(x - 5) = -2x - 10$, forgetting that $-2 \times -5 = +10$.

The correct way: Carry the sign through every product. $-2(x - 5) = -2x + 10$. A negative times a negative is positive.

The rusher archetype is most exposed here — moving fast, they treat the negative as decoration rather than a factor that touches both terms.

Mistake 3: Trying to distribute an exponent

Where it slips in: Seeing a power on a bracketed sum, like $(x + 3)^2$.

Don't do this: Write $(x + 3)^2 = x^2 + 9$, distributing the square across the sum.

The correct way: A power does not distribute over addition. $(x + 3)^2 = (x + 3)(x + 3) = x^2 + 6x + 9$. Distribution applies to multiplication over addition, not to exponents over addition.

Key Takeaways

  • The distributive property says $a(b + c) = ab + ac$ — multiply the outside term by each term inside, then combine.

  • It works over subtraction too, $a(b - c) = ab - ac$, with each term keeping its sign.

  • A negative multiplier flips the sign of every term it reaches, including negatives inside the bracket.

  • The most common mistakes are distributing to only one term and losing a negative sign.

  • The distributive property is the bridge to algebra — it powers expanding, factoring, FOIL, and even matrix multiplication.

Practice These Three Before Moving On

  1. Expand $6(2x + 5)$.

  2. Expand $-4(x - 3)$, watching the signs.

  3. Factor $10x + 15$ using the distributive property in reverse.

If you got $-4x - 12$ for problem 2, return to Mistake 2 above. Want a live Bhanzu trainer to walk your child through distribution, expanding, and factoring with the area model? Book a free demo class — online globally.

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is the distributive property in simple terms?
Multiplying a number by a group of added terms is the same as multiplying it by each term and adding the results: $a(b + c) = ab + ac$.
Does the distributive property work with subtraction?
Yes. $a(b - c) = ab - ac$ — the multiplier reaches each term, and each keeps its sign.
Can you use the distributive property with division?
You can split the dividend: $(b + c) \div a = b \div a + c \div a$. But you cannot split the divisor — $a \div (b + c)$ does not distribute.
Why does the distributive property work?
Because multiplication counts equal groups. "$a$ groups of $(b + c)$" can be counted as the $b$-parts and the $c$-parts separately, then added — same total either way.
Is FOIL the same as the distributive property?
Yes. FOIL for multiplying two binomials, $(x + 2)(x + 3)$, is just the distributive property applied twice. FOIL is a memory aid, not a separate rule.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →