Solved Examples

NCERT Solutions for Class 6 Maths Chapter 5: Prime Time — Complete Guide

Complete step-by-step solutions for all exercises in NCERT Class 6 Maths Chapter 5. Master factors, multiples, prime and composite numbers, prime factorisation, the Sieve of Eratosthenes, HCF and LCM with detailed explanations.

CBSEClass 6
The SparkEd Authors (IITian & Googler)15 March 202655 min read
NCERT Solutions Class 6 Maths Chapter 5 Prime Time — SparkEd

Why This Chapter Matters: Prime Numbers Are the Atoms of Mathematics

Just as atoms are the building blocks of all matter, prime numbers are the building blocks of all whole numbers. Every number greater than 11 is either prime or can be broken down into a product of primes in exactly one way. This remarkable fact — called the Fundamental Theorem of Arithmetic — makes prime numbers one of the most important concepts in all of mathematics.

Chapter 5 of the NCERT Class 6 Maths textbook (2024-25 edition) takes you on a journey into the world of primes. You will learn what makes a number prime, how to find all primes up to any limit using the ancient Sieve of Eratosthenes, how to decompose numbers into their prime building blocks, and how to find the HCF and LCM of numbers.

Why should you care about prime numbers?

They simplify fractions. To reduce 3648\frac{36}{48} to its simplest form, you need the HCF of 3636 and 4848. Finding the HCF requires prime factorisation. This is a skill you will use throughout your mathematical life.

They solve real-world problems. Questions like "When will two events that repeat at different intervals happen at the same time?" are LCM problems. Bus schedules, blinking lights, gear rotations — all involve LCM.

They secure the internet. Modern encryption (the technology that keeps your online banking and messaging secure) relies on the mathematical properties of very large prime numbers. The security of the entire internet depends on the fact that multiplying two large primes is easy, but factoring the result back into primes is extremely hard.

They are beautiful. Primes have fascinated mathematicians for over 2,0002{,}000 years. Questions about primes (like the Goldbach Conjecture and the Riemann Hypothesis) remain unsolved and carry million-dollar prizes.

In this comprehensive guide, we solve every exercise from Chapter 5, explain the underlying concepts in depth, highlight common mistakes, and provide exam strategies and practice problems.

Key Concepts and Definitions

Let us build a solid foundation with the key concepts of this chapter.

Factors and Multiples

A factor of a number divides it exactly (with no remainder). A multiple of a number is obtained by multiplying it by a whole number.

Example: Factors of 1212: 1,2,3,4,6,121, 2, 3, 4, 6, 12. Multiples of 1212: 12,24,36,48,60,12, 24, 36, 48, 60, \ldots

Key properties:
- 11 is a factor of every number.
- Every number is a factor of itself.
- Every number is a multiple of itself and of 11.
- The number of factors is finite. The number of multiples is infinite.
- If aa is a factor of bb, then bb is a multiple of aa.

**Finding all factors of nn:** Check each number from 11 to n\sqrt{n}. If dd divides nn, then both dd and nd\frac{n}{d} are factors. Stop when d>nd > \sqrt{n}.

Example: Factors of 3636:

36=1×36=2×18=3×12=4×9=6×636 = 1 \times 36 = 2 \times 18 = 3 \times 12 = 4 \times 9 = 6 \times 6

Factors: {1,2,3,4,6,9,12,18,36}\{1, 2, 3, 4, 6, 9, 12, 18, 36\} — nine factors in total.

Prime and Composite Numbers

A prime number is a natural number greater than 11 that has exactly two factors: 11 and itself.

Examples: 2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, \ldots

A composite number is a natural number greater than 11 that has more than two factors.

Examples: 4,6,8,9,10,12,14,15,16,18,20,4, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20, \ldots

Special cases:
- 11 is neither prime nor composite. It has exactly one factor (itself).
- 22 is the only even prime number. Every other even number is divisible by 22, so it has at least three factors (1,2,1, 2, and itself).
- 00 is neither prime nor composite.

**How to check if nn is prime:** Test divisibility by all primes up to n\sqrt{n}. If none divide nn, it is prime.

Example: Is 9797 prime? 979.8\sqrt{97} \approx 9.8. Check primes up to 99: 2,3,5,72, 3, 5, 7.
- 97÷2=48.597 \div 2 = 48.5 (not divisible)
- 97÷3=32.33...97 \div 3 = 32.33... (not divisible, digit sum =16= 16, not divisible by 33)
- 97÷5=19.497 \div 5 = 19.4 (not divisible)
- 97÷7=13.86...97 \div 7 = 13.86... (not divisible)

So 9797 is prime.

