This site is a work in progress. New lessons are added regularly. Contact us
Chapter Review · a rapid pre-test review (speedrun)

Factors and Multiples: Chapter Review

A rapid review before the test: the chapter's vocabulary and notation, every formula with the conditions to use it, the standard problem types step by step, and the traps that cost points.

Vocabulary and notation

Divisible, factor, divisor, multiple
For d0d \neq 0, nn is divisible by dd when n÷dn \div d leaves remainder 00. Said three ways: dd is a factor (or divisor) of nn, and nn is a multiple of dd.
Digit sum
The total of all the digits, folded again if still awkward to read: 9,9963369{,}996 \to 33 \to 6.
Even, odd
Even means the last digit is 0,2,4,6,0, 2, 4, 6, or 88, the same property as divisible by 22. Every other whole number is odd.
Prime
A whole number greater than 11 with exactly two distinct factors, 11 and itself. The list starts 2,3,5,7,11,132, 3, 5, 7, 11, 13; 22 is the only even entry.
Composite
A whole number greater than 11 with more than two distinct factors. Every whole number greater than 11 is exactly one of prime or composite; 11 is neither, having only the factor 11.
Twin primes
Two primes differing by 22: 1111 and 1313.
Prime factorization
A whole number greater than 11 written as a product of primes only: 84=2×2×3×784 = 2 \times 2 \times 3 \times 7. A number already prime is its own factorization.
Prime-power form
The factorization with equal primes collected into powers, smallest prime first: 84=22×3×784 = 2^2 \times 3 \times 7. An exponent of 11 is left unwritten.
Common factor, GCF(a,b,)\operatorname{GCF}(a, b, \ldots)
A common factor divides all the numbers; the largest is the greatest common factor. Any list shares 11, so a GCF always exists.
Common multiple, LCM(a,b,)\operatorname{LCM}(a, b, \ldots)
A multiple of all the numbers; the smallest other than 00 is the least common multiple. Common multiples never run out.

