Skip to content
Find Multiples and Factors

Find Multiples and Factors

By the end of this section, you will be able to: identify multiples of numbers, use common divisibility tests, find all the factors of a number, and identify prime and composite numbers.

Identify multiples of numbers

If you count shoes in pairs — 2,4,6,8,10,122, 4, 6, 8, 10, 12 — each number in that list is a multiple of 22: the product of a counting number and 22 (12,22,32,1 \cdot 2, 2 \cdot 2, 3 \cdot 2, \dots).

Multiple of a number. A number is a multiple of nn if it is the product of a counting number and nn.

Some multiples are easy to spot from a number’s last digit:

  • A number is a multiple of 22 if its last digit is 0,2,4,6,0, 2, 4, 6, or 88.
  • A number is a multiple of 55 if its last digit is 55 or 00.
  • A number is a multiple of 1010 if its last digit is 00.

Example. Is 3,7143{,}714 a multiple of 22? Its last digit is 44, one of 0,2,4,6,80, 2, 4, 6, 8 — yes.

Example. Is 880880 a multiple of 55? Its last digit is 00 — yes.

Is 21,493 a multiple of 22? Answer 11 for yes or 00 for no.

Is 2,690 a multiple of 55? Answer 11 for yes or 00 for no.

The pattern for multiples of 33 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 33, the number is a multiple of 33.

Example. Is 645645 a multiple of 33? Sum the digits: 6+4+5=156 + 4 + 5 = 15, and 1515 is a multiple of 33 — yes. Check: 645÷3=215645 \div 3 = 215.

Example. Is 10,51910{,}519 a multiple of 33? Sum the digits: 1+0+5+1+9=161 + 0 + 5 + 1 + 9 = 16, not a multiple of 33 — no. Dividing confirms it: 10,519÷3=3,506 R110{,}519 \div 3 = 3{,}506\ \text{R}1, not a whole number.

Is 3,742 a multiple of 33? Answer 11 for yes or 00 for no.

Use common divisibility tests

If a number mm is a multiple of nn, we also say mm is divisible by nn — multiplication and division are inverse operations, so the multiple patterns above double as divisibility tests.

A number is divisible byif
22the last digit is 0,2,4,6,0, 2, 4, 6, or 88
33the sum of the digits is divisible by 33
55the last digit is 55 or 00
66it is divisible by both 22 and 33
1010the last digit is 00

Example. Is 1,2901{,}290 divisible by 2,3,5,2, 3, 5, and 1010?

  • By 22: last digit 00 — yes (1290÷2=6451290 \div 2 = 645).
  • By 33: 1+2+9+0=121 + 2 + 9 + 0 = 12, divisible by 33 — yes (1290÷3=4301290 \div 3 = 430).
  • By 55: last digit 00 — yes (1290÷5=2581290 \div 5 = 258).
  • By 1010: last digit 00 — yes (1290÷10=1291290 \div 10 = 129).

So 1,2901{,}290 is divisible by all four.

Example. Is 5,6255{,}625 divisible by 2,3,5,2, 3, 5, and 1010?

  • By 22: last digit 55 — no.
  • By 33: 5+6+2+5=185 + 6 + 2 + 5 = 18, divisible by 33 — yes.
  • By 55: last digit 55 — yes.
  • By 1010: last digit 55, not 00 — no.

So 5,6255{,}625 is divisible by 33 and 55, but not 22 or 1010.

Is 6240 divisible by 33? Answer 11 for yes or 00 for no.

Is 7248 divisible by 55? Answer 11 for yes or 00 for no.

Find all the factors of a number

If 7272 is the product of 88 and 99, we can also say 88 and 99 are factors of 7272, and that we have factored 7272: 89=728 \cdot 9 = 72.

Factors. In the expression aba \cdot b, both aa and bb are called factors. If ab=ma \cdot b = m and both aa and bb are integers, then aa and bb are factors of mm, and mm is the product of aa and bb.

We can find every factor of a counting number by dividing it by each counting number in turn, starting at 11, 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.

  1. 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.
  2. List all the factor pairs.
  3. Write all the factors in order from smallest to largest.

Example. Find all the factors of 7272.

DividendDivisorQuotientFactors
72721172721,721, 72
72722236362,362, 36
72723324243,243, 24
72724418184,184, 18
72725514.414.4
72726612126,126, 12
72727710.29\approx 10.29
727288998,98, 9

The next divisor, 99, gives quotient 88 — smaller than the divisor, so we stop. All the factors of 7272, smallest to largest:

1,2,3,4,6,8,9,12,18,24,36,721, 2, 3, 4, 6, 8, 9, 12, 18, 24, 36, 72

List all the factors of 96, separated by commas, from smallest to largest.

Identify prime and composite numbers

Some numbers, like 7272, have many factors. Others, like 77, have only two: 11 and the number itself.

Prime and composite numbers. A prime number is a counting number greater than 11 whose only factors are 11 and itself. A composite number is a counting number that is not prime. (The number 11 is neither prime nor composite — its only factor is itself.)

The prime numbers less than 2020 are 2,3,5,7,11,13,17,2, 3, 5, 7, 11, 13, 17, and 1919. 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.

  1. Test each prime, in order, to see if it is a factor of the number.
  2. Start with 22; stop when the quotient is smaller than the divisor, or when a prime factor is found.
  3. If a prime factor was found, the number is composite. If none were found, the number is prime.

Example. Is 8383 prime or composite? Testing primes in order: not divisible by 22 (last digit isn’t even), not by 33 (8+3=118+3=11, not a multiple of 33), not by 55 (last digit isn’t 55 or 00), not by 77 (83÷711.85783 \div 7 \approx 11.857), not by 1111 (83÷117.54583 \div 11 \approx 7.545, and now the quotient is smaller than the divisor, so we stop). No prime factors were found, so 8383 is prime.

Example. Is 7777 prime or composite? Not divisible by 22, 33, or 55 — but 77÷7=1177 \div 7 = 11, a whole number. Since 77 is a prime factor, 7777 is composite.

Is 91 prime or composite? Enter the smaller of its two nontrivial factors — the smallest prime number (other than 11) that divides it evenly.

Is 137 prime or composite? Answer 11 for prime or 00 for composite.

Key terms

multiple of a number — the product of a counting number and a given number. divisiblemm is divisible by nn if mm is a multiple of nn. factors — in ab=ma \cdot b = m, both aa and bb are factors of mm. prime number — a counting number greater than 11 whose only factors are 11 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.