What Is a Factor?
A factor of a number is any whole number that divides into it exactly, leaving no remainder. If 30 ÷ 5 = 6 with nothing left over, then 5 is a factor of 30. Every whole number greater than zero has at least two factors: 1 (because 1 divides into everything) and the number itself. Numbers with exactly those two factors and nothing else? Those are prime numbers.
30 ÷ 1 = 30 ✓ → 1 is a factor
30 ÷ 2 = 15 ✓ → 2 is a factor
30 ÷ 3 = 10 ✓ → 3 is a factor
30 ÷ 4 = 7.5 ✗ → 4 is not a factor
30 ÷ 5 = 6 ✓ → 5 is a factor
30 ÷ 6 = 5 ✓ → 6 is a factor
30 ÷ 10 = 3 ✓ → 10 is a factor
30 ÷ 15 = 2 ✓ → 15 is a factor
30 ÷ 30 = 1 ✓ → 30 is a factor
Factors of 30: 1, 2, 3, 5, 6, 10, 15, 30
Factors always come in pairs that multiply back to the original number: 1×30, 2×15, 3×10, 5×6. That pair structure means you only need to test numbers up to the square root of the original. Once you find one member of a pair, you automatically know the other. For 30, just test up to √30 ≈ 5.47, so check 1, 2, 3, 4, and 5.
Listing Factors and Finding Prime Factors
The systematic way to list factors is to test each integer from 1 up to the square root of the number. For each divisor that works, record both it and its pair partner. For 48, √48 ≈ 6.93, so you only need to test 1 through 6.
1 × 48, 2 × 24, 3 × 16, 4 × 12, 6 × 8
Full list: 1, 2, 3, 4, 6, 8, 12, 16, 24, 48
Prime factors are the factors that are themselves prime numbers. Finding the prime factorization means breaking a number down into a product of primes, its most basic building blocks. A factor tree is the clearest way to do it: split the number into any two factors, then keep splitting the non-prime branches until every branch ends at a prime.
72 = 8 × 9
8 = 2 × 4 = 2 × 2 × 2
9 = 3 × 3
72 = 2³ × 3²
Every whole number greater than 1 has exactly one prime factorization, no matter how you draw the factor tree. That uniqueness, guaranteed by the Fundamental Theorem of Arithmetic, is what makes prime factors so reliable as a shared language for comparing and combining numbers.
What Is a Multiple?
A multiple of a number is what you get when you multiply it by any positive integer, 1, 2, 3, and so on, forever. There are infinitely many multiples of every number. Think of them as the entries in that number's times table. The multiples of 9 are exactly the numbers you'd say when skip-counting by nines.
9 × 1 = 9
9 × 2 = 18
9 × 3 = 27
9 × 4 = 36
9 × 5 = 45
...continues without end: 54, 63, 72...
To check whether a number is a multiple of another, just divide and look at the remainder. Is 84 a multiple of 7? 84 ÷ 7 = 12 exactly, so yes. Is 89 a multiple of 7? 89 ÷ 7 = 12 remainder 5, so no.
Factors and multiples are easy to mix up, so here's a memory trick that helps: factors are always equal to or smaller than the original number (they go into it), while multiples are always equal to or larger than the original number (you get them by multiplying out). "Factors are fewer; multiples are more."
How Factors and Multiples Connect
Factors and multiples are two ways of describing the same arithmetic relationship, just from opposite directions. If 5 is a factor of 35, then 35 is a multiple of 5. Those two statements are completely equivalent. They're describing the same thing. Switching perspective from one to the other often makes a problem easier to think about.
(because 35 ÷ 5 = 7, with no remainder)
When you're working with two numbers at once, these ideas extend naturally. A common factor divides evenly into both numbers. A common multiple shows up in both numbers' times tables. Common factors are finite in count. There are only so many numbers that divide both. Common multiples go on forever.
Factors of 20: 1, 2, 4, 5, 10, 20
Factors of 28: 1, 2, 4, 7, 14, 28
Common factors: 1, 2, 4
Greatest Common Factor (GCF) = 4
Common multiples of 6 and 8:
Multiples of 6: 6, 12, 18, 24, 30, 36, 48...
Multiples of 8: 8, 16, 24, 32, 40, 48...
Least Common Multiple (LCM) = 24
Why They Matter: Fractions, LCM, and GCF
Factors and multiples aren't just abstract theory. They drive real calculations constantly. The most immediate use is simplifying fractions. To reduce a fraction to lowest terms, you divide the numerator and denominator by a common factor. Using the GCF gets it done in a single step instead of several smaller ones.
GCF(42, 70) = 14
42/70 = (42 ÷ 14) / (70 ÷ 14) = 3/5
When you're adding or subtracting fractions with different denominators, you need a common denominator before anything else can happen. The LCM of the denominators is always the best choice. It's the smallest number both denominators divide into evenly, which keeps the arithmetic manageable and the result as simple as possible from the start.
LCM(8, 12) = 24
3/8 = 9/24 | 5/12 = 10/24
9/24 + 10/24 = 19/24
Prime factorization makes finding both GCF and LCM systematic. The GCF takes the lowest power of each shared prime. The LCM takes the highest power of every prime that appears in either number. That connection, from basic factor listing all the way through to GCF, LCM, and fraction operations, is why a solid grasp of factors and multiples pays off throughout math.