Formulas and theorems

  • The divisibility tests

    2last digit 0,2,4,6,83digit sum a multiple of 34last two digits a multiple of 45last digit 0 or 56passes the 2 and 3 tests8last three digits a multiple of 89digit sum a multiple of 910last digit 0\begin{array}{r|l} 2 & \text{last digit } 0, 2, 4, 6, 8 \\ 3 & \text{digit sum a multiple of } 3 \\ 4 & \text{last two digits a multiple of } 4 \\ 5 & \text{last digit } 0 \text{ or } 5 \\ 6 & \text{passes the } 2 \text{ and } 3 \text{ tests} \\ 8 & \text{last three digits a multiple of } 8 \\ 9 & \text{digit sum a multiple of } 9 \\ 10 & \text{last digit } 0 \end{array}

    Use when Whole numbers in base ten. These are the digit tests; for 77 or 1111, divide directly.

  • Multiples of dd add and subtract

    (d×m)±(d×n)=d×(m±n)(d \times m) \pm (d \times n) = d \times (m \pm n)

    Use when Whole numbers, with mnm \ge n so the difference stays whole. A sum or difference of two multiples of dd is again one, so split off a part plainly divisible by dd and test only the leftover.

    e.g. 714=700+14714 = 700 + 14, and 77 divides both pieces, so 77 divides 714714.

  • A factor of a factor is a factor

    e divides d and d divides n e divides n\begin{gathered} e \text{ divides } d \text{ and } d \text{ divides } n\\ \Longrightarrow\ e \text{ divides } n \end{gathered}

    Use when Whole numbers, one direction only. Divisible by 99 forces divisible by 33, and by 1010 forces divisible by 22 and 55; divisible by 33 forces nothing about 99.

  • Remainder from the digit sum

    n and its digit sum leavethe same remainder ondivision by 9, and by 3\begin{gathered} n \text{ and its digit sum leave}\\ \text{the same remainder on}\\ \text{division by } 9, \text{ and by } 3 \end{gathered}

    Use when Base ten whole numbers. Fold as often as needed; a fold landing on 99 means remainder 00, not 99.

    e.g. 4,2714{,}271 has digit sum 1414, which leaves 55 on division by 99, so 4,2714{,}271 leaves 55.

  • Combined test for a composite divisor

    n is divisible by a×b    n is divisible by a and by b\begin{gathered} n \text{ is divisible by } a \times b\\ \iff n \text{ is divisible by } a \text{ and by } b \end{gathered}

    Use when Requires GCF(a,b)=1\operatorname{GCF}(a, b) = 1. Workable splits: 12=4×312 = 4 \times 3, 18=2×918 = 2 \times 9, 20=4×520 = 4 \times 5, 24=8×324 = 8 \times 3, 36=4×936 = 4 \times 9, 45=9×545 = 9 \times 5, 72=8×972 = 8 \times 9. Left to right holds unconditionally; only right to left needs the check.

  • Stopping rule for trial division

    test d=2,3,5,7,11,only while d×dn\begin{gathered} \text{test } d = 2, 3, 5, 7, 11, \ldots\\ \text{only while } d \times d \le n \end{gathered}

    Use when nn greater than 11. The bound is not strict: at n=49n = 49 you still test d=7d = 7. Any divisor found makes nn composite; none found in range makes it prime.

    e.g. For 127127 the largest dd with d×d127d \times d \le 127 is 1111, so 2,3,5,7,112, 3, 5, 7, 11 settle it.

  • Fundamental Theorem of Arithmetic

    n=p1a1×p2a2××pkakunique apart from order\begin{gathered} n = p_1^{a_1} \times p_2^{a_2} \times \cdots \times p_k^{a_k}\\ \text{unique apart from order} \end{gathered}

    Use when Every whole number greater than 11 has exactly one, with p1<p2<<pkp_1 < p_2 < \cdots < p_k prime and every ai1a_i \ge 1. A factor tree's starting split never changes it, and 11, not being prime, never appears.

    e.g. 8×98 \times 9 and 6×126 \times 12 both finish at 72=23×3272 = 2^3 \times 3^2.

  • Reading factors off a factorization

    d is a factor of n    d uses only primes of n,each to at most its exponent in n\begin{gathered} d \text{ is a factor of } n\\ \iff d \text{ uses only primes of } n,\\ \text{each to at most its exponent in } n \end{gathered}

    Use when nn greater than 11 in prime-power form; d=1d = 1 qualifies, using no primes. A prime absent from the factorization can never divide nn.

    e.g. 210=2×3×5×7210 = 2 \times 3 \times 5 \times 7: 35=5×735 = 5 \times 7 is a factor, 1111 is not.

  • Perfect squares and cubes from the exponents

    n is a perfect square    every exponent is evenn is a perfect cube    every exponent is a multiple of 3\begin{gathered} n \text{ is a perfect square}\\ \iff \text{every exponent is even}\\ n \text{ is a perfect cube}\\ \iff \text{every exponent is a multiple of } 3 \end{gathered}

    Use when nn greater than 11 in prime-power form, and every exponent must qualify, not just one.

    e.g. 784=24×72=282784 = 2^4 \times 7^2 = 28^2 is a square; 24×7=1122^4 \times 7 = 112 is not.

  • GCF and LCM from prime factorizations

    GCF:lowest powerof each shared primeLCM:highest powerof every prime that appears\begin{gathered} \operatorname{GCF}: \text{lowest power}\\ \text{of each shared prime}\\ \operatorname{LCM}: \text{highest power}\\ \text{of every prime that appears} \end{gathered}

    Use when Whole numbers greater than 11 in prime-power form. A prime present in only some adds nothing to the GCF and its full power to the LCM. Both rules extend to three or more numbers.

  • GCF times LCM

    GCF(a,b)×LCM(a,b)=a×bLCM(a,b)=(a×b)÷GCF(a,b)\begin{gathered} \operatorname{GCF}(a, b) \times \operatorname{LCM}(a, b) = a \times b\\ \operatorname{LCM}(a, b) = (a \times b) \div \operatorname{GCF}(a, b) \end{gathered}

    Use when Exactly two positive whole numbers, and no rule of this shape for three: GCF(2,3,4)×LCM(2,3,4)=12\operatorname{GCF}(2, 3, 4) \times \operatorname{LCM}(2, 3, 4) = 12, not 2424.

    e.g. 1818 and 3030: 6×90=5406 \times 90 = 540, and 18×30=54018 \times 30 = 540.

  • Size check on a GCF or an LCM

    GCF(a,b)a,bLCM(a,b)\operatorname{GCF}(a, b) \le a, b \le \operatorname{LCM}(a, b)

    Use when Positive whole numbers. Both become equalities exactly when the smaller divides the larger: 77 and 1414 give GCF 77, LCM 1414. And for two numbers, GCF(a,b)=1\operatorname{GCF}(a, b) = 1 exactly when LCM(a,b)=a×b\operatorname{LCM}(a, b) = a \times b.