The Sieve of Eratosthenes

The Sieve of Eratosthenes is an ancient algorithm (over 2,2002{,}200 years old!) for finding all prime numbers up to a given limit NN.

Steps:
1. Write all numbers from 22 to NN.
2. Circle 22 (the first prime). Cross out all multiples of 22 (4,6,8,10,4, 6, 8, 10, \ldots).
3. The next uncrossed number is 33 (prime). Circle it. Cross out all multiples of 33 (9,15,21,9, 15, 21, \ldots). (6,12,186, 12, 18 are already crossed.)
4. Next uncrossed: 55 (prime). Circle it. Cross out multiples of 55.
5. Continue until you have processed all primes up to N\sqrt{N}.
6. All remaining uncrossed numbers are prime.

**Primes up to 5050:** 2,3,5,7,11,13,17,19,23,29,31,37,41,43,472, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47 — that is 1515 primes.

**Primes up to 100100:** There are 2525 primes. The additional ones beyond 5050 are: 53,59,61,67,71,73,79,83,89,9753, 59, 61, 67, 71, 73, 79, 83, 89, 97.

Prime Factorisation

Prime factorisation is the process of expressing a composite number as a product of its prime factors.

Every composite number can be expressed as a product of primes in exactly one way (ignoring the order). This is called the Fundamental Theorem of Arithmetic.

Method 1: Factor Tree
Start with the number. Split it into any two factors. Keep splitting until all factors are prime.

Example: 6060

60=2×30=2×2×15=2×2×3×560 = 2 \times 30 = 2 \times 2 \times 15 = 2 \times 2 \times 3 \times 5

60=22×3×560 = 2^2 \times 3 \times 5

Method 2: Division Method
Divide by the smallest possible prime, repeatedly.

60÷2=3060 \div 2 = 30

30÷2=1530 \div 2 = 15

15÷3=515 \div 3 = 5

5÷5=15 \div 5 = 1

So 60=2×2×3×5=22×3×560 = 2 \times 2 \times 3 \times 5 = 2^2 \times 3 \times 5.

HCF and LCM

HCF (Highest Common Factor): The largest number that divides two or more numbers exactly. Also called GCD (Greatest Common Divisor).

LCM (Lowest Common Multiple): The smallest positive number that is a multiple of two or more numbers.

Finding HCF using prime factorisation:
1. Find the prime factorisation of each number.
2. Take the lowest power of each common prime factor.
3. Multiply these together.

Finding LCM using prime factorisation:
1. Find the prime factorisation of each number.
2. Take the highest power of each prime factor (whether common or not).
3. Multiply these together.

Key relationship:

HCF(a,b)×LCM(a,b)=a×b\text{HCF}(a, b) \times \text{LCM}(a, b) = a \times b

This is true for any two positive integers aa and bb.

Coprime numbers: Two numbers are coprime if their HCF is 11 (they share no common factor other than 11). Example: 88 and 1515 are coprime because HCF(8,15)=1(8, 15) = 1.

Exercise 5.1 — Factors and Multiples

Exercise 5.1 builds your skills in finding factors and multiples of numbers. The systematic factor-pair approach is the key technique.

Solved Example 1: Finding All Factors

Problem: Find all factors of 3636.

Solution:

Check which numbers from 11 to 36=6\sqrt{36} = 6 divide 3636:

36=1×361 and 3636 = 1 \times 36 \quad \Rightarrow \quad 1 \text{ and } 36

36=2×182 and 1836 = 2 \times 18 \quad \Rightarrow \quad 2 \text{ and } 18

36=3×123 and 1236 = 3 \times 12 \quad \Rightarrow \quad 3 \text{ and } 12

36=4×94 and 936 = 4 \times 9 \quad \Rightarrow \quad 4 \text{ and } 9

36=6×6636 = 6 \times 6 \quad \Rightarrow \quad 6

We stop at 66 because 62=366^2 = 36.

**Factors of 3636:** {1,2,3,4,6,9,12,18,36}\{1, 2, 3, 4, 6, 9, 12, 18, 36\} — a total of 99 factors.

Answer: 1,2,3,4,6,9,12,18,361, 2, 3, 4, 6, 9, 12, 18, 36.

Solved Example 2: Finding Common Factors

Problem: Find the common factors of 2424 and 3636.

Solution:

Factors of 2424: 1,2,3,4,6,8,12,241, 2, 3, 4, 6, 8, 12, 24
Factors of 3636: 1,2,3,4,6,9,12,18,361, 2, 3, 4, 6, 9, 12, 18, 36

Common factors (numbers appearing in both lists): 1,2,3,4,6,121, 2, 3, 4, 6, 12.

