Factors and multiples
Divisors (also called factors) and multiples show up constantly on the AMC.
- A divisor of a number is a whole number that divides it evenly (with no remainder).
- Example: is a divisor of because .
- Non-example: is not a divisor of because leaves a remainder.
- A multiple of a number is what you get when you multiply it by a whole number.
- Example: is a multiple of because .
Two quick facts to keep in mind:
- Every positive integer has as a factor.
- Every positive integer has itself as a multiple (because times the number is the number).
Factors (divisors)
Divisibility rules let you test quickly whether a number has certain factors. Knowing these rules helps you find factors efficiently on test day.
| Factors | Divisibility rules |
|---|---|
| All even numbers are divisible by . | |
| A number is divisible by if the sum of its digits is a multiple of . | |
| A number is divisible by if its last two digits form a number divisible by . | |
| All numbers that end with a or are divisible by . | |
| A number is divisible by if it is divisible by and by (equivalently: even, and its digit sum is a multiple of ). | |
| A number is divisible by if its last three digits form a number divisible by . | |
| A number is divisible by if the sum of its digits is a multiple of . |
Example: The question below is from 2022 AMC 10B
How many of the first ten numbers of the sequence are prime numbers?
A.
B.
C.
D.
E.
Answer: A.
None of the numbers beyond the first in the sequence can be prime because their last four digits will always be divisible by (see the divisibility rule for ).
- The first number is , so it is not prime.
- The sum of the digits of the second number is divisible by , so the number is divisible by and is not prime.
- Testing or as divisors of the third number shows it is not prime.
If you’d like to review how to find the prime factors of a number, see the prime numbers chapter.
To find the total number of unique factors quickly:
- Find the prime factorization.
- Add to each exponent.
- Multiply the results.
For example, the prime factorization of is . The exponents are and . Adding to each exponent gives and , and multiplying gives . So has unique factors: , , , and .
Multiples
Multiples are found by multiplying the number by any positive integer. This is essentially the opposite of factors.
Here are some useful multiple rules to keep in mind.
| Multiple rules |
|---|
| All multiples of even numbers must also be even. |
| The multiple of any number that ends in must also end in . |
| The unit digit of concurrent multiples always follow a specific pattern solely based on the unit digit of the original number. |
| All multiples of numbers that end in must end in or . |
Greatest common factors and least common multiples
The least common multiple (LCM) of two (or more) numbers is the smallest positive multiple they share.
- Example: The LCM of and is .
- Multiples of :
- Multiples of :
- The first shared multiple is .
Every common multiple of and is also a multiple of .
The greatest common factor (GCF), also known as the greatest common denominator (GCM), is the largest factor shared by two (or more) numbers.
- Example: The GCF of and is .
- Factors of :
- Factors of :
- The largest shared factor is .
A reliable way to find both the GCF and LCM (even for large numbers) is to use prime factorizations. We’ll use the same two numbers to find both.
First, write each number as a product of primes.
Finding the GCF
To find the GCF, take the smallest power of each prime that appears in both factorizations.
- Shared primes: and
- Smallest powers: and
Multiply them.
GCD
Finding the LCM
To find the LCM, take the greatest power of each prime that appears in either factorization.
- Primes involved:
- Greatest powers: , , and
Multiply them.
LCM
Example: The question below is from 2018 AMC 10A
Let and be positive integers such that , , , and . Which of the following must be a divisor of ? (gcd means greatest common factor)
A.
B.
C.
D.
E.
Answer: D.