Problem types, step by step

Sweep a number through all eight divisibility tests

  1. Last digit: even clears 22, a 00 or 55 clears 55, a 00 clears 1010.
  2. Digit sum: a multiple of 33 clears 33, a multiple of 99 clears 99.
  3. Last two digits as a number for 44, last three for 88.
  4. Passing both 22 and 33 clears 66.

e.g. 5,9405{,}940 ends in 00, digit sum 1818, last two digits 4040: clears 2,3,4,5,6,9,102, 3, 4, 5, 6, 9, 10, but 940÷8940 \div 8 leaves 44.

Fill in a missing digit so the number is divisible by dd

  1. Write down what the test for dd demands.
  2. 22, 55, 1010: a blank in the last place is forced to an allowed digit; elsewhere it is free.
  3. 33 or 99: add the known digits and pick the blank to reach the next multiple, discarding values above 99.
  4. 44 or 88: try 00 through 99 in the last two or three places and keep those that divide.
  5. Substitute back and rerun the test.

e.g. 747\square4 divisible by 99: 7+4=117 + 4 = 11, so the blank is 77, giving 774=9×86774 = 9 \times 86.

Test divisibility by a composite divisor

  1. Split the divisor into two factors whose GCF is 11: 36=4×936 = 4 \times 9, never 6×66 \times 6.
  2. Run each factor's test separately.
  3. Both pass means divisible; either failing means not.

e.g. 2,7722{,}772 ends 7272 (clears 44) and has digit sum 1818 (clears 99), so 3636 divides it: 2,772=36×772{,}772 = 36 \times 77.

Decide whether a number is prime or composite

  1. Set 11 aside as neither; settle 22 and 33 on sight.
  2. Run the 22, 33, 55 tests; a hit makes nn composite unless nn is that divisor itself.
  3. Trial-divide by 7,11,13,7, 11, 13, \ldots, testing dd only while d×dnd \times d \le n.
  4. Divisor found: composite. Range exhausted with none: prime.

e.g. 149149: 2,3,5,7,112, 3, 5, 7, 11 all fail and 13×13=169>14913 \times 13 = 169 > 149, so 149149 is prime.

List every prime up to a limit (sieve of Eratosthenes)

  1. Write 22 through the limit; never list 11.
  2. Circle the smallest uncrossed number; it is prime.
  3. Cross out every larger multiple of it.
  4. Repeat until the circled prime times itself passes the limit; everything left standing is prime.

e.g. Up to 2020: cross multiples of 22, then of 33, and stop since 5×5>205 \times 5 > 20, leaving 2,3,5,7,11,13,17,192, 3, 5, 7, 11, 13, 17, 19.

Find a prime factorization

  1. Factor tree: split into any two factors above 11, splitting each composite branch until every leaf is prime.
  2. Or divide repeatedly by the smallest prime that fits, using the divisibility tests, until the quotient is 11.
  3. Collect into prime-power form, smallest prime first.
  4. Multiply back out to confirm the original number.

e.g. 468÷2=234468 \div 2 = 234, ÷2=117\div 2 = 117, ÷3=39\div 3 = 39, ÷3=13\div 3 = 13, so 468=22×32×13468 = 2^2 \times 3^2 \times 13.

