If you have ever stared at a question that asks "list the factors of 12" or "list the first five multiples of 12" and felt that tiny moment of confusion — which one goes up and which one goes down? — you are in very large company. The words sound similar, involve the same arithmetic (multiplication and division), and describe related ideas. That is why they get mixed up.
Here is the permanent fix. Factors are smaller than or equal to the number. Multiples are greater than or equal to the number. Every factor-multiple pair is the same relationship looked at from opposite ends.
The one-sentence definitions
Factor of n: a positive integer d such that d \times k = n for some positive integer k. In other words, d divides n evenly.
Multiple of n: a positive integer m such that m = n \times k for some positive integer k. In other words, n divides m evenly.
Notice the mirror: in "d is a factor of n," we have d \mid n. In "m is a multiple of n," we have n \mid m. Same divisibility, different roles. If d is a factor of n, then n is a multiple of d. They are two names for the same relationship, read from different sides.
The seesaw picture
Think of every divisibility pair (d, n) with d \mid n as a seesaw:
- On the small end: d. This is the factor of n.
- On the large end: n. This is the multiple of d.
The same pair, (3, 12) for example, says:
- 3 is a factor of 12.
- 12 is a multiple of 3.
Both statements are true simultaneously. They describe the same divisibility fact, 3 \mid 12, just with different grammatical emphasis. "Factor" puts the spotlight on 3 (the divisor). "Multiple" puts the spotlight on 12 (the product).
Different in count: finite vs infinite
Here is the sharpest practical difference between factors and multiples:
- The set of factors of a positive integer n is finite. There are only finitely many positive divisors of n — all of them lie in \{1, 2, \dots, n\}.
- The set of multiples of a positive integer n is infinite. You can always multiply by a bigger integer.
Factors of 12: \{1, 2, 3, 4, 6, 12\} — exactly six numbers, and you can list them all.
Multiples of 12: \{12, 24, 36, 48, 60, 72, \dots\} — infinitely many, going up forever.
This is a reliable memory hook. When a problem asks for all the factors of a number, you know the list will be finite and not very long. When a problem asks for multiples, you need a stopping criterion (like "the first five multiples" or "multiples less than 100"), because otherwise the list never ends.
The interactive distinguisher
A memory hook that sticks
Factor \leftrightarrow Divide \leftrightarrow Down. You find factors by dividing — and the factors are all less than or equal to n (they "go down" from n).
Multiple \leftrightarrow Multiply \leftrightarrow Up. You find multiples by multiplying — and the multiples are all greater than or equal to n (they "go up" from n).
The word multiple even contains the word multiply. That is not a coincidence — it is the etymology. Similarly, factor comes from the Latin for "maker" or "doer," and in arithmetic, factors are the numbers that make n when you multiply them together. The factors of 12 — \{1, 2, 3, 4, 6, 12\} — are the things that "make" 12 (possibly with a partner).
The two lists, side by side
| For n = 12 | Factors | Multiples |
|---|---|---|
| List | 1, 2, 3, 4, 6, 12 | 12, 24, 36, 48, 60, 72, \dots |
| Count | Exactly 6 | Infinitely many |
| All are | \leq 12 | \geq 12 |
| How to check d | Does d divide 12? | Does 12 divide d? |
| Includes 1? | Yes (1 divides everything) | Only if n = 1 |
| Includes n? | Yes (12 is a factor of itself) | Yes (12 = 1 \times 12 is its own first multiple) |
| Smallest | 1 | n itself |
| Largest | n | None (unbounded) |
The last row is the clearest diagnostic. If you can't answer "what's the largest?" because there isn't one — you're talking about multiples. If you can name the largest — it's n itself — you're talking about factors.
The overlap: just two numbers
The only positive integers that are both a factor of n and a multiple of n are — well, think about it. A factor is \leq n; a multiple is \geq n. The overlap is exactly where both conditions are tight: when the number equals n.
So the only integer that is both a factor and a multiple of n is n itself. And if you include 1, then 1 is a factor of n (for every n), but 1 is a multiple of n only when n = 1. The overlap is a single point — n.
This is another diagnostic: if someone gives you a number and asks "factor or multiple of n?" — and the number equals n — the answer is "both." For any other number, it is one or the other, but not both.
The pitfall: factor pairs
When you list factors of a number, it helps to list them in pairs — every factor d has a partner n/d:
For n = 36:
- 1 \times 36
- 2 \times 18
- 3 \times 12
- 4 \times 9
- 6 \times 6
The partners meet at \sqrt{n}: here, \sqrt{36} = 6, and the divisor 6 pairs with itself. (That's why perfect squares have odd numbers of divisors — one divisor is its own partner.)
Note: listing factor pairs does not give you multiples. Every number in every pair is a factor of 36. Multiples of 36 are something else entirely: 36, 72, 108, 144, \dots — none of which appear above.
Example: Find factors of $18$; find the first five multiples of $18$
Step 1. Factors of 18. Test each integer from 1 to 18 and keep the ones that divide.
1 \mid 18? Yes. 2 \mid 18? Yes. 3 \mid 18? Yes. 4 \mid 18? No (18 / 4 = 4.5). 5 \mid 18? No. 6 \mid 18? Yes. 7 through 8? No. 9 \mid 18? Yes. 10 through 17? No. 18 \mid 18? Yes.
Factors of 18: \{1, 2, 3, 6, 9, 18\}.
Why pair-listing helps: 1 \times 18, 2 \times 9, 3 \times 6. Three pairs, six factors. And \sqrt{18} \approx 4.24, so the factor pairs split at about 4.24 — factors \leq 4.24 on one side (1, 2, 3), factors \geq 4.24 on the other (6, 9, 18).
Step 2. First five multiples of 18. Multiply 18 by 1, 2, 3, 4, 5.
18 \times 1 = 18. 18 \times 2 = 36. 18 \times 3 = 54. 18 \times 4 = 72. 18 \times 5 = 90.
First five multiples of 18: \{18, 36, 54, 72, 90\}.
Why multiples start at 18: the first positive multiple of any positive integer n is n itself (n = n \times 1). You could include 0 if you allow zero, since 0 = n \times 0 is technically a multiple, but by convention "the first multiple" means the first positive one.
Result. Factors of 18: six numbers, largest 18. Multiples of 18: endless, smallest 18. They meet only at 18.
A quick self-test
Fill in the blanks without re-reading:
- The factors of 20 are: ______. (Answer: 1, 2, 4, 5, 10, 20.)
- The first four multiples of 20 are: ______. (Answer: 20, 40, 60, 80.)
- Is 40 a factor or a multiple of 20? (Answer: multiple — 40 > 20, and 20 \mid 40.)
- Is 5 a factor or a multiple of 20? (Answer: factor — 5 < 20, and 5 \mid 20.)
If you got all four right, the distinction is solid in your head now.
The one-line takeaway
Factors of n are integers that divide n (always \leq n, always a finite list). Multiples of n are integers that n divides (always \geq n, always an infinite list). d is a factor of n if and only if n is a multiple of d — same relationship, two names for its two ends.
Related: Number Theory Basics · Factor Clock — Divisors of n · GCD Shrinking Game · Divisibility Tree Explorer · Why is 1 Not Considered a Prime Number?