Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Prime Numbers: A prime number is a natural number greater than that has exactly two factors: and the number itself. For example, are prime. Visually, a prime number of items can only be arranged in a single row or column, as they cannot form a rectangular grid of smaller dimensions.
Composite Numbers: A composite number is a natural number greater than that has more than two factors. These numbers can be visualized as being constructed by multiplying smaller prime numbers together, like building blocks.
Prime Factorisation: This is the process of expressing a composite number as the product of its prime factors. For instance, the number can be written as . Every number has a unique prime factorisation.
Factor Tree Method: This is a visual diagram where you split a number into two factors, forming branches. If a factor is composite, it is split further into its own factors. The process stops when every branch ends in a prime number. Visually, it looks like an upside-down tree where the bottom leaves are all primes.
Division Method: This method involves dividing the given number by the smallest possible prime number that divides it exactly. The resulting quotient is then divided again by the smallest prime number. This is repeated in a vertical ladder-like structure until the final quotient is .
Fundamental Property: Any composite number can be represented as a product of prime numbers in only one way, except for the order of the prime factors. For example, is considered the same factorisation as .
Co-prime Numbers: Two numbers are called co-prime if they have only as their common factor. For example, and are co-prime because their only common factor is , even though neither nor are prime numbers individually.
The Number 1: The number is unique because it has only one factor (itself). Therefore, it is classified as neither a prime number nor a composite number.
📐Formulae
(where each is a prime factor)
💡Examples
Problem 1:
Find the prime factorisation of using the Factor Tree Method.
Solution:
Step 1: Start with . Branch it into .\nStep 2: is prime, so branch into .\nStep 3: is prime, so branch into .\nStep 4: is prime, so branch into .\nStep 5: Both and are prime. The leaves are .\nTherefore, .
Explanation:
We break down the composite numbers at each level until every branch ends in a prime number. The product of these 'leaf' numbers gives the prime factorisation.
Problem 2:
Find the prime factorisation of using the Division Method.
Solution:
Step 1: Divide by the smallest prime : .\nStep 2: is not divisible by . Try the next prime : .\nStep 3: Divide by : .\nStep 4: is a prime number, so divide by : .\nStep 5: The divisors are .\nTherefore, .
Explanation:
This method uses successive division by prime numbers starting from the smallest () until the result reaches .