Find the GCF and the LCM from prime factorizations

  1. Write every number in prime-power form; list every prime appearing anywhere.
  2. GCF: lowest power of each prime present in all of them, dropping any prime missing from even one.
  3. LCM: highest power of each prime appearing anywhere.
  4. Check: the GCF divides every number, and every number divides the LCM.
  5. Listing method, for small numbers: take the largest factor shared by every list, or the first value all the multiple lists share.

e.g. 90=2×32×590 = 2 \times 3^2 \times 5 and 84=22×3×784 = 2^2 \times 3 \times 7 give GCF=6\operatorname{GCF} = 6 and LCM=22×32×5×7=1,260\operatorname{LCM} = 2^2 \times 3^2 \times 5 \times 7 = 1{,}260.

Recover a missing value from the product rule

  1. Confirm exactly two numbers are involved.
  2. Write GCF×LCM=a×b\operatorname{GCF} \times \operatorname{LCM} = a \times b and mark the three known quantities.
  3. Divide to isolate the missing one.
  4. Check against the size bounds and the given GCF.

e.g. GCF=8\operatorname{GCF} = 8, LCM=240\operatorname{LCM} = 240, a=48a = 48: then b=(8×240)÷48=40b = (8 \times 240) \div 48 = 40.

Decide whether a word problem wants the GCF or the LCM

  1. Largest equal groups, biggest piece fitting several totals, most identical bundles from fixed supplies: GCF of the totals.
  2. Repeating cycles next coinciding, or the smallest amount several fixed sizes all reach exactly: LCM of the cycle lengths.
  3. Compute it, then answer what was asked: often a per-group count a÷GCFa \div \operatorname{GCF}, not the GCF.

e.g. 5454 red and 3636 blue pens into identical largest packs: GCF(54,36)=18\operatorname{GCF}(54, 36) = 18 packs, each of 33 red and 22 blue.

Exam traps

  • Trap Reading a digit sum that is a multiple of 33 as proof of divisibility by 99.

    Fix Only a digit sum that is a multiple of 99 clears 99. The digit sum of 888888 is 2424, a multiple of 33 but not 99: 888÷3=296888 \div 3 = 296, but 888÷9888 \div 9 leaves 66.

  • Trap Splitting a composite divisor into factors that share a factor, testing 1212 as "22 and 66" or 44 as "22, twice".

    Fix The split needs GCF=1\operatorname{GCF} = 1. 1818 passes the 22 and 66 tests yet 18÷1218 \div 12 is not whole; 12=4×312 = 4 \times 3 correctly fails it.

  • Trap Quitting trial division after the first few primes fail.

    Fix Keep going while d×dnd \times d \le n. Stopping on 391391 after 1313 misses 391=17×23391 = 17 \times 23, since 19×19=361<39119 \times 19 = 361 < 391.

  • Trap Treating 11 as prime, or assuming every prime is odd and every odd number prime.

    Fix 11 has a single factor, so it is neither. 22 is prime and even, while 99, 1515, 2121, 2727 are odd and composite.

  • Trap Handing in a partial split as a prime factorization, as 24=22×624 = 2^2 \times 6.

    Fix Every factor written must be prime. Split the 66 and finish at 24=23×324 = 2^3 \times 3.

  • Trap Dropping an unshared prime from the LCM, or swapping the lowest-power and highest-power rules.

    Fix A prime in only one number joins the LCM at full power. For 8=238 = 2^3 and 9=329 = 3^2: LCM=72\operatorname{LCM} = 72, GCF=1\operatorname{GCF} = 1, never LCM=1\operatorname{LCM} = 1.

  • Trap Handing in a×ba \times b as the LCM.

    Fix That is a common multiple, least only when GCF(a,b)=1\operatorname{GCF}(a, b) = 1. For 66 and 1010 the product 6060 is not the LCM 3030; divide the product by the GCF.

  • Trap Carrying GCF×LCM=a×b\operatorname{GCF} \times \operatorname{LCM} = a \times b over to three numbers.

    Fix Guaranteed for a pair, no rule for three: GCF(2,3,4)=1\operatorname{GCF}(2, 3, 4) = 1 and LCM(2,3,4)=12\operatorname{LCM}(2, 3, 4) = 12 multiply to 1212, not 2424. Use the highest powers for a three-number LCM.

Chapter test Questions from across the chapter