The HCF is the largest common factor =12= 12.

Answer: Common factors are 1,2,3,4,6,121, 2, 3, 4, 6, 12. HCF =12= 12.

Solved Example 3: Multiples and Common Multiples

Problem: Write the first 55 multiples of 77 and 99. Find their LCM.

Solution:

Multiples of 77: 7,14,21,28,35,42,49,56,63,70,7, 14, 21, 28, 35, 42, 49, 56, 63, 70, \ldots
Multiples of 99: 9,18,27,36,45,54,63,72,81,90,9, 18, 27, 36, 45, 54, 63, 72, 81, 90, \ldots

The first common multiple is 6363.

Since 77 and 99 are coprime (HCF =1= 1):

LCM(7,9)=7×9=63\text{LCM}(7, 9) = 7 \times 9 = 63

Answer: LCM(7,9)=63(7, 9) = 63.

Solved Example 4: Perfect, Abundant, and Deficient Numbers

Problem: A number is perfect if the sum of its proper factors (all factors except itself) equals the number. Check if 66 and 2828 are perfect numbers.

Solution:

**For 66:** Proper factors: 1,2,31, 2, 3. Sum =1+2+3=6= 1 + 2 + 3 = 6. \checkmark Perfect!

**For 2828:** Proper factors: 1,2,4,7,141, 2, 4, 7, 14. Sum =1+2+4+7+14=28= 1 + 2 + 4 + 7 + 14 = 28. \checkmark Perfect!

For comparison, 1212 has proper factors 1,2,3,4,61, 2, 3, 4, 6 with sum 16>1216 > 12 (this is abundant), and 1010 has proper factors 1,2,51, 2, 5 with sum 8<108 < 10 (this is deficient).

Answer: Both 66 and 2828 are perfect numbers.

Solved Example 5: Number of Factors

Problem: Find the number of factors of 7272.

Solution:

Step 1: Prime factorisation.

72=23×3272 = 2^3 \times 3^2

Step 2: Use the formula: if n=p1a1×p2a2×n = p_1^{a_1} \times p_2^{a_2} \times \ldots, then the number of factors is (a1+1)(a2+1)(a_1 + 1)(a_2 + 1) \ldots

Number of factors =(3+1)(2+1)=4×3=12= (3 + 1)(2 + 1) = 4 \times 3 = 12.

Step 3: Verify by listing:
1,2,3,4,6,8,9,12,18,24,36,721, 2, 3, 4, 6, 8, 9, 12, 18, 24, 36, 72 — that is 1212 factors. \checkmark

Answer: 7272 has 1212 factors.

Solved Example 6: Factor Pairs

Problem: Write all factor pairs of 4848.

Solution:

48=1×4848 = 1 \times 48

48=2×2448 = 2 \times 24

48=3×1648 = 3 \times 16

48=4×1248 = 4 \times 12

48=6×848 = 6 \times 8

Since 486.9\sqrt{48} \approx 6.9, we stop after 6×86 \times 8.

Factor pairs: (1,48),(2,24),(3,16),(4,12),(6,8)(1, 48), (2, 24), (3, 16), (4, 12), (6, 8).

Total factors: 1010 (each pair gives 22 factors).

Answer: Five factor pairs: (1,48),(2,24),(3,16),(4,12),(6,8)(1,48), (2,24), (3,16), (4,12), (6,8).

Solved Example 7: Word Problem on Factors

Problem: 4848 students need to be arranged in equal rows. In how many ways can this be done? List all possibilities.

Solution:

The number of rows must be a factor of 4848. Each arrangement corresponds to a factor pair.

RowsStudents per row
114848
222424
331616
441212
6688
8866
121244
161633
242422
484811

There are 1010 ways.

Answer: 1010 ways to arrange 4848 students in equal rows.

Solved Example 8: Largest Factor Less Than the Number

Problem: What is the largest factor of 100100 that is less than 100100?

Solution:

The largest factor of any number nn (other than nn itself) is np\frac{n}{p} where pp is the smallest prime factor of nn.

Smallest prime factor of 100100 is 22.

Largest factor less than 100100: 1002=50\frac{100}{2} = 50.

Verify: 100=2×50100 = 2 \times 50, so 5050 is indeed a factor. The next largest factor would be 1004=25\frac{100}{4} = 25, which is smaller. \checkmark

Answer: 5050.

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Exercise 5.2 — Prime and Composite Numbers

Exercise 5.2 focuses on classifying numbers as prime or composite and exploring properties of prime numbers.

Solved Example 1: Identifying Prime Numbers

