The vocabulary
- A factor of n divides it exactly (factors of 12: 1, 2, 3, 4, 6, 12).
- A multiple of n is an integer (multiples of 4: 4, 8, 12, …).
- A prime has exactly two factors, 1 and itself (2, 3, 5, 7, 11, …). 2 is the only even prime.
Prime factorization
Break a number into primes; it is the fingerprint of the number.
GCF and LCM from the primes
- GCF (greatest common factor product of the shared primes, lowest powers.
- LCM (least common multiple product of all primes, highest powers.
Handy check: GCF LCM product of the two numbers
Divisibility shortcuts
- by 2: last digit even
- by 3: digit sum divisible by 3
- by 5: ends in 0 or 5
- by 9: digit sum divisible by 9