Multiplication
From Arrays to Algorithms
"Multiplication is not speed. It is structure made visible."
💡
What This Chapter Is Really About
Multiplication is not fast addition.
It's structured repetition that can be seen, predicted, and reasoned about.
This chapter teaches you to see multiplication before you calculate it — and to understand why multiplication works the way it does.
It's structured repetition that can be seen, predicted, and reasoned about.
This chapter teaches you to see multiplication before you calculate it — and to understand why multiplication works the way it does.
Why Repetition Changes Thinking
From counting to seeing patterns
1
When you add 5 + 5 + 5 + 5, you're adding.
When you see "4 groups of 5", you're multiplying.
The difference isn't just speed — it's a completely different way of thinking.
When you see "4 groups of 5", you're multiplying.
The difference isn't just speed — it's a completely different way of thinking.
Which way helps you see the total faster?
Compare counting vs. structure
Way A: Adding
3 + 3 + 3 + 3 + 3 = ?
Count: 3... 6... 9... 12... 15
vs
Way B: Multiplying
5 groups of 3 = ?
See: 5 × 3 = 15
Now try: 7 + 7 + 7 + 7 + 7 + 7 + 7 + 7 (that's 8 sevens)
Which way would YOU prefer?
7 + 7 + 7 + 7 + 7 + 7 + 7 + 7 = ?
OR
8 × 7 = ?
Reasoning Check
What does multiplication help us avoid?
"Multiplication isn't about being faster. It's about seeing structure instead of counting steps."
Equal Groups, Not Fast Addition
Anchor meaning before notation
2
Multiplication means equal groups.
Before you write ×, you should be able to see the groups and count how many are in each one.
Before you write ×, you should be able to see the groups and count how many are in each one.
Here are 4 bags with 6 apples each. What multiplication does this show?
Look at the structure: how many groups? How many in each?
Bag 1: 6
Bag 2: 6
Bag 3: 6
Bag 4: 6
What MUST be true for multiplication to work?
Think about the groups...
Which of these is NOT multiplication?
A: 2 groups of 3
B: 2 + 4
C: 2 groups of 4
Reasoning Check
"Multiplication counts equal groups." Is this true?
"Before you multiply, ask: Are these groups EQUAL? If yes, multiplication works. If no, you need addition."
Arrays as Structure
Seeing multiplication as rectangles
3
An array arranges objects in rows and columns.
Arrays are powerful because you can see both factors at once — rows tell you one factor, columns tell you the other.
Arrays are powerful because you can see both factors at once — rows tell you one factor, columns tell you the other.
What multiplication does this array show?
Count the rows. Count the columns.
? rows × ? columns = ?
If we rotate this array 90 degrees, what changes?
Watch carefully...
3 × 5
➔
5 × 3
In a 4 × 7 array, what does the "4" represent?
Reasoning Check
Why do 3 × 5 and 5 × 3 give the same answer?
"Arrays show that multiplication order doesn't change the total. 3 × 5 and 5 × 3 both equal 15 — it's the same rectangle, just rotated."
Predicting Growth
What happens when factors change?
4
When you change one factor, the product changes predictably.
Understanding this helps you estimate and check your answers.
Understanding this helps you estimate and check your answers.
If 4 × 6 = 24, what is 4 × 12?
Notice: 12 is double 6...
4 × 6
24
➔
6 doubled to 12
➔
4 × 12
?
If 5 × 8 = 40, will 5 × 9 be bigger or smaller?
One factor increased by 1...
3 × 7 = 21. If one factor changes from 7 to 70, will the result grow "a little" or "a lot"?
Reasoning Check
If you double one factor, the product...
"Multiplication growth is proportional. Double a factor, double the product. This is why estimation works!"
Breaking Numbers to Multiply
The distributive property (without naming it)
5
You can break one factor into parts, multiply each part, then add the results.
This is how mental multiplication becomes possible for big numbers!
This is how mental multiplication becomes possible for big numbers!
Watch how 6 × 14 becomes easier
We'll break 14 into 10 + 4
6 × 14
Break 14 into:
6 × 10 = 60
+
6 × 4 = 24
60 + 24 = 84
Why does this still give the correct answer?
Calculate 7 × 13 by breaking 13 into 10 + 3
7 × 13
7 × 10 = ?
+
7 × 3 = ?
For 8 × 15, which break would be easiest?
Reasoning Check
Can you break BOTH factors, or only one?
"Breaking numbers is algebra in disguise. 6 × 14 = 6 × (10 + 4) = 60 + 24 = 84. This is how mathematicians think!"