Problem: Which of the following are prime: 23,35,41,49,51,67,73,87,91,9723, 35, 41, 49, 51, 67, 73, 87, 91, 97?

Solution:

  • 2323: Check primes up to 234.8\sqrt{23} \approx 4.8: 2,32, 3. Not divisible. Prime. \checkmark
    - 3535: 35=5×735 = 5 \times 7. Composite.
    - 4141: Check 2,3,52, 3, 5. Not divisible. Prime. \checkmark
    - 4949: 49=7×749 = 7 \times 7. Composite.
    - 5151: 51=3×1751 = 3 \times 17. Composite.
    - 6767: Check 2,3,5,72, 3, 5, 7. Not divisible. Prime. \checkmark
    - 7373: Check 2,3,5,72, 3, 5, 7. Not divisible. Prime. \checkmark
    - 8787: 87=3×2987 = 3 \times 29. Composite.
    - 9191: 91=7×1391 = 7 \times 13. Composite. (This one catches many students!)
    - 9797: Check 2,3,5,72, 3, 5, 7. Not divisible. Prime. \checkmark

Answer: 23,41,67,73,9723, 41, 67, 73, 97 are prime.

Solved Example 2: The Sieve of Eratosthenes up to 50

Problem: Use the Sieve of Eratosthenes to find all primes up to 5050.

Solution:

Step 1: Write numbers 22 to 5050.

Step 2: 507.07\sqrt{50} \approx 7.07. So we sieve using primes 2,3,5,72, 3, 5, 7.

**Cross out multiples of 22** (keep 22): 4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,504, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50.

**Cross out multiples of 33** (keep 33): 9,15,21,27,33,39,459, 15, 21, 27, 33, 39, 45 (others already crossed).

**Cross out multiples of 55** (keep 55): 25,3525, 35 (others already crossed).

**Cross out multiples of 77** (keep 77): 4949 (others already crossed).

**Primes up to 5050:** 2,3,5,7,11,13,17,19,23,29,31,37,41,43,472, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47.

That is 1515 primes.

Answer: 1515 primes up to 5050: 2,3,5,7,11,13,17,19,23,29,31,37,41,43,472, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47.

Solved Example 3: Twin Primes

Problem: Twin primes are pairs of primes that differ by 22. Find all twin prime pairs up to 5050.

Solution:

From our list of primes up to 5050: 2,3,5,7,11,13,17,19,23,29,31,37,41,43,472, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47.

Check consecutive primes for a difference of 22:
- (3,5)(3, 5): 53=25 - 3 = 2 \checkmark
- (5,7)(5, 7): 75=27 - 5 = 2 \checkmark
- (11,13)(11, 13): 1311=213 - 11 = 2 \checkmark
- (17,19)(17, 19): 1917=219 - 17 = 2 \checkmark
- (29,31)(29, 31): 3129=231 - 29 = 2 \checkmark
- (41,43)(41, 43): 4341=243 - 41 = 2 \checkmark

Answer: Twin prime pairs up to 5050: (3,5),(5,7),(11,13),(17,19),(29,31),(41,43)(3,5), (5,7), (11,13), (17,19), (29,31), (41,43).

Solved Example 4: Goldbach's Conjecture

Problem: Goldbach's Conjecture states that every even number greater than 22 can be written as the sum of two primes. Verify this for 4,6,8,10,20,304, 6, 8, 10, 20, 30.

Solution:

4=2+24 = 2 + 2

6=3+36 = 3 + 3

8=3+58 = 3 + 5

10=3+7=5+510 = 3 + 7 = 5 + 5

20=3+17=7+1320 = 3 + 17 = 7 + 13

30=7+23=11+19=13+1730 = 7 + 23 = 11 + 19 = 13 + 17

All verified! \checkmark

Fun fact: This conjecture has been verified for all even numbers up to 4×10184 \times 10^{18} (that is 44 followed by 1818 zeros!) but has never been mathematically proven. It remains one of the oldest unsolved problems in mathematics.

Answer: Verified for all given numbers.

Solved Example 5: Consecutive Primes

Problem: Can three consecutive natural numbers all be prime? What about two?

Solution:

Three consecutive numbers: Among any three consecutive numbers, one must be divisible by 33. The only multiple of 33 that is prime is 33 itself. So the only possibility is 1,2,31, 2, 3 or 2,3,42, 3, 4.

11 is not prime. 44 is not prime. So 2,32, 3 is the only pair of consecutive primes that are also part of a triple.

However, (3,4,5)(3, 4, 5) has 44 as composite. No triple of consecutive numbers (all 2\geq 2) can be all prime.

Wait: (2,3)(2, 3) are consecutive primes. But there are no three consecutive primes.

