🧱 See It
Factors are the ways you can line up a set of tiles into a neat, equal-rowed rectangle. Take 12 tiles — here are two different rectangles you can build with all of them and no leftovers:
3 rows of 4 — a 3 × 4 rectangle. Factor pair: 3 and 4.
2 rows of 6 — a 2 × 6 rectangle. Factor pair: 2 and 6.
Multiples are the opposite move: instead of arranging a set number of tiles, you take equal jumps forward forever. Jumping by 4s along a number line:
Every landing spot — 4, 8, 12, 16 … — is a multiple of 4. The jumps never stop.
✏️ Draw It
List every factor of two numbers side by side, and mark the ones they have in common:
| Factors of 12 | Factors of 18 |
|---|---|
| 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 6 |
| 6 | 9 |
| 12 | 18 |
Shared factors are highlighted: 1, 2, 3, 6. The biggest one they share is 6 — the Greatest Common Factor.
Now list multiples of two numbers, one row each, and watch for the first spot where they land on the same number:
Multiples of 4: 4, 8, 12 …
Multiples of 6: 6, 12 … Both rows land on 12 first — that's the Least Common Multiple.
🔢 Write It
Factor lists, written formally, using curly-brace sets:
Factors of 12 = {1, 2, 3, 4, 6, 12}
Factors of 18 = {1, 2, 3, 6, 9, 18}
GCF(12, 18) = 6
Multiple lists — these go on forever, so they end in …:
Multiples of 4 = {4, 8, 12, 16, …}
Multiples of 6 = {6, 12, 18, …}
LCM(4, 6) = 12
💡 Worked Examples
Example 1 — GCF(12, 18):
- List all factors of 12:
{1, 2, 3, 4, 6, 12} - List all factors of 18:
{1, 2, 3, 6, 9, 18} - Find the factors both lists share:
1, 2, 3, 6 - Pick the biggest shared one.
- Answer:
GCF(12, 18) = 6
Example 2 — LCM(4, 6):
- List multiples of 4:
4, 8, 12, 16, 20 … - List multiples of 6:
6, 12, 18, 24 … - Find the first number that shows up on both lists.
- Both lists reach 12 — nothing smaller is shared.
- Answer:
LCM(4, 6) = 12
🧠 Quick Reference
| GCF | LCM | |
|---|---|---|
| Direction | Shrinking down | Growing up |
| Tool | Factor lists | Multiple lists |
| Look for | Biggest shared factor | Smallest shared multiple |