Find Multiples and Factors
Identify multiples of numbers
If you count shoes in pairs — — each number in that list is a multiple of : the product of a counting number and ().
Some multiples are easy to spot from a number’s last digit:
- A number is a multiple of if its last digit is or .
- A number is a multiple of if its last digit is or .
- A number is a multiple of if its last digit is .
Example. Is a multiple of ? Its last digit is , one of — yes.
Example. Is a multiple of ? Its last digit is — yes.
Is 21,493 a multiple of ? Answer for yes or for no.
Check the last digit: is it , , , , or ?Is 2,690 a multiple of ? Answer for yes or for no.
Check the last digit: is it or ?The pattern for multiples of is different — it isn’t about the last digit, but the sum of the digits: if the sum of a number’s digits is itself a multiple of , the number is a multiple of .
Example. Is a multiple of ? Sum the digits: , and is a multiple of — yes. Check: .
Example. Is a multiple of ? Sum the digits: , not a multiple of — no. Dividing confirms it: , not a whole number.
Is 3,742 a multiple of ? Answer for yes or for no.
Sum the digits: . Is that sum a multiple of ?Use common divisibility tests
If a number is a multiple of , we also say is divisible by — multiplication and division are inverse operations, so the multiple patterns above double as divisibility tests.
| A number is divisible by | if |
|---|---|
| the last digit is or | |
| the sum of the digits is divisible by | |
| the last digit is or | |
| it is divisible by both and | |
| the last digit is |
Example. Is divisible by and ?
- By : last digit — yes ().
- By : , divisible by — yes ().
- By : last digit — yes ().
- By : last digit — yes ().
So is divisible by all four.
Example. Is divisible by and ?
- By : last digit — no.
- By : , divisible by — yes.
- By : last digit — yes.
- By : last digit , not — no.
So is divisible by and , but not or .
Is 6240 divisible by ? Answer for yes or for no.
Sum the digits of 6240 and check whether that sum is divisible by .Is 7248 divisible by ? Answer for yes or for no.
Check the last digit of 7248 — is it or ?Find all the factors of a number
If is the product of and , we can also say and are factors of , and that we have factored : .
We can find every factor of a counting number by dividing it by each counting number in turn, starting at , stopping once the quotient becomes smaller than the divisor (past that point the same factor pairs would just repeat in reverse order).
Find all the factors of a counting number.
- Divide the number by each counting number, in order, until the quotient is smaller than the divisor. If the quotient is a counting number, the divisor and quotient are a pair of factors; if not, the divisor is not a factor.
- List all the factor pairs.
- Write all the factors in order from smallest to largest.
Example. Find all the factors of .
| Dividend | Divisor | Quotient | Factors |
|---|---|---|---|
| — | |||
| — | |||
The next divisor, , gives quotient — smaller than the divisor, so we stop. All the factors of , smallest to largest:
List all the factors of 96, separated by commas, from smallest to largest.
1, 2, 3, 4, 6, 8, 12, 16, 24, 32, 48, 96Divide 96 by each counting number starting at 1, and stop once the quotient is smaller than the divisor.Identify prime and composite numbers
Some numbers, like , have many factors. Others, like , have only two: and the number itself.
The prime numbers less than are and . To test whether a larger number is prime, check whether any prime number divides it, testing primes in order and stopping once the quotient drops below the divisor.
Determine if a number is prime.
- Test each prime, in order, to see if it is a factor of the number.
- Start with ; stop when the quotient is smaller than the divisor, or when a prime factor is found.
- If a prime factor was found, the number is composite. If none were found, the number is prime.
Example. Is prime or composite? Testing primes in order: not divisible by (last digit isn’t even), not by (, not a multiple of ), not by (last digit isn’t or ), not by (), not by (, and now the quotient is smaller than the divisor, so we stop). No prime factors were found, so is prime.
Example. Is prime or composite? Not divisible by , , or — but , a whole number. Since is a prime factor, is composite.
Is 91 prime or composite? Enter the smaller of its two nontrivial factors — the smallest prime number (other than ) that divides it evenly.
, a whole number, so 91 has a prime factor other than itself.Is 137 prime or composite? Answer for prime or for composite.
Test primes , , , , in order — none divide 137 evenly, and while , so testing through is enough.Key terms
multiple of a number — the product of a counting number and a given number. divisible — is divisible by if is a multiple of . factors — in , both and are factors of . prime number — a counting number greater than whose only factors are and itself. composite number — a counting number that is not prime.
This section is adapted from Prealgebra 2e, Section 2.4: Find Multiples and Factors by Lynn Marecek, MaryAnne Anthony-Smith, and Andrea Honeycutt Mathis, © OpenStax, licensed under CC BY-NC-SA 4.0. Access the original for free at openstax.org. Changes: condensed prose, recreated the multiples charts and divisibility tests as accessible Markdown tables, and converted practice problems (“Try Its”) into interactive exercises with instant feedback.