Actually: 2,3,52, 3, 5 are primes but not consecutive numbers. 3,5,73, 5, 7 are primes but not consecutive numbers (they differ by 22).

Three consecutive natural numbers that are ALL prime: impossible (since one of every three consecutive numbers is divisible by 33, and if that number is >3> 3, it is composite).

Two consecutive primes that are consecutive numbers: Only (2,3)(2, 3). For any n>2n > 2, one of n,n+1n, n+1 must be even (hence composite if >2> 2).

Answer: The only consecutive natural numbers that are both prime are 22 and 33. No three consecutive numbers can all be prime.

Solved Example 6: Primes Between Two Numbers

Problem: How many prime numbers are there between 3030 and 5050?

Solution:

Check each odd number between 3030 and 5050 (even numbers >2> 2 are composite):

  • 3131: not divisible by 2,3,52, 3, 5. 315.6\sqrt{31} \approx 5.6. Prime. \checkmark
    - 33=3×1133 = 3 \times 11. Composite.
    - 35=5×735 = 5 \times 7. Composite.
    - 3737: not divisible by 2,3,52, 3, 5. Prime. \checkmark
    - 39=3×1339 = 3 \times 13. Composite.
    - 4141: not divisible by 2,3,52, 3, 5. Prime. \checkmark
    - 4343: not divisible by 2,3,52, 3, 5. Prime. \checkmark
    - 45=5×945 = 5 \times 9. Composite.
    - 4747: not divisible by 2,3,52, 3, 5. Prime. \checkmark
    - 49=7×749 = 7 \times 7. Composite.

Answer: There are 55 primes between 3030 and 5050: 31,37,41,43,4731, 37, 41, 43, 47.

Exercise 5.3 — Prime Factorisation

Exercise 5.3 teaches you to express numbers as products of prime factors using the factor tree and division methods. This is the most important skill in the chapter — it is used to find HCF, LCM, simplify fractions, and much more.

Solved Example 1: Factor Tree Method

Problem: Find the prime factorisation of 180180 using a factor tree.

Solution:

180=2×90180 = 2 \times 90

90=2×4590 = 2 \times 45

45=3×1545 = 3 \times 15

15=3×515 = 3 \times 5

Collecting all the prime factors:

180=2×2×3×3×5=22×32×5180 = 2 \times 2 \times 3 \times 3 \times 5 = 2^2 \times 3^2 \times 5

Verification: 4×9×5=1804 \times 9 \times 5 = 180 \checkmark

Answer: 180=22×32×5180 = 2^2 \times 3^2 \times 5.

Solved Example 2: Division Method

Problem: Find the prime factorisation of 252252 using the division method.

Solution:

252÷2=126252 \div 2 = 126

126÷2=63126 \div 2 = 63

63÷3=2163 \div 3 = 21

21÷3=721 \div 3 = 7

7÷7=17 \div 7 = 1

Reading the divisors: 252=2×2×3×3×7=22×32×7252 = 2 \times 2 \times 3 \times 3 \times 7 = 2^2 \times 3^2 \times 7.

Verification: 4×9×7=2524 \times 9 \times 7 = 252 \checkmark

Answer: 252=22×32×7252 = 2^2 \times 3^2 \times 7.

Solved Example 3: Comparing Two Methods

Problem: Find the prime factorisation of 120120 using both methods.

Solution:

Factor tree:

120=2×60=2×2×30=2×2×2×15=2×2×2×3×5120 = 2 \times 60 = 2 \times 2 \times 30 = 2 \times 2 \times 2 \times 15 = 2 \times 2 \times 2 \times 3 \times 5

Division method:

120÷2=60,60÷2=30,30÷2=15,15÷3=5,5÷5=1120 \div 2 = 60, \quad 60 \div 2 = 30, \quad 30 \div 2 = 15, \quad 15 \div 3 = 5, \quad 5 \div 5 = 1

Both give: 120=23×3×5120 = 2^3 \times 3 \times 5.

This confirms the Fundamental Theorem of Arithmetic: the prime factorisation is unique regardless of the method used.

Answer: 120=23×3×5120 = 2^3 \times 3 \times 5.

Solved Example 4: Large Number Factorisation

Problem: Find the prime factorisation of 1,2601{,}260.

Solution:

1260÷2=6301260 \div 2 = 630

630÷2=315630 \div 2 = 315

315÷3=105315 \div 3 = 105

105÷3=35105 \div 3 = 35

35÷5=735 \div 5 = 7

7÷7=17 \div 7 = 1

1,260=22×32×5×71{,}260 = 2^2 \times 3^2 \times 5 \times 7

