Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Prime Numbers: A prime number is a whole number greater than that has exactly two factors: and the number itself. Visual concept: If you have a prime number of blocks, such as , the only way to arrange them into a perfect rectangle is a single row of or a single column of .
Composite Numbers: A composite number is a whole number greater than that has more than two factors. Visual concept: Unlike prime numbers, composite numbers can be arranged into multiple different rectangular shapes. For example, blocks can be arranged as , , or .
The Special Case of 0 and 1: The number is neither prime nor composite because it has only one factor (itself). The number is also neither prime nor composite as it has an infinite number of factors and is not greater than .
Factor Trees: This is a tool used to break down a composite number into its prime factors. Visual concept: It starts with the composite number at the top (the 'root') and splits into two 'branches' representing factors. This continue until every branch ends in a prime number (the 'leaves').
The Sieve of Eratosthenes: An ancient method to identify prime numbers in a sequence. Visual concept: Imagine a grid of numbers from to . By systematically crossing out multiples of and , the remaining numbers that are not crossed out are all the prime numbers in that range.
Prime Factorization: Every composite number can be written as a unique product of prime numbers. Visual concept: This is like finding the 'DNA' or 'building blocks' of a number. For example, the number is always composed of the primes .
Divisibility Rules: These are shortcuts to determine if a number is composite without doing long division. For example, if a number is even (ends in or ), it is divisible by and is composite (except for the number itself).
📐Formulae
💡Examples
Problem 1:
Identify whether is a prime or composite number by listing its factors.
Solution:
Step 1: Find all pairs of numbers that multiply to give . \ Step 2: and . \ Step 3: List the unique factors: . \ Step 4: Count the factors. There are factors. \ Step 5: Since , is a composite number.
Explanation:
A prime number must have exactly two factors. Because can be divided evenly by and in addition to and , it is composite.
Problem 2:
Find the prime factorization of using a factor tree.
Solution:
Step 1: Choose any two factors of , such as and . \ Step 2: Break down into . Both and are prime. \ Step 3: Break down into . Both and are prime. \ Step 4: Collect all the prime numbers at the ends of the branches: . \ Step 5: Write the product: or .
Explanation:
The factor tree method breaks a number into smaller and smaller pieces until only prime numbers remain. Multiplying these primes back together results in the original number.