What is a factor tree?
A factor tree is a visual method for breaking a composite number down into its prime factors. You start with the number at the top, split it into two factors, and keep splitting each composite factor until every branch ends in a prime number. The prime numbers at the leaves multiplied together equal the original number.
Why use a factor tree?
- It helps you find the prime factorization of a number.
- Prime factorizations are useful for finding the greatest common factor (GCF), least common multiple (LCM), simplifying fractions, and solving number problems.
Step-by-step method
- Write the number you want to factor at the top.
- Choose any two factors (greater than 1) that multiply to give that number. It's often easiest to choose small factors (like 2, 3, 5, etc.).
- Write those two factors as branches below the number.
- If a branch is a composite number, split it further into two factors and continue.
- Stop when every branch ends with a prime number. Multiply the primes (or write them with exponents) to show the prime factorization.
Example 1 — Factor tree for 36
36
/ \
6 6
/ \ / \
2 3 2 3
Leaves: 2, 2, 3, 3. So 36 = 2 × 2 × 3 × 3 = 22 × 32.
Example 2 — Factor tree for 360
360
/ \
36 10
/ \ / \
6 6 2 5
/ \ / \
2 3 2 3
Leaves: 2,2,2,3,3,5. So 360 = 2 × 2 × 2 × 3 × 3 × 5 = 23 × 32 × 5.
Quick check — if the number is prime
If your starting number is prime (for example, 13), you cannot split it into factors other than 1 and itself. Its factor tree is just the number 13, and its prime factorization is 13.
Using exponents
When a prime appears several times, use exponents to write the factorization compactly. Example: 36 = 22 × 32.
How factor trees help with GCF and LCM
- GCF: Compare prime factorizations of two numbers and take each prime raised to the minimum power present in both. Example: GCF(36, 48). 36 = 22×32, 48 = 24×3. GCF = 2min(2,4)×3min(2,1) = 22×3 = 12.
- LCM: Take each prime raised to the maximum power present in either factorization. For the same numbers, LCM = 2max(2,4)×3max(2,1) = 24×32 = 144.
Tips and common mistakes
- You can choose any valid factor pair at each split — different choices can lead to different-looking trees but the same final primes.
- Always end when a branch reaches a prime number.
- Don’t include 1 as a useful factor in the tree (it doesn't help find primes).
- If a number is even, dividing by 2 is often the fastest first step. For odd numbers, try 3, 5, 7, etc.
Practice problems
Try building factor trees for: 84, 999, 1,024. Answers:
- 84 = 22 × 3 × 7
- 999 = 3 × 3 × 3 × 37 = 33 × 37
- 1,024 = 210
That’s the essence of factor trees: a clear, step-by-step path to the prime factors of any composite number.