Verification: 4×9×5×7=4×9×35=4×315=1,2604 \times 9 \times 5 \times 7 = 4 \times 9 \times 35 = 4 \times 315 = 1{,}260 \checkmark

Answer: 1,260=22×32×5×71{,}260 = 2^2 \times 3^2 \times 5 \times 7.

Solved Example 5: Index Form

Problem: Express 3,6003{,}600 in prime factorisation (index form).

Solution:

3600÷2=1800,1800÷2=900,900÷2=450,450÷2=2253600 \div 2 = 1800, \quad 1800 \div 2 = 900, \quad 900 \div 2 = 450, \quad 450 \div 2 = 225

225÷3=75,75÷3=25,25÷5=5,5÷5=1225 \div 3 = 75, \quad 75 \div 3 = 25, \quad 25 \div 5 = 5, \quad 5 \div 5 = 1

3,600=24×32×523{,}600 = 2^4 \times 3^2 \times 5^2

Verification: 16×9×25=16×225=3,60016 \times 9 \times 25 = 16 \times 225 = 3{,}600 \checkmark

Number of factors: (4+1)(2+1)(2+1)=5×3×3=45(4+1)(2+1)(2+1) = 5 \times 3 \times 3 = 45 factors.

Answer: 3,600=24×32×523{,}600 = 2^4 \times 3^2 \times 5^2.

Exercise 5.4 — HCF and LCM

Exercise 5.4 brings together everything you have learned to find the HCF and LCM of numbers. These are among the most frequently tested concepts in exams.

Solved Example 1: HCF Using Prime Factorisation

Problem: Find the HCF of 3636 and 4848.

Solution:

Prime factorisations:

36=22×3236 = 2^2 \times 3^2

48=24×348 = 2^4 \times 3

HCF = product of common primes with lowest powers:
- Common prime 22: lowest power is min(2,4)=222\min(2, 4) = 2 \Rightarrow 2^2
- Common prime 33: lowest power is min(2,1)=131\min(2, 1) = 1 \Rightarrow 3^1

HCF=22×3=4×3=12\text{HCF} = 2^2 \times 3 = 4 \times 3 = 12

Verification: 36÷12=336 \div 12 = 3 \checkmark and 48÷12=448 \div 12 = 4 \checkmark.

Answer: HCF(36,48)=12(36, 48) = 12.

Solved Example 2: LCM Using Prime Factorisation

Problem: Find the LCM of 3636 and 4848.

Solution:

Prime factorisations (from above):

36=22×3236 = 2^2 \times 3^2

48=24×348 = 2^4 \times 3

LCM = product of all primes with highest powers:
- Prime 22: highest power is max(2,4)=424\max(2, 4) = 4 \Rightarrow 2^4
- Prime 33: highest power is max(2,1)=232\max(2, 1) = 2 \Rightarrow 3^2

LCM=24×32=16×9=144\text{LCM} = 2^4 \times 3^2 = 16 \times 9 = 144

Verification using the HCF-LCM relationship:

HCF×LCM=12×144=1,728\text{HCF} \times \text{LCM} = 12 \times 144 = 1{,}728

a×b=36×48=1,728a \times b = 36 \times 48 = 1{,}728
\checkmark

Answer: LCM(36,48)=144(36, 48) = 144.

Solved Example 3: HCF and LCM of Three Numbers

Problem: Find the HCF and LCM of 1212, 1818, and 2424.

Solution:

Prime factorisations:

12=22×312 = 2^2 \times 3

18=2×3218 = 2 \times 3^2

24=23×324 = 2^3 \times 3

HCF: Take lowest powers of common primes:
- 22: min(2,1,3)=1\min(2, 1, 3) = 1
- 33: min(1,2,1)=1\min(1, 2, 1) = 1

HCF=21×31=6\text{HCF} = 2^1 \times 3^1 = 6

LCM: Take highest powers of all primes:
- 22: max(2,1,3)=3\max(2, 1, 3) = 3
- 33: max(1,2,1)=2\max(1, 2, 1) = 2

LCM=23×32=8×9=72\text{LCM} = 2^3 \times 3^2 = 8 \times 9 = 72

Answer: HCF =6= 6, LCM =72= 72.

Solved Example 4: Word Problem — LCM Application

Problem: Two bells ring at intervals of 1212 minutes and 1818 minutes. If they ring together at 12:0012{:}00 PM, when will they next ring together?

Solution:

We need the LCM of 1212 and 1818.

12=22×3,18=2×3212 = 2^2 \times 3, \quad 18 = 2 \times 3^2

