Playing with Numbers
Factors, Multiples, Prime & Composite
A factor divides a number exactly; a multiple is the result of multiplying by 1, 2, 3, … A prime number has exactly two factors (1 and itself); a composite number has more than two. The number 1 is neither.
- Factor divides exactly; multiple comes from multiplying.
- Prime: exactly two factors; composite: more than two; 1 is neither.
Divisibility Rules & Prime Factorisation
What is Prime Factorization?
Prime factorization is breaking down a number into its prime factors – the prime numbers that multiply together to make the original number.
Prime Numbers: Numbers greater than 1 with exactly 2 factors (1 and itself)
- Examples: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29...
Composite Numbers: Numbers with more than 2 factors
- Examples: 4, 6, 8, 9, 10, 12...
What is a Factor Tree?
A factor tree is a diagram that shows how a number breaks down into prime factors.
Steps to Build a Factor Tree:
- Write the number at the top
- Find two factors that multiply to make the number
- Branch them down
- Continue breaking composite numbers until all "leaves" are prime
- Circle the prime numbers
FACTOR TREE FOR 24: 24 / 4 6 / / 2 2 2 3 Prime factors: 2, 2, 2, 3 Written as: 2³ × 3 FACTOR TREE FOR 36: 36 / 6 6 / / 2 3 2 3 Prime factors: 2, 2, 3, 3 Written as: 2² × 3² FACTOR TREE FOR 48: 48 / 6 8 / / 2 3 2 4 / 2 2 Prime factors: 2, 2, 2, 2, 3 Written as: 2⁴ × 3 ANOTHER WAY TO BUILD (different factors): 48 / 4 12 / / 2 2 3 4 / 2 2 Same result: 2⁴ × 3
Find the prime factorization of 30 using a factor tree.
``` 30 / 5 6 / 2 3
Prime factors: 5, 2, 3 Answer: 2 × 3 × 5 ```
Find the prime factorization of 72.
``` 72 / 8 9 / / 2 4 3 3 / 2 2
Prime factors: 2, 2, 2, 3, 3 Answer: 2³ × 3² ```
Find the prime factorization of 100.
``` 100 / 10 10 / / 2 5 2 5
Prime factors: 2, 2, 5, 5 Answer: 2² × 5² ```
- Use divisibility rules for quick checks.
- Prime factorisation = a number as a product of primes.
- Prime numbers have exactly 2 factors
- Factor tree breaks numbers down to primes
- Order doesn't matter – multiplication is commutative
- Use exponents for repeated factors
- Every number has exactly one prime factorization
HCF & LCM
What is LCM?
The Least Common Multiple (LCM) is the smallest positive number that is a multiple of two or more numbers.
Method 1: List Multiples
Find LCM of 4 and 6:
- Multiples of 4: 4, 8, 12, 16, 20, 24...
- Multiples of 6: 6, 12, 18, 24, 30...
- Common multiples: 12, 24, 36...
- Least common multiple: 12
Method 2: Prime Factorization
Find LCM of 4 and 6:
- 4 = 2²
- 6 = 2 × 3
- Take the largest power of each prime:
- For 2: max(2, 1) = 2² = 4
- For 3: max(0, 1) = 3¹ = 3
- LCM = 4 × 3 = 12
Method 3: Using GCF Formula
LCM(a, b) = (a × b) ÷ GCF(a, b)
Example: LCM(4,6) = (4×6) ÷ GCF(4,6)
= 24 ÷ 2 = 12MULTIPLES ON NUMBER LINE - LCM(4,6):
Multiples of 4: 0 4 8 12 16 20 24
│ │ │ │ │ │ │
Multiples of 6: 0 6 12 18 24
│ │ │ │ │
First common: 12 ← LCM
PRIME FACTORIZATION METHOD - LCM(12, 18):
12 = 2² × 3
18 = 2 × 3²
Take largest powers:
2² = 4
3² = 9
LCM = 4 × 9 = 36
Check: 36 ÷ 12 = 3, 36 ÷ 18 = 2 ✓
USING VENN DIAGRAM FOR LCM:
Place prime factors in a Venn diagram
12 18
(2² × 3) (2 × 3²)
┌─────┬─────┐
│ 12 │ 18 │
│ │ │
┌──┼───┐ │ ┌───┼──┐
│ │ │ │ │ │ │
│ │ 3 │ │ │ 2 │ │
│ │ │ │ │ │ │
│ └───┼─┼─┼───┘ │
│ │ │ │ │
│ 2 │3│ 2² │
│ │ │ │ │
└──────┴─┴─┴──────┘
LCM = multiply all primes in the diagram
= 2² × 3² = 4 × 9 = 36
REAL-LIFE APPLICATION:
Bus A comes every 4 minutes.
Bus B comes every 6 minutes.
They both leave at the same time.
When will they next leave together?
Answer: LCM(4,6) = 12 minutesFind the LCM of 6 and 8.
Solution (Listing multiples):
- Multiples of 6: 6, 12, 18, 24, 30...
- Multiples of 8: 8, 16, 24, 32...
- First common: 24
Find LCM of 9 and 12 using prime factorization.
- 9 = 3²
- 12 = 2² × 3
- Largest powers: 2² (4), 3² (9)
- LCM = 4 × 9 = 36
Find LCM of 5 and 7.
- 5 and 7 are both prime and different
- They share no common factors
- LCM = 5 × 7 = 35
Find LCM(8, 12) using GCF formula.
- GCF(8,12) = 4
- LCM = (8 × 12) ÷ 4 = 96 ÷ 4 = 24
- HCF = largest common factor.
- LCM = smallest common multiple.
- LCM = smallest number that is a multiple of all given numbers
- Method 1: List multiples until common found
- Method 2: Prime factorization (take largest powers)
- Method 3: (a×b) ÷ GCF(a,b)
- LCM helps find when events repeat/synchronize
- For primes: LCM = product