Math Lab
Home/Class VI/Ch 5/Prime factorisation

Prime factorisation

Take any whole number greater than 11. We claim you can write it as a product of primes , and there is essentially only one way to do so. This is one of the most powerful ideas in all of arithmetic.

Concept

The prime factorisation of a number is its expression as a product of prime numbers. For example:

  • 12=2×2×3=22×312 = 2 \times 2 \times 3 = 2^2 \times 3
  • 30=2×3×530 = 2 \times 3 \times 5
  • 72=2×2×2×3×3=23×3272 = 2 \times 2 \times 2 \times 3 \times 3 = 2^3 \times 3^2
  • 100=2×2×5×5=22×52100 = 2 \times 2 \times 5 \times 5 = 2^2 \times 5^2
  • 7=77 = 7 (a prime number is its own prime factorisation)

The Fundamental Theorem of Arithmetic says: every whole number greater than 11 has a prime factorisation, and the factorisation is unique (apart from the order in which the primes are written).

Method 1: Repeated division

The most common method is repeated division by primes:

  1. Find the smallest prime that divides nn. Write it down. Divide.
  2. With the new quotient, repeat , smallest prime that divides it.
  3. Keep going until the quotient is 11.

For 8484:

  • 84÷2=4284 \div 2 = 42.
  • 42÷2=2142 \div 2 = 21.
  • 21÷3=721 \div 3 = 7.
  • 7÷7=17 \div 7 = 1.

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

Method 2: Factor tree

A more visual method is the factor tree. Split nn into any factor pair, then split each factor that is composite into its own factor pair, and keep going until every branch ends in a prime.

For 6060:

        60
       /  \
      6    10
     / \   / \
    2   3 2   5

Reading the leaves: 60=2×3×2×5=22×3×560 = 2 \times 3 \times 2 \times 5 = 2^2 \times 3 \times 5.

It doesn't matter how you start the tree , you always end with the same multiset of primes (by uniqueness).

Using prime factorisation

Once a number is in prime factor form, you can:

  • Count its factors. If n=p1a1×p2a2××pkakn = p_1^{a_1} \times p_2^{a_2} \times \dots \times p_k^{a_k}, then it has (a1+1)(a2+1)(ak+1)(a_1 + 1)(a_2 + 1) \cdots (a_k + 1) factors.
  • Find its HCF and LCM with another number , by taking minimum or maximum of each prime's power.
  • Test if it is a perfect square, a perfect cube, or so on (all exponents must be multiples of 22, of 33, etc.).

Prime factorisation is the secret weapon for many arithmetic questions.

Worked examples

Example 1. Find the prime factorisation of 9090.

  • 90÷2=4590 \div 2 = 45.
  • 45÷3=1545 \div 3 = 15.
  • 15÷3=515 \div 3 = 5.
  • 5÷5=15 \div 5 = 1.
  • 90=2×3×3×5=2×32×590 = 2 \times 3 \times 3 \times 5 = 2 \times 3^2 \times 5.

Example 2. Find the prime factorisation of 144144.

  • 144÷2=72144 \div 2 = 72, ÷2=36\div 2 = 36, ÷2=18\div 2 = 18, ÷2=9\div 2 = 9, 9÷3=39 \div 3 = 3, 3÷3=13 \div 3 = 1.
  • 144=24×32144 = 2^4 \times 3^2.

Example 3. How many factors does 7272 have?

  • 72=23×3272 = 2^3 \times 3^2.
  • Number of factors: (3+1)(2+1)=4×3=12(3+1)(2+1) = 4 \times 3 = 12 factors.
  • (List: 1,2,3,4,6,8,9,12,18,24,36,721, 2, 3, 4, 6, 8, 9, 12, 18, 24, 36, 72.)

Example 4. Is 200200 a perfect square?

  • 200=23×52200 = 2^3 \times 5^2. The power of 22 is 33 , odd.
  • For a perfect square, every prime power must be even.
  • 200200 is not a perfect square.

Example 5. The prime factorisation of a number is 2×3×5×72 \times 3 \times 5 \times 7. What number is it?

  • 2×3×5×7=2102 \times 3 \times 5 \times 7 = 210.

Try it yourself

  1. Find the prime factorisation of 108108.
  2. Find the prime factorisation of 225225.
  3. How many factors does 4848 have?
  4. Is 360360 a perfect square? Is 400400?
  5. The prime factorisation of a number is 32×5×113^2 \times 5 \times 11. What is the number?
  6. Write the prime factorisation of 1,0001{,}000.
  7. List two numbers whose prime factorisation contains only the prime 22.
  8. Investigate: find a number with exactly 66 factors. Is there more than one?

Activity

Factor-tree race. Pick a number between 100100 and 200200. Draw a factor tree to find its prime factorisation. Now redraw the tree, but start with a different factor pair at the top. The tree will look different, but the leaves should be the same set of primes. Try this with three different starting splits. This is the "uniqueness" of prime factorisation in action.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Prime factorisation
6 questions · pick the best answer
Q1

Prime factorisation of 12:

Q2

Prime factorisation of 45:

Q3

Number of distinct primes in factorisation of 60:

Q4

Prime factorisation of 100:

Q5

Prime factorisation of 84:

Q6

Is 1 included in prime factorisation?