LCM=22×32=4×9=36\text{LCM} = 2^2 \times 3^2 = 4 \times 9 = 36

The bells will next ring together after 3636 minutes.

12:0012{:}00 PM +36+ 36 minutes =12:36= 12{:}36 PM.

Answer: They next ring together at 12:3612{:}36 PM.

Solved Example 5: Word Problem — HCF Application

Problem: A rectangular room measures 1212 m by 1818 m. What is the largest square tile that can cover the floor without cutting?

Solution:

The side of the largest square tile must divide both 1212 and 1818 exactly. This is the HCF.

HCF(12,18)=6\text{HCF}(12, 18) = 6

The largest tile has side 66 m.

Number of tiles needed: 12×186×6=21636=6\frac{12 \times 18}{6 \times 6} = \frac{216}{36} = 6 tiles.

Answer: Largest square tile has side 66 m. Six tiles are needed.

Solved Example 6: Simplifying Fractions Using HCF

Problem: Reduce 84126\frac{84}{126} to its simplest form.

Solution:

Find HCF(84,126)(84, 126):

84=22×3×784 = 2^2 \times 3 \times 7

126=2×32×7126 = 2 \times 3^2 \times 7

HCF=2×3×7=42\text{HCF} = 2 \times 3 \times 7 = 42

Divide numerator and denominator by 4242:

84126=84÷42126÷42=23\frac{84}{126} = \frac{84 \div 42}{126 \div 42} = \frac{2}{3}

Answer: 84126=23\frac{84}{126} = \frac{2}{3}.

Solved Example 7: Finding a Number from HCF and LCM

Problem: The HCF of two numbers is 66 and their LCM is 180180. If one number is 3636, find the other.

Solution:

Using the relationship: HCF×LCM=a×b\text{HCF} \times \text{LCM} = a \times b.

6×180=36×b6 \times 180 = 36 \times b

1080=36b1080 = 36b

b=108036=30b = \frac{1080}{36} = 30

Verify: HCF(36,30)(36, 30):
36=22×3236 = 2^2 \times 3^2, 30=2×3×530 = 2 \times 3 \times 5.
HCF =2×3=6= 2 \times 3 = 6 \checkmark
LCM =22×32×5=180= 2^2 \times 3^2 \times 5 = 180 \checkmark

Answer: The other number is 3030.

Solved Example 8: Coprime Numbers

Problem: Are the following pairs coprime? (a) 1515 and 2828 (b) 1212 and 3535 (c) 1414 and 2121

Solution:

Two numbers are coprime if their HCF is 11.

(a) 15=3×515 = 3 \times 5, 28=22×728 = 2^2 \times 7. No common prime factor. HCF =1= 1. Coprime. \checkmark

(b) 12=22×312 = 2^2 \times 3, 35=5×735 = 5 \times 7. No common prime factor. HCF =1= 1. Coprime. \checkmark

(c) 14=2×714 = 2 \times 7, 21=3×721 = 3 \times 7. Common factor: 77. HCF =71= 7 \neq 1. Not coprime.

Answer: (a) and (b) are coprime; (c) is not coprime.

Common Mistakes and How to Avoid Them

Here are the most frequent errors in this chapter:

**1. Treating 11 as Prime**
* Mistake: Listing 11 as a prime number.
* Fix: 11 is NEITHER prime NOR composite. A prime number must have exactly two distinct factors. 11 has only one factor (itself).

**2. Forgetting 22 Is Prime**
* Mistake: Saying "all primes are odd" and skipping 22.
* Fix: 22 is the smallest prime and the ONLY even prime. Always include it.

3. Stopping Prime Factorisation Too Early
* Mistake: Writing 36=4×936 = 4 \times 9 and stopping (since 44 and 99 are not prime).
* Fix: Continue until ALL factors are prime: 36=22×3236 = 2^2 \times 3^2.

4. Confusing HCF and LCM
* Mistake: Taking highest powers for HCF or lowest powers for LCM.
* Fix: HCF = Highest Common Factor uses lowest powers of common primes. LCM = Lowest Common Multiple uses highest powers of all primes.

**5. Thinking 9191 Is Prime**
* Mistake: Assuming 9191 is prime because it looks prime.
* Fix: Always check! 91=7×1391 = 7 \times 13. Test divisibility by primes up to 919.5\sqrt{91} \approx 9.5: check 2,3,5,72, 3, 5, 7.

6. Using the Wrong Relationship
* Mistake: Writing HCF ++ LCM =a×b= a \times b.
* Fix: The correct relationship is HCF ×\times LCM =a×b= a \times b.

7. Not Verifying the Answer
* Mistake: Finding HCF or LCM without checking.
* Fix: Verify: the HCF must divide both numbers. The LCM must be a multiple of both numbers.

