You have the distributive rule locked in: a(b + c) = ab + ac. So at some point, staring at a(bc), a very tempting thought shows up: if I can spread a multiplier across a sum, surely I can spread it across a product too? And you reach for a(bc) = (ab)(ac). This article is about why that move is always wrong — and what the right rule for a(bc) actually looks like.
The temptation, in one line
The familiar law is
The wrong generalisation is
Let's test it on numbers. Set a = 2, b = 3, c = 4.
- Left side: 2 \times (3 \times 4) = 2 \times 12 = 24.
- Right side: (2 \times 3) \times (2 \times 4) = 6 \times 8 = 48.
The right side is 48, exactly twice the left. So the two are not equal. Why: the right-hand side applies the multiplier a twice — once to b and once to c — and then multiplies the results. But applying a "twice" by multiplication means multiplying by a \times a = a^2, not by a. That extra factor of a is the gap between the two sides.
What actually happens when you "spread" over multiplication
If you stare at the failed rule a moment longer, the actual pattern emerges.
So (ab)(ac) equals a^2 \cdot bc, not a \cdot bc. The right-hand side has one extra copy of a that is not supposed to be there. That is the exact thing distributivity over multiplication would have to do — but it isn't a thing, and this is why.
The right rule for a(bc)
What does work for a \times (b \times c) is the associative law, not distributivity.
You do not spread a across both b and c. You slide the brackets around so you can combine the numbers pairwise. a and b combine into the single product ab; then that is multiplied by c. The original a appears once, not twice.
This is a big enough distinction that it is worth separating the two rules in your head:
| Expression | Rule that applies | Result |
|---|---|---|
| a(b + c) | Distributivity | ab + ac — two products, added |
| a(b \cdot c) | Associativity | abc — one product of three factors |
They look similar on the page, but they are two different rules answering two different questions.
Why distributivity only goes one way
Distributivity is a link between two operations: multiplication and addition. It says the multiplication can be pushed across the addition. Nothing in arithmetic says one operation can be pushed across itself.
Think about the geometric meaning. The distributive rule is the picture of a rectangle of height a and width b + c being cut into two smaller rectangles of widths b and c. The total area is either a(b + c) or ab + ac — same area, two descriptions.
But what would the analogous picture be for a(bc)? It would have to be a rectangle of height a and width b \times c — and the area of that rectangle is just abc, a single product, not two. There is no way to cut it into two pieces whose areas are ab and ac, because ab + ac is not equal to abc in general. The geometry has no splitting to do.
The \log connection (for later)
When you meet logarithms later, you will see a rule that does look like distributivity over multiplication:
That is not distributivity of \log over \cdot. It is the logarithm converting multiplication into addition — a completely different mechanism, valid because logs are the inverse of exponentials. The superficial resemblance to distributivity can be misleading. You cannot run the same trick with an arbitrary multiplier: a(bc) is abc, not ab + ac.
What each operation actually respects
Once you separate the ideas, the table becomes clean.
- Multiplication distributes over addition: a(b + c) = ab + ac. Verified by rectangles.
- Multiplication is associative with itself: a(bc) = (ab)c = abc. Verified by boxes.
- Addition is associative with itself: a + (b + c) = (a + b) + c. Verified by combining piles.
- Addition does not distribute over multiplication: a + bc \neq (a + b)(a + c). No geometric splitting exists.
Every law has a direction and a pair of operations it applies to. Distributivity specifically connects one multiplication to one addition. Nothing in it says anything about two multiplications.
The exam-room reflex
When you face an expression like 2(3x \cdot 5y), do not distribute. Associate:
You rearranged the factors using commutativity and associativity, and multiplied the constants. There is no "spreading" because there is no addition to spread over.
If the expression had been 2(3x + 5y) — with a plus sign — then distributivity fires:
The difference between these two lines is a single symbol. The + sign is the only thing that licences distribution. Without it, you are in associative-and-commutative-only territory.
Related: Operations and Properties · Commutative, Associative, Distributive — Three Laws as Three Rearrangements · Algebraic Identities · Exponents and Powers