Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Factors are numbers that divide another number exactly without leaving any remainder. Multiples are the products of a given number and any whole number. Visually, if you have 15 squares, you can arrange them in a rectangle, which shows that and are factors of .
Prime Numbers are numbers greater than that have exactly two factors: and the number itself (e.g., ). Composite Numbers have more than two factors. Visually, imagine a 'Prime Sieve' where you cross out even numbers (except ) and multiples of other primes to reveal the prime building blocks of all numbers.
Prime Factorization is the process of expressing a composite number as the product of its prime factors. Every composite number can be uniquely broken down into these prime 'atoms'. For example, the number is always .
The Factor Tree Method is a visual branching diagram used to find prime factors. You write the number at the top and draw two 'branches' for any factor pair. You continue branching until every end-point is a prime number. Visually, you circle these prime 'leaves' at the ends of the branches to collect your final answer.
The Division Method (or Ladder Method) involves repeated division by the smallest possible prime numbers. You draw a vertical line with the number on the right and the prime divisor on the left. The quotient is written below the number, creating a ladder-like structure that continues until the quotient reaches .
Index Notation is a shorthand way to write repeated prime factors using exponents. If a factor like appears three times, we write it as . Visually, the base is the prime factor and the small superscript number (exponent) indicates the count of that factor in the product.
The number is unique because it is neither prime nor composite. It has only one factor ( itself), whereas prime numbers must have exactly two distinct factors. In visual diagrams, is never used as a branch in a factor tree or a divisor in the ladder method.
📐Formulae
(where represents prime factors)
a^n = a \times a \times a \dots \text{ (n times)}
💡Examples
Problem 1:
Find the prime factorization of using the Factor Tree method and express it in index notation.
Solution:
Step 1: Start with . Split it into . Circle the prime number . \nStep 2: Split into . Circle the prime number . \nStep 3: Split into . Circle the prime number . \nStep 4: Split into . Circle both prime numbers and . \nStep 5: Collect all circled primes: . \nStep 6: Write in index notation: .
Explanation:
The factor tree helps visualize the breakdown of . We keep dividing until only prime numbers remain at the ends of the branches.
Problem 2:
Find the prime factorization of using the Division Method.
Solution:
Step 1: Divide by the smallest prime : . \nStep 2: Divide by : . \nStep 3: Divide by : . \nStep 4: Divide by the next smallest prime : . \nStep 5: Divide by the prime : . \nStep 6: The prime factors are the divisors: .
Explanation:
In the division method, we perform successive divisions by prime numbers until the quotient becomes . The product of these divisors gives the prime factorization.