Exam Strategy: Scoring Full Marks in Prime Time

Prime Time is one of the most important chapters for your exam. Here is your strategy:

For Prime Identification:
1. To check if nn is prime, test divisibility by all primes up to n\sqrt{n}.
2. Know the primes up to 100100 by heart.
3. Remember: 11 is NOT prime, 22 is the only even prime.

For Prime Factorisation:
1. Use the division method — it is more systematic and less error-prone than factor trees.
2. Always start dividing by the smallest prime (22), then 33, then 55, etc.
3. Continue until you reach 11.
4. Write the answer in index form: 23×32×52^3 \times 3^2 \times 5.

For HCF:
1. Find prime factorisations of both numbers.
2. Identify COMMON primes.
3. Take LOWEST powers.
4. Multiply.
5. Verify: HCF divides both numbers.

For LCM:
1. Find prime factorisations of both numbers.
2. List ALL primes (common and uncommon).
3. Take HIGHEST powers.
4. Multiply.
5. Verify: LCM is a multiple of both numbers.

For Word Problems:
- "Largest size," "greatest length," "maximum" \Rightarrow HCF problem.
- "After how long," "at the same time," "together again" \Rightarrow LCM problem.

Cross-Check: Always verify using HCF ×\times LCM =a×b= a \times b.

Practice on SparkEd's Prime Time page.

Practice Problems — Try These Yourself

Problem 1: Find all factors of 6060. How many factors does it have?

Problem 2: Is 119119 prime or composite? Justify your answer.

Problem 3: Find the prime factorisation of 540540 using the division method.

Problem 4: Find the HCF and LCM of 4242 and 7070.

Problem 5: Three lights blink every 66, 88, and 1212 seconds. If they all blink together at time 00, after how many seconds will they next blink together?

Problem 6: A rope of 3636 m and another of 4848 m are to be cut into pieces of equal length. What is the greatest possible length of each piece?

Problem 7: Simplify 72108\frac{72}{108} using HCF.

Problem 8: The HCF of two numbers is 88 and their LCM is 240240. If one number is 4848, find the other.

Problem 9: Find all twin prime pairs between 5050 and 100100.

Problem 10: Using the Sieve of Eratosthenes, find how many primes are between 11 and 100100.

Problem 11: Are 3535 and 7272 coprime? Justify.

Problem 12: Express 2,5202{,}520 as a product of prime factors in index form.

Quick Revision Notes

Factors and Multiples:
- Factor divides exactly (finite count)
- Multiple is obtained by multiplying (infinite count)
- 11 is a factor of every number
- Find factors by checking up to n\sqrt{n}

Prime and Composite:
- Prime: exactly 22 factors (11 and itself)
- Composite: more than 22 factors
- 11: neither prime nor composite
- 22: only even prime

**Primes up to 5050:** 2,3,5,7,11,13,17,19,23,29,31,37,41,43,472, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47 (1515 primes)

Prime Factorisation:
- Every composite number = unique product of primes
- Use division method or factor tree
- Write in index form: 360=23×32×5360 = 2^3 \times 3^2 \times 5

HCF (Highest Common Factor):
- Lowest powers of COMMON primes
- Use for: largest piece, greatest length, simplifying fractions

LCM (Lowest Common Multiple):
- Highest powers of ALL primes
- Use for: simultaneous events, "together again" problems

Key Relationship:

HCF(a,b)×LCM(a,b)=a×b\text{HCF}(a, b) \times \text{LCM}(a, b) = a \times b

Number of factors: If n=p1a1×p2a2×n = p_1^{a_1} \times p_2^{a_2} \times \ldots, number of factors =(a1+1)(a2+1)= (a_1+1)(a_2+1)\ldots

Coprime: HCF =1= 1 (no common prime factor)

Boost Your Preparation with SparkEd

You have now worked through every exercise in Chapter 5 — from finding factors to the Sieve of Eratosthenes to computing HCF and LCM. These are skills you will use in almost every math chapter going forward.

Here is how SparkEd can help:

  • Practice by Difficulty: On our Prime Time practice page, work through Level 1, 2, and 3 problems.
  • AI Math Solver: Stuck on a factorisation or HCF/LCM problem? Paste it into our AI Solver for a detailed step-by-step solution.
  • AI Coach: Get personalised recommendations on which concepts need more practice.
  • Cross-Topic Connections: Prime Time connects to Number Play (divisibility rules) and Fractions (simplifying fractions using HCF). Explore all chapters on our programs page.

Head over to sparkedmaths.com and start practising today!

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now