top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S1-SA1-0157

What is a Factor Tree?

Grade Level:

Class 5

Maths, Computing, Number Theory, AI

Definition
What is it?

A Factor Tree is a special diagram that helps us break down a number into its prime factors. It looks like a tree with branches, where each branch leads to smaller numbers until we only have prime numbers at the very end.

Simple Example
Quick Example

Imagine you have 12 ladoos and want to arrange them into groups. A factor tree for 12 would show you how to break 12 down into smaller, prime groups, like 2 groups of 6, and then 6 breaks into 2 groups of 3. So, 12 is made up of prime numbers 2, 2, and 3.

Worked Example
Step-by-Step

Let's make a factor tree for the number 36.

1. Start with the number 36 at the top.

---

2. Think of two numbers that multiply to give 36. Let's pick 6 and 6. Draw two branches from 36, with 6 at the end of each branch.
36
/ \
6 6

---

3. Now, look at each 6. Is 6 a prime number? No, it's a composite number. Break down each 6 into two numbers that multiply to give 6. We can pick 2 and 3.
36
/ \
6 6
/ \ / \
2 3 2 3

---

4. Are 2 and 3 prime numbers? Yes! We can't break them down further. So, we stop here.

---

5. Circle all the prime numbers at the end of the branches: 2, 3, 2, 3.

---

The prime factors of 36 are 2 x 2 x 3 x 3.

Why It Matters

Understanding factor trees helps us simplify big numbers and is super useful in coding and problem-solving. It's a foundational skill for careers in software development, data science, and even in designing secure online transactions.

Common Mistakes

MISTAKE: Breaking down a number into factors that are not prime, and then stopping. For example, for 24, writing 24 -> 4 x 6 and stopping. | CORRECTION: Always continue breaking down numbers until all the 'leaves' of your tree are prime numbers (numbers only divisible by 1 and themselves).

MISTAKE: Missing a factor or incorrectly multiplying factors. For example, for 30, writing 30 -> 2 x 10 and then 10 -> 2 x 5, but forgetting the initial 2. | CORRECTION: Double-check your multiplication at each step to ensure the branches correctly multiply back to the number above them. Circle all prime factors at the end.

MISTAKE: Only using prime numbers to start the branches. For example, always starting with 2 for 12 (12 -> 2 x 6). | CORRECTION: You can start with any two factors of the number, prime or composite. The final set of prime factors will always be the same, no matter which factors you choose first.

Practice Questions
Try It Yourself

QUESTION: Draw a factor tree for the number 20. What are its prime factors? | ANSWER: Prime factors are 2 x 2 x 5.

QUESTION: Find the prime factors of 48 using a factor tree. | ANSWER: Prime factors are 2 x 2 x 2 x 2 x 3.

QUESTION: A shopkeeper has 75 packets of biscuits. Use a factor tree to find all the prime numbers that multiply to give 75. | ANSWER: Prime factors are 3 x 5 x 5.

MCQ
Quick Quiz

Which of these numbers is NOT a prime factor in the factor tree of 42?

2

3

6

7

The Correct Answer Is:

C

The prime factors of 42 are 2, 3, and 7 (2 x 3 x 7 = 42). 6 is a composite number, not a prime number, so it would be a branch in the tree but not a final leaf.

Real World Connection
In the Real World

Factor trees help us understand the building blocks of numbers, which is crucial in cryptography – the science of secure communication. When you send a message on WhatsApp or make a payment using UPI, prime factorization (related to factor trees) helps keep your data safe and secret from others.

Key Vocabulary
Key Terms

FACTOR: A number that divides another number exactly | PRIME NUMBER: A whole number greater than 1 that has exactly two factors: 1 and itself (e.g., 2, 3, 5, 7) | COMPOSITE NUMBER: A whole number greater than 1 that has more than two factors (e.g., 4, 6, 8, 9) | PRIME FACTORIZATION: Expressing a composite number as a product of its prime factors

What's Next
What to Learn Next

Great job learning about Factor Trees! Next, you should explore 'Highest Common Factor (HCF)' and 'Lowest Common Multiple (LCM)'. These concepts build directly on prime factorization and factor trees, helping you solve more complex number problems.

bottom of page