Multiplication is repeated addition — but more usefully, it's the area of a rectangle. Division is the inverse: it asks "what would I have to multiply by to get this?" The column and long-division algorithms you learned in school are just place value plus the distributive property, executed one digit at a time.
13 min readPrereqs: Addition & SubtractionUpdated 2026·05·17
What you'll leave with
Three intuitions for multiplication — repeated addition, rectangular area, scaling — and when each is the right one to reach for.
The five properties of multiplication, including distributivity, which is the engine behind the column algorithm.
Division's two intuitions — sharing versus grouping — and why every division is really a "multiplication with a missing factor."
The long-division algorithm, decoded: estimate, multiply, subtract, bring down.
Why dividing by zero is genuinely undefined, not just "infinity" or "zero."
1. What multiplication really is
Three different stories give three useful ways of thinking about multiplication. They all produce the same number; which one is "right" depends on the situation.
Story 1 · Repeated addition
The simplest one. $4 \times 6$ means "four sixes added together": $6 + 6 + 6 + 6 = 24$. Or, equivalently by commutativity, "six fours": $4 + 4 + 4 + 4 + 4 + 4$. This is the picture you start with as a kid, and it remains useful for whole-number multiplication.
It also runs out fast. What does $4 \times \tfrac{1}{2}$ mean as repeated addition? What about $4 \times 1.7$, or $4 \times \pi$? You can't add up half-many sixes. The repeated-addition story handles whole-number factors and nothing else.
Story 2 · The area of a rectangle
The intuition that survives every later generalization. $4 \times 6$ is the area of a rectangle that is $4$ units wide and $6$ units tall — or equivalently $6$ wide and $4$ tall, which is exactly the same rectangle turned $90°$. The two factors are the side lengths; the product is how many unit squares fit inside.
This story extends gracefully: half a unit times $6$ is a rectangle of half-width and height $6$, perfectly meaningful. It's the picture mathematicians and physicists actually hold in their head when they multiply.
Story 3 · Scaling
$5 \times 3$ is "$3$, made five times bigger." This is the right view when one factor is a scale factor rather than a count: "the recipe serves 4; I'm making it for 12, so I need to scale every ingredient by $\tfrac{12}{4} = 3$." Scaling is what multiplication does to lengths, prices, populations — anything that grows or shrinks proportionally.
Multiplication
The operation that takes two numbers — called factors — and produces a single number called their product. Written $a \times b = c$ (or $a \cdot b = c$, or just $ab$ when there's no ambiguity). For whole numbers, you can think of it as repeated addition, rectangular area, or scaling — they all agree.
2. The properties of multiplication
Multiplication has all the friendly properties of addition, plus one new one that becomes the single most important rule in algebra: distributivity.
Property
What it says
In symbols
Commutative
Order doesn't matter.
$a \cdot b = b \cdot a$
Associative
Grouping doesn't matter.
$(a \cdot b) \cdot c = a \cdot (b \cdot c)$
Identity
Multiplying by one changes nothing.
$a \cdot 1 = a$
Zero
Multiplying by zero gives zero.
$a \cdot 0 = 0$
Distributive
Multiplication distributes over addition.
$a \cdot (b + c) = a \cdot b + a \cdot c$
The distributive property is the one to internalize. It says that multiplying a sum is the same as multiplying each piece separately and then adding. Two pictures explain why:
The area picture. A rectangle that's $a$ tall and $(b+c)$ wide can be split vertically into two rectangles — one $a \times b$, one $a \times c$. The total area is the sum of the parts.
The repeated-addition picture. $a \cdot (b + c)$ is "$(b+c)$ added $a$ times," which is "$b$ added $a$ times, plus $c$ added $a$ times" — that is, $a \cdot b + a \cdot c$.
Distributivity is the engine
Every multi-digit multiplication algorithm is just distributivity applied to the place-value decomposition. $23 \times 14$ becomes $23 \times (10 + 4) = 23 \times 10 + 23 \times 4 = 230 + 92 = 322$. The "shift the second partial product one column to the left" rule you learned isn't arbitrary — it's where the $\times 10$ goes.
3. Playground: multiplication is area
Adjust the two factors and watch the rectangle grow or shrink. Each small square is one unit of area; the count is the product. Swap the factors to see commutativity in physical form — same rectangle, just turned.
4
×
6
=
24
4 rows of 6 unit squares
4
6
Copied!
Try it
Set rows to $1$ and slide the columns up to $10$. The rectangle becomes a row of squares — and you can see that $1 \times n = n$. Now set rows to $0$… the rectangle vanishes, and the product is zero, no matter how wide. That's the multiplicative zero property in physical form.
4. Multiplying multi-digit numbers
When the factors have more than one digit, you can't reach for a memorized fact. The standard column algorithm breaks the problem into single-digit multiplications using place value and the distributive property — exactly the move the callout above hinted at.
Multiply $23 \times 14$ in full:
The two rows of partial products are literally the two terms of $23 \times (10 + 4)$:
The "shift the second row one column to the left" is the visible trace of multiplying by ten — that's exactly the place-value move that bumps every digit one position over. If the second factor had three digits, you'd have three partial products and shift them by $0$, $1$, and $2$ columns. Same idea, more rows.
On the times tables
The column algorithm assumes you can do single-digit multiplications instantly. There's no way around memorizing the times tables up to $9 \times 9$ — every later algorithm leans on them, and reaching for a calculator each time interrupts the chain of thought. The payoff for an hour of drill is permanent.
5. What division really is
Division is the inverse operation of multiplication, and like its sibling it has two distinct intuitions worth keeping separate. Both produce the same answer; you use whichever one fits the situation.
Sharing. $12 \div 4$ means "split twelve things into four equal groups — how many in each group?" Three. The divisor tells you how many groups; the quotient tells you how many per group.
Grouping (or "fitting"). $12 \div 4$ also means "how many groups of four fit inside twelve?" Also three. Here the divisor tells you the group size; the quotient tells you how many groups.
The numerical answer is the same; the story is different. Sharing is the right intuition when you're splitting a quantity ("six friends, $\$48$, how much each?"). Grouping is the right intuition when you're counting fit-ins ("a bag holds $6$ apples, I have $48$, how many bags?"). Knowing which one a word problem is asking is half the battle.
Division
The operation that takes two numbers and reports how many times the second goes into the first. In $a \div b = c$, the number $a$ is the dividend, $b$ is the divisor, and $c$ is the quotient. The symbols $\div$, $/$, and the fraction bar $\tfrac{a}{b}$ all mean the same operation.
Division is even less well-behaved than subtraction. It is not commutative ($12 \div 4 \neq 4 \div 12$) and not associative. Identity works only on the right ($a \div 1 = a$); $1 \div a$ is something different. And there's one operand value — zero — that breaks division entirely, which we'll come to.
6. Division as the inverse of multiplication
Every division problem can be rephrased as a multiplication problem with a missing factor:
Read aloud: "what times $7$ gives $35$?" Answer: $5$. This is the most useful single fact about division. It connects every division you'll meet — fractions, algebra, calculus — to a multiplication you might already know.
The connection runs both ways. Each multiplication fact gives you two division facts for free. From $7 \times 5 = 35$, you instantly get $35 \div 5 = 7$ and $35 \div 7 = 5$. This trio is called a fact family:
Building this connection makes long division — coming up next — much less mysterious. The whole algorithm is just "guess the missing factor one digit at a time, checking your guess against what's left."
7. Long division
For multi-digit dividends, long division is the standard procedure. It looks intimidating the first time but reduces to a four-step cycle, repeated until you're done:
Estimate. Multiply. Subtract. Bring down.
Let's divide $154$ by $6$:
Step by step, in words:
Estimate. How many times does $6$ go into $15$? Use your times tables: $6 \times 2 = 12$ fits; $6 \times 3 = 18$ doesn't. Answer: $2$. Write $2$ above the $5$ of the dividend.
Multiply. $2 \times 6 = 12$. Write $12$ under $15$.
Subtract. $15 - 12 = 3$. Write the $3$ below the line.
Bring down. Pull down the next digit of the dividend — the $4$ — to give $34$.
Estimate again. How many times does $6$ go into $34$? $6 \times 5 = 30$ fits; $6 \times 6 = 36$ doesn't. Answer: $5$. Write $5$ above the $4$.
Multiply. $5 \times 6 = 30$. Write under $34$.
Subtract. $34 - 30 = 4$. No more digits to bring down — we stop. The $4$ is the remainder.
So $154 \div 6 = 25$ with remainder $4$, often written $25\;\text{r}\,4$ or equivalently $25 + \tfrac{4}{6} = 25\tfrac{2}{3}$. The check is the same as for any division: $25 \times 6 + 4 = 150 + 4 = 154$ ✓.
The trick of estimation
Step 1 — "how many times does $6$ go into $15$?" — is the only step that requires thought; the rest is mechanical. Beginners often guess too low and then have to repeat the cycle to peel off another layer. Guessing too high is worse: the subtraction goes negative, and you have to back off. Aim for the largest single digit whose product with the divisor still fits.
8. Remainders and division by zero
Two edge cases of division are worth pinning down.
What the remainder really is
When the divisor doesn't go in evenly, the leftover is the remainder. Every whole-number division produces a quotient and a remainder, and they're tied to the dividend by a clean identity:
For $154 \div 6 = 25\,\text{r}\,4$: $25 \times 6 + 4 = 154$. The remainder is always less than the divisor (otherwise you could fit one more group in), and it's never negative. This identity is your built-in sanity check — every long-division answer should satisfy it.
Whether the remainder appears as "r 4" or as a fraction $\tfrac{4}{6}$ or as a decimal $0.666\ldots$ depends on what kind of answer you want. They're all describing the same leftover.
Why you can't divide by zero
Take the inverse-of-multiplication view seriously. $a \div 0 = \mathord{?}$ would mean "what number times zero gives $a$?" Two cases:
If $a \neq 0$: there's no answer. Anything times zero is zero — not $a$. There's no number that makes the equation true.
If $a = 0$: every number works. Any number times zero is zero. The "answer" isn't unique — it's literally every number, which is the same as no useful answer.
Either way, division by zero doesn't pick out a single number, so we don't assign it any value. It's not "infinity" — infinity isn't a number, and even where it is treated as one (in calculus, in projective geometry) you don't get $5 / 0 = \infty$ as a clean equation. The honest statement is: division by zero is undefined.
It will bite you
Most "proof" tricks that show $1 = 2$ secretly divide by zero somewhere — usually disguised as dividing by an expression like $(a - b)$ where you've already set $a = b$. Whenever you see something divided by an algebraic expression, check whether that expression could be zero. Most surprising "paradoxes" in arithmetic are this one mistake.
9. Common pitfalls
Forgetting to shift partial products
In $23 \times 14$, the second partial product is $23 \times 1$, but the $1$ lives in the tens place — so the row stands for $23 \times 10 = 230$. If you write it flush with the first partial product without shifting, you've thrown away the $\times 10$ entirely and the final sum will be off by a factor close to ten. Either shift the row or write the placeholder zero explicitly.
Long division: estimating wrong
If you guess that the divisor goes in $5$ times when it actually goes in $4$, the multiply-subtract step produces a negative — your sign that you guessed too high. If you guess $3$ when it should be $4$, the leftover after subtraction is bigger than the divisor — your sign that you guessed too low. Don't barrel on; back up and adjust the digit.
Remainder mistaken for a "decimal digit"
$154 \div 6$ is not $25.4$. The remainder $4$ is part of a fraction-of-the-divisor, namely $\tfrac{4}{6}$, which is $0.666\ldots$. Sticking the remainder after a decimal point only works when the divisor is $10$ — and even then it's an accident, not a rule.
"$0 / 0$ is one" and other myths
It is tempting to think that $0 \div 0 = 1$ because anything-divided-by-itself is one, or that $5 \div 0 = \infty$ because the answer is "infinitely many." Both are wrong, for the reasons in §8. Division by zero is undefined, full stop — calculators report an error for a good reason.
10. Worked examples
Try each before opening the solution.
Example 1 · $8 \times 7$
This is a single-digit multiplication — straight from the times tables.
$$ 8 \times 7 = 56. $$
If you don't recall it instantly, build it: $8 \times 7 = 8 \times (5 + 2) = 40 + 16 = 56$. That's distributivity, deployed as a memory aid.
Example 2 · $23 \times 14$ — full column algorithm
Second partial product: $23 \times 1$ (in the tens place — so really $23 \times 10$). Write $23$, but shifted one column left (or with a $0$ in the ones place): $230$.
From the times tables, $7 \times 12 = 84$. So each student gets $\boxed{12}$ pencils, with nothing left over (remainder $0$).
If the count had been $85$, each student would still get $12$, with $1$ pencil left over for the teacher to keep — that's the remainder showing up in a real-world situation.
Sources & further reading
The framing on this page — multiplication as area, distributivity as the engine of the column algorithm, division as inverse multiplication — is standard in modern arithmetic instruction. The sources below state it more formally and drill it harder.
Free, peer-reviewed chapter that covers multiplication vocabulary, the properties, the column algorithm, and word-problem framings. Worked examples and practice problems throughout.
The companion chapter for division, including a careful walk-through of long division, remainders, and a discussion of why dividing by zero is undefined.
Short formal reference covering notation, properties, and connections to broader algebraic structures. Useful when you want the official statement of distributivity and friends.
Wide-ranging article — historical notation, the lattice and grid algorithms used in different cultures, and the generalizations of multiplication to rationals, reals, and beyond.
Includes a careful section on division by zero and why it can't be consistently defined, plus the history of division notation across centuries.
Test your understanding
A quiz that builds from easy to hard. Pick an answer to get instant feedback and a worked explanation. Your progress is saved in this browser — come back anytime to continue.