Distributive Property of Multiplication Over Addition

The distributive property of multiplication over addition states that multiplying a number by a sum gives the same result as multiplying that number by each addend separately, then adding the products together. Written as a formula: a(b + c) = ab + ac. This single rule underpins most of algebra, and it’s also a surprisingly handy trick for doing mental math.

The Formula and What It Means

The core idea is straightforward. When you see a number multiplied by a group of numbers being added inside parentheses, you can “distribute” that outside number to each term inside. Take 4(8 + 3) as an example. You have two options that give the same answer:

  • Add first: 4(8 + 3) = 4(11) = 44
  • Distribute first: 4(8) + 4(3) = 32 + 12 = 44

Both paths land on 44. That equivalence is the distributive property. The key mechanic: the outside number must be multiplied by every term inside the parentheses, not just the first one. After distributing, you multiply before you add, following the normal order of operations.

Why It Works: The Rectangle Model

There’s a visual way to see why this property is true, and it involves rectangles. Imagine a rectangle with a height of a and a width of b + c. The area of that rectangle is a(b + c). Now draw a vertical line that splits the width into two pieces, one with width b and one with width c. You now have two smaller rectangles sitting side by side. One has an area of ab, the other has an area of ac. The total area hasn’t changed, so a(b + c) = ab + ac.

This geometric model is helpful because it shows the distributive property isn’t just an arbitrary rule. It reflects something physically real about how areas combine.

It Works With Subtraction Too

The distributive property applies to subtraction in exactly the same way. Instead of distributing over a sum, you distribute over a difference: a(b − c) = ab − ac.

For example, 5(6 − 3) can be solved either way:

  • Subtract first: 5(3) = 15
  • Distribute first: 5(6) − 5(3) = 30 − 15 = 15

The outside multiplier still gets applied to every term inside the parentheses. The only difference is that you subtract the products instead of adding them.

Using It for Mental Math

The distributive property becomes genuinely useful when you need to multiply numbers in your head. The strategy is to break one of the numbers into parts that are easier to work with, typically rounding to the nearest ten or hundred.

Say you need to calculate 25 × 23. That’s not an easy product to visualize, but 23 is just 20 + 3. So: 25(20 + 3) = 25 × 20 + 25 × 3 = 500 + 75 = 575. Each of those smaller multiplications is much simpler to do without a calculator.

A few more examples show how versatile this is:

  • 15 × 37: 15(30 + 7) = 450 + 105 = 555
  • 50 × 63: 50(60 + 3) = 3,000 + 150 = 3,150
  • 15 × 107: 15(100 + 7) = 1,500 + 105 = 1,605

You can also distribute using subtraction when that’s easier. To calculate 65 × 26, you could think of 26 as 30 − 4: 65(30 − 4) = 1,950 − 260 = 1,690. The technique works best when one of the factors ends in 0 or 5, since those products tend to be simple to compute mentally.

The Most Common Mistake

The single most frequent error is forgetting to multiply the outside number by every term inside the parentheses. Students often distribute to the first term and leave the second one untouched. For instance, with 3(x + 5), the mistake looks like writing 3x + 5 instead of the correct 3x + 15. That second term needs to be multiplied too.

This error becomes especially tempting with more complex expressions. If you see something like 2(x² + 5), some students will write x² + 25 or 2x² + 5, each of which skips distributing to one of the terms. The correct result is 2x² + 10. Every term inside the parentheses gets multiplied by the number outside, no exceptions.

How It Connects to Algebra

In arithmetic, the distributive property is a nice shortcut. In algebra, it becomes essential. When you encounter expressions like 3(2x + 4y), the distributive property is how you simplify: 6x + 12y. You can’t add 2x and 4y first because they’re unlike terms, so distributing is the only path forward.

The property also works in reverse. When you see an expression like 6x + 12y and notice that both terms share a factor of 6, you can “factor out” that 6 to write 6(x + 2y). This reverse application, called factoring, is one of the most important skills in algebra, and it’s just the distributive property running backward.

The same principle extends to larger expressions. Multiplying two binomials like (x + 2)(x + 3) uses the distributive property twice: you distribute x to get x² + 3x, then distribute 2 to get 2x + 6, then combine for x² + 5x + 6. Every step is the same a(b + c) = ab + ac rule, just applied repeatedly.