Rules for Multiplication
Learning objectives
- Apply commutative, associative, and distributive laws
- Multiply positive and negative integers
- Understand why negative times negative is positive
Multiplication has a problem of its own: when you multiply two negative numbers, you get a positive. Why? It is not arbitrary. The rule is forced on us by insisting that the distributive law keep working when negatives are allowed. Once we accept that the distributive law holds, every sign rule below is unavoidable.
The four laws — plus one
Multiplication keeps three of the four laws of addition, then adds the bridge that ties multiplication and addition together.
Commutative. . Order does not matter.
Associative. . Grouping does not matter.
Identity. . One is the do-nothing element for multiplication, just as zero is for addition.
Distributive. . Multiplication distributes over addition. This is the bridge between the two operations — everything that follows depends on it.
Sign rules — forced, not invented
The product of two integers obeys this table:
Same sign → positive. Different signs → negative. The interesting case is the last one. Here is the proof, two lines long. Start with . Distribute: . The first term is , so , hence . The positive answer was forced by the distributive law and the additive inverse — not chosen.
The number line says it too
If you think of multiplication by as a reflection across zero, then multiplying by twice reflects you twice — back where you started. Two flips of the number line equal no flip at all. Click the cell in the widget below to walk through the distributive-law proof; click the other three cells to see the area model for each sign rule.
Zero kills everything
For every integer , . Proof: . Subtract from both sides and you get . The same distributive law that forces also forces zero to annihilate every product.
Try it
- Compute . Count the negative factors first; the sign of the answer is the parity of that count.
- Expand in one step using the distributive law. What goes wrong if you forget that the multiplies the ?
- Factor by pulling out the greatest common factor of and .
- If and , what must be? (This is the "zero product property" you will need for quadratics.)
Try it in code
A trap to watch for
Beginners often write . This is wrong. By the standard order of operations, exponents bind tighter than the unary minus, so means . If you want the squared, you must write explicitly. The fix: when you mean "the square of a negative number," write the parentheses every single time, until your eye learns to flag the missing ones.
What you now know
Multiplication has its own four laws plus the distributive bridge that links it to addition. The sign rules — including the troublesome — are not arbitrary conventions but consequences of the distributive law. The next section uses these laws to classify integers as even or odd, and to talk about divisibility — the first hint of the deep number theory waiting beyond this textbook.
Quick check
References
- Lang, S. (1971). Basic Mathematics. Springer. Chapter 1, §3 — the canonical distributive-law-forces-everything proof of the sign rules.
- Hardy, G. H. and Wright, E. M. (2008). An Introduction to the Theory of Numbers, 6th ed. Oxford. Chapter 1 — the integers and their ring structure.
- Devlin, K. (1994). Mathematics: The Science of Patterns. Scientific American Library. Chapter 2 explains why is a consequence of insisting that the familiar laws keep working.