Multiples, factors, and prime numbers describe fundamental relationships between integers. A multiple is built by repeated multiplication, a factor divides exactly, and a prime number has exactly two distinct positive factors: 1 and itself. These ideas are central to divisibility, number structure, and efficient problem solving because they help you classify numbers, test divisibility quickly, and reason about how integers are connected.
Key idea: A number is divisible by another number exactly when division leaves remainder .
| Idea | Multiple of | Factor of |
|---|---|---|
| Core question | "What can I make from ?" | "What divides exactly?" |
| Form | values with integer | |
| Number of results | Usually infinite for non-zero | Finite for fixed |
| Typical task | list or identify pattern | test exact divisibility |
| Type | Number of positive factors | Can be broken into smaller whole-number factors? |
|---|---|---|
| Prime | exactly 2 | no, except |
| Composite | more than 2 | yes |
| 1 | exactly 1 | special case, not prime |
Exam takeaway: If a question asks for all factors, your final list should be complete, ordered, and contain no duplicates.