Pre-Algebra · Grades 7

The Distributive Property: Expanding and Factoring

Quick answer

The distributive property says a(b + c) = ab + ac — the factor outside reaches every term inside. An area model shows why: a rectangle split into two parts has one total area whichever way you compute it. A negative outside changes the sign of every term, and running the property backwards factors an expression by pulling out a common factor.

What you'll learn

  • Expand a bracket using the distributive property
  • Distribute a negative correctly across every term
  • Factor an expression by pulling out a common factor

Multiplying across a bracket

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

The factor outside reaches every term inside.

3(x+4)=3x+123(x + 4) = 3x + 12 5(2n7)=10n355(2n - 7) = 10n - 35

Multiplying only the first term is the error this property exists to prevent. 3(x+4)3(x + 4) is not 3x+43x + 4.

Why it works: the area model

A rectangle 33 tall and x+4x + 4 wide can be measured two ways.

xx44
333x3x1212

As one rectangle, its area is 3(x+4)3(x + 4).

As two pieces, the areas are 3x3x and 1212, totalling 3x+123x + 12.

It is one rectangle either way, so the two must be equal:

3(x+4)=3x+123(x + 4) = 3x + 12

That is the whole justification. Nothing about it depends on the numbers chosen, which is why the property holds generally.

A negative outside the bracket

Every term inside changes sign.

2(x5)=2x+10-2(x - 5) = -2x + 10

Term by term:

2×x=2x2×(5)=+10-2 \times x = -2x \qquad -2 \times (-5) = +10

The second product is positive because two negatives multiply to a positive.

A lone minus in front of a bracket is a factor of 1-1:

(x3)=1(x3)=x+3-(x - 3) = -1(x - 3) = -x + 3

Subtracting a bracket flips every sign inside it. That is the single most common place this goes wrong, and writing the invisible 1-1 makes it visible.

Distributing comes before collecting

4(x+2)+3x4(x + 2) + 3x

The bracket has to go first:

4x+8+3x4x + 8 + 3x

Now the like terms can be collected:

7x+87x + 8

Trying to combine 4(x+2)4(x+2) with 3x3x before expanding does not work, because the bracketed part is a single product rather than a term in xx.

Factoring: the property backwards

ab+ac=a(b+c)ab + ac = a(b + c)

Find what every term has in common and pull it out.

6x+96x + 9

Both terms divide by 33:

3(2x+3)3(2x + 3)

Check by distributing back: 3×2x=6x3 \times 2x = 6x and 3×3=93 \times 3 = 9. ✓

ExpressionCommon factorFactored
6x+96x + 9333(2x+3)3(2x + 3)
10n1510n - 15555(2n3)5(2n - 3)
4x+8y4x + 8y444(x+2y)4(x + 2y)
x2+3xx^2 + 3xxxx(x+3)x(x + 3)

Take the greatest common factor. Factoring 6x+96x + 9 as 3(2x+3)3(2x + 3) is finished; there is nothing left that both inside terms share.

Why having both directions matters

Expanding and factoring are the same rule run two ways, and each is useful for a different job.

Expanding clears brackets so terms can be collected and an equation solved. 3(x+4)=213(x + 4) = 21 becomes 3x+12=213x + 12 = 21, and from there the answer follows.

Factoring exposes structure that the expanded form hides. Writing x2+3xx^2 + 3x as x(x+3)x(x + 3) shows immediately that the expression is zero when x=0x = 0 or x=3x = -3, which is the basis of solving quadratics by factoring.

The same rewrite is useful in plain arithmetic. Working out 7×987 \times 98 mentally is awkward head-on and short work as 7(1002)=70014=6867(100 - 2) = 700 - 14 = 686. The property is what licenses that split.

Worked examples

Common mistakes

Practice problems

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

    Answer

    2x+102x + 10

    Full solution

    The 22 multiplies both terms.

  2. Expand 7(n3)7(n - 3).

    Answer

    7n217n - 21

    Full solution

    7×n=7n7 \times n = 7n and 7×(3)=217 \times (-3) = -21.

  3. Expand 4(x+2)-4(x + 2).

    Answer

    4x8-4x - 8

    Full solution

    Both products are negative, since the outside factor is negative and both inside terms are positive.

  4. Expand 5(y1)-5(y - 1).

    Answer

    5y+5-5y + 5

    Full solution

    5×(1)=+5-5 \times (-1) = +5.

  5. Simplify (a+6)-(a + 6).

    Answer

    a6-a - 6

    Full solution

    The lone minus is a factor of 1-1, so both signs flip.

  6. Factor 8x+128x + 12.

    Answer

    4(2x+3)4(2x + 3)

    Full solution

    The greatest common factor of 88 and 1212 is 44.

  7. Factor 15n2515n - 25.

    Answer

    5(3n5)5(3n - 5)

    Full solution

    Both terms divide by 55.

  8. Simplify 3(x+4)+2x3(x + 4) + 2x.

    Hint

    Which step comes first?

    Answer

    5x+125x + 12

    Full solution

    Distribute first: 3x+12+2x3x + 12 + 2x.

    Then collect: 5x+125x + 12.

  9. Use the property to work out 6×996 \times 99 mentally.

    Answer

    594594

    Full solution

    6(1001)=6006=5946(100 - 1) = 600 - 6 = 594.

    Splitting 9999 into 1001100 - 1 turns an awkward multiplication into two simple ones.

  10. Asked to simplify 92(x3)9 - 2(x - 3), Sara writes 92x6=32x9 - 2x - 6 = 3 - 2x. Find her error.

    Hint

    What is 2-2 times 3-3?

    Answer

    She kept the sign on the second term. It is 152x15 - 2x.

    Full solution

    Distributing 2-2 across the bracket:

    2×x=2x-2 \times x = -2x and 2×(3)=+6-2 \times (-3) = +6.

    So the expression is 92x+6=152x9 - 2x + 6 = 15 - 2x.

    Sara multiplied 2×32 \times 3 and kept the minus, forgetting that the 3-3 inside makes that product positive.

    Testing at x=0x = 0 settles it: the original is 92(3)=9+6=159 - 2(-3) = 9 + 6 = 15. Her answer gives 33, and the correct one gives 1515.

Frequently asked questions

What is the distributive property?

a(b + c) = ab + ac. The factor outside the bracket multiplies every term inside, not only the first one.

What happens when the number outside is negative?

Every term inside changes sign. -2(x - 5) becomes -2x + 10, because -2 times -5 is +10.

What does it mean to factor an expression?

Running the property backwards. 6x + 9 has a common factor of 3, so it factors to 3(2x + 3).

Why does distributing work?

An area model shows it. A rectangle a tall and b + c wide has one area, whether you measure the whole thing or add the two pieces.

Do I distribute before or after combining like terms?

Distribute first. The bracket has to be cleared before terms outside it can be collected with terms that were inside.

What to learn next

Standards alignment

This lesson covers the following Common Core State Standards for Mathematics.

  • CCSS.MATH.CONTENT.7.EE.A.1Expressions and EquationsApply properties of operations as strategies to add, subtract, factor, and expand linear expressions with rational coefficients.
  • CCSS.MATH.CONTENT.7.EE.A.2Expressions and EquationsUnderstand that rewriting an expression in different forms in a problem context can shed light on the problem and how the quantities in it are related.