Prime Time
Why This Matters
Some numbers are very friendly. You can split them into equal groups many ways. Take 12. You can make 2 groups of 6. Or 3 groups of 4. Or 4 groups of 3. Lots of choices.
But some numbers are stubborn. Take 7. Try to share 7 toffees equally among friends. You can give 1 toffee each to 7 friends, or all 7 to 1 friend. That is all. No other neat way works.
These stubborn numbers are called prime numbers. They are the building blocks of all other numbers. Every number is made by multiplying primes together, just like every word is made from letters.
In this chapter you will learn to find a number’s building blocks. You will play two fun games to spot factors and multiples. You will meet co-prime numbers. And you will learn quick tricks to check if a big number can be divided by 2, 3, 4, 5, 6, 9 or 10 — without doing long division. These tricks will save you time for the rest of your life.
The Big Idea
Every counting number bigger than 1 is built by multiplying prime numbers together. A prime is a number with exactly two factors — 1 and itself. Primes are like the bricks of the number world. Once you know which bricks build a number, lots of things become easy: you can tell what divides it, whether two numbers share a common factor, and how two numbers line up. This chapter is about finding those bricks.
Let’s Break It Down
Factors and Multiples
Two small words do a lot of work in this chapter: factor and multiple. Let us meet them.
A factor of a number is a number that divides it exactly. “Exactly” means nothing is left over — the remainder is 0.
For example, the factors of 12 are 1, 2, 3, 4, 6 and 12. Each one divides 12 with no remainder. Check: 12 ÷ 3 = 4, no remainder. So 3 is a factor.
Here is a nice way to see the factors of a number. Imagine 12 figs (anjeer). Try to line them up in neat rows of equal size. Each neat rectangle gives you a factor pair.
The picture below shows every way to arrange 12 figs in equal rows.
Now the other word. A multiple of a number is what you get when you multiply that number by 1, 2, 3, 4, and so on.
For example, the multiples of 3 are 3, 6, 9, 12, 15, 18, … (that is 3 × 1, 3 × 2, 3 × 3, …). The list never ends.
These two words are two sides of the same coin. If 3 is a factor of 12, then 12 is a multiple of 3. They always come in a pair.
Multiplication tables are the key to both ideas, so let us refresh them.
Let us find every factor of a number by checking, one by one, what divides it.
Find all the factors of 18.
- Start at 1. Does 1 divide 18? Yes, always. So 1 is a factor. And 18 ÷ 1 = 18, so 18 is a factor too. Pair: 1 and 18.
- Try 2. 18 ÷ 2 = 9, no remainder. So 2 is a factor, and so is 9. Pair: 2 and 9.
- Try 3. 18 ÷ 3 = 6, no remainder. So 3 is a factor, and so is 6. Pair: 3 and 6.
- Try 4. 18 ÷ 4 leaves a remainder (4 × 4 = 16, then 2 left over). So 4 is NOT a factor. Try 5. Also leaves a remainder. Not a factor.
- Next would be 6, but we already found 6 in step 3. Once the numbers start repeating, we can stop. The factors of 18 are: 1, 2, 3, 6, 9 and 18.
Is 1 a factor of every number? Why?
Yes. Every number divides exactly by 1, leaving no remainder (for example 7 ÷ 1 = 7). So 1 is a factor of every number. Also, every number is a factor of itself, because a number ÷ itself = 1 with no remainder.
Common Factors and Common Multiples (the Idli-Vada game)
Sometimes we want to compare two numbers. We look for the factors they share, and the multiples they share.
There is a lovely game in your textbook for this. It is called the Idli-Vada game.
Children sit in a circle and count: 1, 2, 3, 4, … But there are two rules:
- When your number is a multiple of 3 (like 3, 6, 9, …), you say “idli” instead of the number.
- When your number is a multiple of 5 (like 5, 10, 15, …), you say “vada” instead.
- And when your number is a multiple of both 3 and 5, you say “idli-vada”!
So when do you say “idli-vada”? Only for numbers that are in both tables. The first such number is 15 (it is 3 × 5). The next is 30. These shared multiples are called common multiples of 3 and 5.
The picture below shows the game played from 1 to 30. Two circles overlap, and the overlap holds the idli-vada numbers.
A common multiple of two numbers is a number found in both their tables. A common factor of two numbers is a number that divides both of them exactly.
Let us find common factors with a worked example.
Find the common factors of 12 and 18.
- List the factors of 12: 1, 2, 3, 4, 6, 12.
- List the factors of 18: 1, 2, 3, 6, 9, 18.
- Now circle the numbers that appear in BOTH lists: 1, 2, 3 and 6.
- So the common factors of 12 and 18 are 1, 2, 3 and 6.
Will the number 1 always be a common factor of any two numbers?
Yes, always. 1 divides every number exactly. So 1 sits in everybody’s factor list. That means 1 is a common factor of any pair of numbers.
Prime and Composite Numbers (and why 1 is neither)
Now look again at how numbers behave when you try to arrange them in neat rows.
Some numbers, like 7, can be arranged in only one way: a single row. Their only factors are 1 and the number itself.
Other numbers, like 8 or 12, can be arranged in more than one way. They have extra factors hiding inside.
The picture below shows this difference clearly.
So here are the two big words:
A prime number has exactly two factors: 1 and itself. Examples: 2, 3, 5, 7, 11, 13.
A composite number has more than two factors. Examples: 4, 6, 8, 9, 10, 12.
A clever old way to find all the primes is the Sieve of Eratosthenes (named after a Greek mathematician from long ago). You write the numbers in a grid, cross out 1, then keep one of each prime and cross out all its bigger multiples. Whatever stays uncrossed is prime.
The figure below shows the result up to 30.
Now, the special case. Why is 1 neither prime nor composite?
This is not just a rule to memorise. There is a clear reason.
Count the factors of 1. The only number that divides 1 is 1 itself. So 1 has just one factor.
- A prime needs exactly two factors. 1 has only one, so 1 is not prime.
- A composite needs more than two factors. 1 has only one, so 1 is not composite.
1 falls into neither box. So we say 1 is special — it is neither prime nor composite. That is why the grey box for 1 stands alone in Figure 5.4.
2 is an even number. Is it prime? And is any other even number prime?
Yes, 2 is prime — its only factors are 1 and 2. But 2 is the only even prime. Every other even number (4, 6, 8, …) can be divided by 2, so it has 2 as an extra factor on top of 1 and itself. That gives it more than two factors, making it composite.
Prime Factorisation
Primes are the building bricks. So we can take any composite number and break it down until only primes are left. This breaking-down is called prime factorisation.
The easiest way to do it is a factor tree. You split the number into any two factors. Then split those factors. Keep splitting until every branch ends in a prime. A prime cannot split any more, so it becomes a “leaf” of the tree.
Let us build a factor tree for 36, step by step.
Write 36 as a product of prime numbers.
- Split 36 into any two factors. An easy pick: 36 = 4 × 9.
- Now look at 4. It is composite. Split it: 4 = 2 × 2. Both 2s are prime, so those branches stop.
- Now look at 9. It is composite. Split it: 9 = 3 × 3. Both 3s are prime, so those branches stop.
- Collect all the leaves (the primes): 2, 2, 3, 3. Multiplying them: 36 = 2 × 2 × 3 × 3 = 2² × 3².
The figure below shows this whole tree in one picture.
Here is something wonderful. You can split a number in different ways at the start. You could have begun with 36 = 6 × 6, or 36 = 2 × 18. But you always end up with the same set of primes: two 2s and two 3s. The order may change, but the bricks never do. Every number has only one prime recipe.
Why does a factor tree always come to an end?
Because every split makes the numbers smaller. 36 splits into 4 and 9 — both smaller. 9 splits into 3 and 3 — smaller still. You cannot keep getting smaller forever. Sooner or later every branch reaches a prime, which cannot split. So the tree must stop.
Co-prime numbers
Sometimes two numbers share no factors at all — except the 1 that everybody shares. Such a pair has a special name: co-prime.
Two numbers are co-prime if their only common factor is 1.
Be careful: the numbers themselves do not have to be prime! For example, 8 and 9 are both composite. But check their factors:
- Factors of 8: 1, 2, 4, 8
- Factors of 9: 1, 3, 9
The only number in both lists is 1. So 8 and 9 are co-prime, even though neither is prime.
Prime factorisation gives a quick way to test this: if two numbers share no common prime brick, they are co-prime.
Are 56 and 63 co-prime?
- Break 56 into primes: 56 = 2 × 2 × 2 × 7.
- Break 63 into primes: 63 = 3 × 3 × 7.
- Compare the bricks. 56 uses 2 and 7. 63 uses 3 and 7. They both use the brick 7.
- Since they share the prime 7, they have a common factor bigger than 1. So 56 and 63 are NOT co-prime.
Are any two different prime numbers always co-prime?
Yes. A prime’s only factors are 1 and itself. Two different primes, like 5 and 7, cannot share any factor except 1 (neither divides the other). So any two different primes are always co-prime.
Divisibility rules (and the simple reason for each)
Imagine a big number like 8560. Is it divisible by 2? By 5? By 4? Doing long division each time is slow. Luckily there are quick tricks. They are called divisibility rules.
The figure below is a handy table. We will explain why each one works, because none of them is magic.
Let us see why each rule is true.
By 10 — last digit is 0. Our number system counts in tens. Every multiple of 10 (10, 20, 30, …) ends in 0. So a number splits neatly into tens only when it ends in 0.
By 5 — last digit is 0 or 5. Count in fives: 5, 10, 15, 20, 25, … The last digit is always 0 or 5. So those are the only endings that work.
By 2 — last digit is even (0, 2, 4, 6, 8). Every group of 10 splits into 2 evenly (10 = 2 × 5). So the tens part of any number is always divisible by 2. Only the last digit decides. If the last digit is even, the whole number is.
By 4 — the last two digits make a multiple of 4. Here 100 is the key: 100 = 4 × 25, so any number of hundreds divides evenly by 4. Thousands, hundreds — all gone. Only the last two digits are left to decide. For 8536, just check 36. Since 36 = 4 × 9, the whole of 8536 is divisible by 4.
By 3 — the digits add up to a multiple of 3. Here is the gentle reason. 9 is divisible by 3, and so is 99, and 999. So if you take away all the full tens, hundreds and thousands (which are made of 9s, 99s, 999s plus a little), what is left over is exactly the sum of the digits. So the whole number divides by 3 only when the digit sum does. Example: 8560 → 8 + 5 + 6 + 0 = 19. 19 is not a multiple of 3, so 8560 is not divisible by 3.
By 9 — the digits add up to a multiple of 9. Same idea, but with 9 instead of 3 (because 9, 99, 999 are all multiples of 9). Example: 8550 → 8 + 5 + 5 + 0 = 18, and 18 = 9 × 2. So 8550 is divisible by 9.
By 6 — divisible by both 2 and 3. This one builds on the others. 6 = 2 × 3. So a number divides by 6 only when it divides by 2 and by 3 at the same time. Example: 8550 ends in 0 (so divisible by 2), and its digits add to 18 (so divisible by 3). Both true, so 8550 is divisible by 6.
Without long division, check whether 4 530 is divisible by 2, 3, 5 and 6.
- By 2: the last digit is 0, which is even. So yes, divisible by 2.
- By 5: the last digit is 0. So yes, divisible by 5.
- By 3: add the digits, 4 + 5 + 3 + 0 = 12. Since 12 = 3 × 4, yes, divisible by 3.
- By 6: it is divisible by both 2 and 3, so it is divisible by 6. Final answer: 4530 is divisible by 2, 3, 5 and 6.
Common Mistakes
Some ideas in this chapter trick almost everyone at first. Here are the traps to watch for.
1 is a prime number.
A prime is described as a number that you can divide only by 1 and itself, and 1 fits that picture nicely — you really can only divide it by 1 and by 1. So it feels like the very first prime.
A prime must have EXACTLY TWO different factors. The number 1 has only one factor (itself), so it falls short. That is why 1 is neither prime nor composite — it is special.
All odd numbers are prime.
The first odd numbers you meet — 3, 5, 7 — happen to be prime, and 2 is the only even prime, so it is easy to feel that 'odd' and 'prime' go together.
Plenty of odd numbers are composite. 9 = 3 × 3, 15 = 3 × 5, and 21 = 3 × 7 are all odd, yet each has more than two factors.
To be co-prime, both numbers must themselves be prime.
The word 'co-prime' has 'prime' inside it, so it sounds like both numbers need to be prime numbers.
Co-prime only means the two numbers share no common factor except 1. The numbers can be composite. For example, 8 and 9 are both composite but still co-prime.
A factor of a number is always smaller than a multiple of it.
Factors do tend to be small and multiples do grow large, so it feels like factors are 'below' and multiples are 'above' — different worlds.
A number is both a factor AND a multiple of itself. For example, 6 is a factor of 6 (6 ÷ 6 = 1) and also the first multiple of 6 (6 × 1 = 6). Factor and multiple are two views of the same link.
Quick Check
Time to test yourself. Pick one answer in each.
Which of these is a prime number?
11 has only two factors, 1 and 11, so it is prime. The others are composite: 9 = 3 × 3, 15 = 3 × 5, and 21 = 3 × 7.
What is the prime factorisation of 24?
24 = 2 × 2 × 2 × 3, and these are all primes. The other answers still contain composite numbers (12, 4, 6), so they are not fully broken down into primes.
Which pair of numbers is co-prime?
8 = 2 × 2 × 2 and 15 = 3 × 5 share no common prime, so their only common factor is 1 — they are co-prime. The others share a factor: 6 and 9 share 3, 10 and 15 share 5, 12 and 18 share 6.
Which number is divisible by 9?
Add the digits of 4311: 4 + 3 + 1 + 1 = 9, which is a multiple of 9. So 4311 is divisible by 9. The digit sums of the others (8, 4, 10) are not multiples of 9.
Practice Problems
Try each one yourself first. Then tap to check the full solution.
Easy
List all the factors of 24.
Go up from 1 and find every pair. 1 × 24, 2 × 12, 3 × 8, 4 × 6. Next would be 6, which repeats, so we stop. The factors of 24 are: 1, 2, 3, 4, 6, 8, 12, 24.
Write the first five multiples of 7.
Multiply 7 by 1, 2, 3, 4, 5. 7 × 1 = 7, 7 × 2 = 14, 7 × 3 = 21, 7 × 4 = 28, 7 × 5 = 35. The first five multiples of 7 are: 7, 14, 21, 28, 35.
Is 45 prime or composite? Why?
Check its factors. 45 = 1 × 45, and also 45 = 3 × 15, and 45 = 5 × 9. So 45 has more than two factors (1, 3, 5, 9, 15, 45). A number with more than two factors is composite. So 45 is composite.
Medium
Find the common factors of 20 and 28.
Factors of 20: 1, 2, 4, 5, 10, 20. Factors of 28: 1, 2, 4, 7, 14, 28. The numbers in both lists are 1, 2 and 4. So the common factors of 20 and 28 are: 1, 2 and 4.
Write the prime factorisation of 60.
Build a factor tree. 60 = 6 × 10. Now split each: 6 = 2 × 3 and 10 = 2 × 5. So 60 = 2 × 3 × 2 × 5. Putting the primes in order: 60 = 2 × 2 × 3 × 5 = 2² × 3 × 5.
Check whether 7 524 is divisible by 6.
A number is divisible by 6 only if it is divisible by both 2 and 3. By 2: the last digit is 4, which is even. Pass. By 3: add the digits, 7 + 5 + 2 + 4 = 18. Since 18 = 3 × 6, it passes. It passes both tests, so 7524 is divisible by 6.
Challenge
Find the smallest number that is a multiple of 4, 5 and 6 all at once.
We want a number that appears in the tables of 4, 5 and 6. Use prime bricks. 4 = 2 × 2, 5 = 5, 6 = 2 × 3. The number must contain enough bricks to cover all three: it needs two 2s (for the 4), one 3 (for the 6), and one 5 (for the 5). Multiply these bricks: 2 × 2 × 3 × 5 = 60. Check: 60 ÷ 4 = 15, 60 ÷ 5 = 12, 60 ÷ 6 = 10 — all exact. So the smallest such number is 60.
Two numbers are both less than 10. The first time anyone says 'idli-vada' in the game is at 24. What could the two numbers be?
“Idli-vada” is said at the first common multiple of the two numbers. So the first shared multiple must be exactly 24. We need two numbers, each below 10, whose smallest common multiple is 24. Try 8 and 6. Multiples of 8: 8, 16, 24, … Multiples of 6: 6, 12, 18, 24, … Their first common multiple is 24. Both 6 and 8 are below 10. So the two numbers could be 6 and 8.
Summary
- A factor of a number divides it exactly (no remainder). A multiple is the number times 1, 2, 3, … If 3 is a factor of 12, then 12 is a multiple of 3.
- A common factor divides both numbers; a common multiple appears in both tables. The Idli-Vada game finds common multiples.
- A prime number has exactly two factors (1 and itself). A composite number has more than two.
- The number 1 is special — it has only one factor, so it is neither prime nor composite.
- Prime factorisation breaks a number into its prime bricks, using a factor tree. Every number has only one set of prime bricks. Example: 36 = 2² × 3².
- Two numbers are co-prime if their only common factor is 1. They need not be prime themselves (8 and 9 are co-prime).
- Divisibility rules let you check division quickly: by 2 (even last digit), 5 (ends in 0 or 5), 10 (ends in 0), 4 (last two digits), 3 and 9 (digit sum), and 6 (divisible by both 2 and 3).
What’s Next
You now know how numbers are built and split. Next comes shape and measurement. In Chapter 6 — Perimeter and Area, you will learn to measure the distance around a shape (its perimeter) and the space it covers (its area). The neat news: the multiplication and factor skills you just practised will help you there too, especially when working with rectangles.
Frequently Asked Questions
What is the difference between a prime number and a composite number?
A prime number has exactly two factors: 1 and itself. Examples are 2, 3, 5, 7, 11. A composite number has more than two factors, meaning you can split it into smaller groups. For example, 12 has factors 1, 2, 3, 4, 6 and 12. The number 1 is neither prime nor composite.
What are factors and multiples in class 6 maths?
A factor of a number divides it exactly with no remainder. For example, 3 is a factor of 12 because 12 ÷ 3 = 4 exactly. A multiple of a number is what you get by multiplying it: multiples of 3 are 3, 6, 9, 12, 15 and so on. Factors are smaller, multiples are bigger (or equal).
How do you do prime factorisation using a factor tree?
Write the number at the top. Break it into any two factors. Keep breaking each factor until all the branches end in prime numbers. For example, 36 = 2 × 18 = 2 × 2 × 9 = 2 × 2 × 3 × 3. The prime factors of 36 are 2 × 2 × 3 × 3.
What are co-prime numbers?
Two numbers are co-prime if the only factor they share is 1 -- that is, their highest common factor (HCF) is 1. For example, 8 and 9 are co-prime because 8 = 2×2×2 and 9 = 3×3 share no prime factors. Co-prime numbers do not have to be prime themselves.
What is the divisibility rule for 3 and how does it work?
A number is divisible by 3 if the sum of its digits is divisible by 3. For example, 234: 2 + 3 + 4 = 9, and 9 is divisible by 3, so 234 is too. This works because 10 leaves a remainder of 1 when divided by 3, so only the digit sum matters.
What is the divisibility rule for 9 in class 6?
Add up all the digits. If the total is divisible by 9, the number is divisible by 9. For example, 729: 7 + 2 + 9 = 18, and 18 ÷ 9 = 2 exactly, so 729 is divisible by 9. If you are unsure about the sum, add its digits again: 1 + 8 = 9, which is divisible by 9.