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

S3-SA4-0031

What is Factor Tree Method?

Grade Level:

Class 6

AI/ML, Data Science, Physics, Economics, Cryptography, Computer Science, Engineering

Definition
What is it?

The Factor Tree Method is a visual way to find the prime factors of any number. It involves breaking down a number into its factors repeatedly until all the factors are prime numbers.

Simple Example
Quick Example

Imagine you have a big box of 12 ladoos. Using a factor tree, you can break down 12 into smaller groups, like 2 groups of 6 ladoos. Then, you can break 6 into 2 groups of 3 ladoos. Eventually, you'll see that 12 is made up of 2, 2, and 3 ladoos, which are its prime factors.

Worked Example
Step-by-Step

Let's find the prime factors of 36 using the Factor Tree Method.

1. Start with the number 36 at the top.

2. Find any two factors of 36 (other than 1 and 36). Let's pick 4 and 9.
36
/ \
4 9

3. Check if 4 and 9 are prime. No, they are not. So, break them down further.

4. For 4, its factors are 2 and 2. For 9, its factors are 3 and 3.
36
/ \
4 9
/\ /\
2 2 3 3

5. Now, check the numbers at the bottom (the 'leaves' of the tree): 2, 2, 3, 3. Are they prime? Yes, they are!

6. So, the prime factors of 36 are 2, 2, 3, and 3. We can write this as 2 x 2 x 3 x 3 = 36.

Why It Matters

Understanding factor trees helps you break down complex problems in computer science and cryptography. Engineers use prime factors to design efficient systems, and even data scientists use similar logic to simplify data. It's a foundational skill for many future tech and science careers!

Common Mistakes

MISTAKE: Not breaking down a factor completely until it's prime. | CORRECTION: Always check if the 'branch' numbers can be factored further. Only stop when you reach a prime number (a number only divisible by 1 and itself).

MISTAKE: Including 1 as a prime factor in the final list. | CORRECTION: 1 is not a prime number. Do not include it in your list of prime factors, even if it appears during factoring (which it shouldn't if you pick non-1 factors).

MISTAKE: Accidentally picking factors that don't multiply back to the parent number. | CORRECTION: Double-check each pair of factors you choose. For example, if you break 24 into 3 and 7, that's wrong because 3 x 7 = 21, not 24.

Practice Questions
Try It Yourself

QUESTION: Find the prime factors of 20 using the Factor Tree Method. | ANSWER: 2, 2, 5

QUESTION: Draw a factor tree for 48 and list all its prime factors. | ANSWER: 2, 2, 2, 2, 3

QUESTION: A number has prime factors 2, 3, and 5. What is the number? Now, draw a factor tree for 90. | ANSWER: The number is 30 (2 x 3 x 5). For 90, prime factors are 2, 3, 3, 5.

MCQ
Quick Quiz

Which of these is NOT a prime factor of 30, as found by a factor tree?

2

3

5

6

The Correct Answer Is:

D

The prime factors of 30 are 2, 3, and 5. The number 6 is a factor of 30, but it is not a prime number because it can be further factored into 2 and 3.

Real World Connection
In the Real World

When you use UPI for online payments, the security behind it relies on breaking down very large numbers into their prime factors. This process, called prime factorization, is what makes your transactions safe. The Factor Tree Method is the basic idea behind this complex security.

Key Vocabulary
Key Terms

FACTOR: A number that divides another number exactly. | PRIME NUMBER: A number greater than 1 that has only two factors: 1 and itself. | COMPOSITE NUMBER: A number greater than 1 that has more than two factors. | PRIME FACTORIZATION: Expressing a number as a product of its prime factors.

What's Next
What to Learn Next

Great job learning factor trees! Next, you should explore 'Highest Common Factor (HCF)' and 'Lowest Common Multiple (LCM)'. These concepts build directly on prime factorization and are super useful for solving many real-life math problems.

bottom of page