Prime Time

Chapter 5 · Mathematics · Class 6 30 min read

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.

Twelve dots arranged as rectangles in four ways: 1 row of 12, 2 rows of 6, 3 rows of 4, and 4 rows of 3.
Figure 5.1 — Figure 5.1 shows the factor pairs of 12 using 12 dots. Top (blue): 1 row of 12, so 1 × 12 = 12. Next (green): 2 rows of 6, so 2 × 6 = 12. Next (orange): 3 rows of 4, so 3 × 4 = 12. Bottom (purple): 4 rows of 3, so 4 × 3 = 12. Every neat rectangle gives a factor pair. Collecting all the numbers used, the factors of 12 are 1, 2, 3, 4, 6 and 12.

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.

Finding all factors

Find all the factors of 18.

Concept check

Is 1 a factor of every number? Why?

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.

Two overlapping circles. The left circle holds multiples of 3, the right circle holds multiples of 5, and the overlap holds 15 and 30.
Figure 5.2 — Figure 5.2 shows the Idli-Vada game from 1 to 30 as two overlapping circles. The left blue circle holds the multiples of 3 (you say idli): 3, 6, 9, 12, 18, 21, 24, 27. The right green circle holds the multiples of 5 (you say vada): 5, 10, 20, 25. The purple overlap in the middle holds the numbers in both circles — 15 and 30. These are the common multiples of 3 and 5, where you say idli-vada.

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.

Common factors

Find the common factors of 12 and 18.

Concept check

Will the number 1 always be a common factor of any two 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.

7 dots can be arranged in only one row, so 7 is prime. 8 dots can be arranged as one row or as two rows of four, so 8 is composite.
Figure 5.3 — Figure 5.3 compares a prime and a composite number. Top (green box): 7 figs can be put in only ONE neat rectangle — 1 row of 7. So 7 has just two factors, 1 and 7. That makes 7 a PRIME number. Bottom (orange box): 8 figs can be put in more than one neat rectangle — 1 row of 8, and also 2 rows of 4. So 8 has four factors: 1, 2, 4 and 8. That makes 8 a COMPOSITE number.

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.

A number grid from 1 to 30. The primes 2, 3, 5, 7, 11, 13, 17, 19, 23 and 29 are circled in green; 1 is shown in a grey box as neither prime nor composite.
Figure 5.4 — Figure 5.4 shows the numbers 1 to 30. The numbers circled in green are the primes: 2, 3, 5, 7, 11, 13, 17, 19, 23 and 29 — each has exactly two factors. The plain (uncircled) numbers, like 4, 6, 8 and 9, are composite — they have more than two factors. The number 1 sits in a grey box on its own, because 1 is neither prime nor composite.

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.

Concept check

2 is an even number. Is it prime? And is any other even number prime?

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.

Prime factorisation with a factor tree

Write 36 as a product of prime numbers.

The figure below shows this whole tree in one picture.

A factor tree for 36. 36 splits into 4 and 9. The 4 splits into 2 and 2. The 9 splits into 3 and 3. The primes are 2, 2, 3, 3.
Figure 5.5 — Figure 5.5 is a factor tree for 36. The blue circle 36 at the top splits into 4 and 9. Each blue circle is composite, so it splits again: 4 splits into the primes 2 and 2, and 9 splits into the primes 3 and 3. The green circles are primes — they cannot split, so the tree stops there. Reading the green leaves gives 36 = 2 × 2 × 3 × 3, which we write as 2² × 3².

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.

Concept check

Why does a factor tree always come to an end?

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 they co-prime?

Are 56 and 63 co-prime?

Concept check

Are any two different prime numbers 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.

A quick table of divisibility rules for 2, 3, 4, 5, 6, 9 and 10, each with its simple check.
Figure 5.6 — Figure 5.6 is a quick table of divisibility rules. By 2: the last digit is 0, 2, 4, 6 or 8. By 3: the digits add up to a multiple of 3. By 4: the last two digits make a multiple of 4. By 5: the last digit is 0 or 5. By 6: the number is divisible by both 2 and 3. By 9: the digits add up to a multiple of 9. By 10: the last digit is 0. Each rule lets you check a big number quickly, without long division.

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.

Using divisibility rules

Without long division, check whether 4 530 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.

⚠️ Common mistake
What students think

1 is a prime number.

Why it seems right

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.

What actually happens

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.

⚠️ Common mistake
What students think

All odd numbers are prime.

Why it seems right

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.

What actually happens

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.

⚠️ Common mistake
What students think

To be co-prime, both numbers must themselves be prime.

Why it seems right

The word 'co-prime' has 'prime' inside it, so it sounds like both numbers need to be prime numbers.

What actually happens

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.

⚠️ Common mistake
What students think

A factor of a number is always smaller than a multiple of it.

Why it seems right

Factors do tend to be small and multiples do grow large, so it feels like factors are 'below' and multiples are 'above' — different worlds.

What actually happens

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?

What is the prime factorisation of 24?

Which pair of numbers is co-prime?

Which number is divisible by 9?

Practice Problems

Try each one yourself first. Then tap to check the full solution.

Easy

Easy

List all the factors of 24.

Easy

Write the first five multiples of 7.

Easy

Is 45 prime or composite? Why?

Medium

Medium

Find the common factors of 20 and 28.

Medium

Write the prime factorisation of 60.

Medium

Check whether 7 524 is divisible by 6.

Challenge

Challenge

Find the smallest number that is a multiple of 4, 5 and 6 all at once.

Challenge

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?

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.