Concept explainerAlgebra IFoundational8 min read

The distributive property: why the outside factor reaches every term

Distribution is multiplication across a sum. It expands an expression without changing its value—and it works in reverse when factoring.

a(b+c)=ab+aca(b+c)=ab+ac
Concept explainer

What the idea means, why its conditions matter, and where it connects.

Updated July 13, 2026
IdentityStart here
a(b+c)=ab+aca(b+c)=ab+ac

The grouped sum is one quantity. Multiplying that quantity by a means multiplying each part of the sum by a.

01

Why distribution is legal

Imagine b + c as a length split into two pieces. A rectangle of height a has total area a(b + c), which is also the sum of the two smaller areas ab and ac.

The same equality holds for negative numbers, variables, and expressions. Distribution is structural, not a visual trick.

3(2x5)=6x+15-3(2x-5)=-6x+15
02

The negative sign is a factor

A minus sign before parentheses can be read as multiplication by negative one. Every term inside must change sign.

This is the source of many equation errors: the first term changes, but the later terms are accidentally left alone.

(x4+2y)=x+42y-(x-4+2y)=-x+4-2y
03

Factoring runs the movie backward

If two terms share a factor, pull it outside and leave behind what remains after division. Expanding can verify the result immediately.

The greatest common factor produces the most useful factored form because nothing common remains inside.

12x218x=6x(2x3)12x^2-18x=6x(2x-3)
Worked exampleDistribute and simplify

Simplify 3(2x − 5) − 2(x + 4).

16x152x86x-15-2x-8

Distribute both factors, including the negative two.

2(6x2x)+(158)(6x-2x)+(-15-8)

Collect like terms.

34x234x-23

Combine coefficients and constants.

Result4x23\boxed{4x-23}
Watch for

Common mistakes

  1. Multiplying only the first term in parentheses.
  2. Forgetting that a leading minus means −1.
  3. Changing signs without multiplying magnitudes.
Keep

Three takeaways

  1. Every term receives the outside factor.
  2. A minus sign can be treated as −1.
  3. Factoring is reverse distribution.