Property
To find the prime factorization of a composite number using the tree method:
Step 1. Find any factor pair of the given number, and use these numbers to create two branches.
Step 2. If a factor is prime, that branch is complete. Circle the prime.
Step 3. If a factor is not prime, write it as the product of a factor pair and continue the process.
Step 4. Write the composite number as the product of all the circled primes.
Examples
- To factor 36, start with 6β
6. Break the first 6 into 2β
3 and circle both primes. Break the second 6 into 2β
3 and circle both primes. The factorization is 22β
32.
- For 28, branch into 4β
7. Circle the prime 7. Branch 4 into 2β
2 and circle both 2s. The result is 22β
7.
- To factor 60, you can start with 6β
10. Branch 6 into 2β
3 and 10 into 2β
5. All are prime, so the factorization is 22β
3β
5.
Explanation
This visual method lets you branch out from a number, splitting it into pairs of factors. You keep branching until every path ends in a prime number, which you circle like a bud on the tree.