What Are Prime Numbers?
A prime number is a whole number greater than 1 that has exactly two factors: 1 and itself. In other words, a prime number cannot be divided evenly by any number other than 1 and the number itself. The number 7 is prime because its only factors are 1 and 7. The number 12 is not prime because it can be divided by 1, 2, 3, 4, 6, and 12. Numbers that have more than two factors are called composite numbers.
Prime numbers are the building blocks of all whole numbers. Every whole number greater than 1 is either prime or can be expressed as a unique product of prime numbers. This fundamental principle, known as the Fundamental Theorem of Arithmetic, makes prime numbers one of the most important concepts in mathematics. These free printable prime numbers worksheets help students practice identifying primes, finding the next prime after a given number, and breaking composite numbers into their prime factors.
The First Prime Numbers
The prime numbers less than 50 are: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, and 47. Notice that 2 is the only even prime number, because every other even number is divisible by 2. The number 1 is not considered prime because it has only one factor (itself), not two distinct factors.
Continuing to 100, the additional primes are: 53, 59, 61, 67, 71, 73, 79, 83, 89, and 97. There are exactly 25 prime numbers between 1 and 100. As numbers get larger, primes become less frequent, but mathematicians have proven that there are infinitely many prime numbers. There is no largest prime.
The Sieve of Eratosthenes
The Sieve of Eratosthenes is an ancient and elegant method for finding all prime numbers up to a given limit. Named after the Greek mathematician Eratosthenes of Cyrene (around 200 BC), this algorithm works by systematically eliminating composite numbers. Here is how it works:
- Write all numbers from 2 to your limit (for example, 2 through 50).
- Start with the first number (2). Circle it as prime, then cross out every multiple of 2 (4, 6, 8, 10, ...).
- Move to the next uncrossed number (3). Circle it as prime, then cross out every multiple of 3 that has not already been crossed out (9, 15, 21, ...).
- Move to the next uncrossed number (5). Circle it and cross out its remaining multiples (25, 35, ...).
- Continue this process. Each uncrossed number you encounter is prime. Cross out its multiples.
- Stop when you have passed the square root of your limit. For numbers up to 50, you only need to sieve with primes up to 7 (since 7² = 49).
All remaining uncrossed numbers are prime. This method is remarkably efficient and is an excellent classroom activity for building understanding of prime numbers and their distribution.
How to Test If a Number Is Prime
To determine whether a specific number is prime, you can use trial division. Try dividing the number by each prime number starting from 2, up to the square root of the number. If none of these primes divides the number evenly, it is prime.
Example: Is 67 prime?
- The square root of 67 is approximately 8.2, so we only need to check primes up to 8: that means 2, 3, 5, and 7.
- 67 ÷ 2 = 33.5 (not even, so not divisible by 2)
- 67 ÷ 3 = 22.3... (6 + 7 = 13, not divisible by 3)
- 67 ÷ 5 = 13.4 (does not end in 0 or 5)
- 67 ÷ 7 = 9.57... (not divisible by 7)
Since no prime up to the square root divides 67 evenly, 67 is prime.
Finding the Next Prime Number
A valuable skill closely related to prime identification is finding the next prime after a given number. This exercise reinforces both the concept of primality and the distribution of primes among whole numbers. To find the next prime after a number n, start checking n + 1, n + 2, n + 3, and so on, testing each for primality until you find one that is prime.
Example: What is the next prime after 30? Check 31: it is not divisible by 2, 3, or 5 (and 5 × 5 = 25 < 31 < 36 = 6 × 6). So 31 is prime, and the next prime after 30 is 31.
Example: What is the next prime after 50? Check 51: 51 ÷ 3 = 17, so 51 is composite. Check 52: even. Check 53: not divisible by 2, 3, 5, or 7 (since 7 × 7 = 49 < 53). So the next prime after 50 is 53.
Students discover through this exercise that prime gaps (the distance between consecutive primes) vary. Sometimes primes are close together (twin primes like 11 and 13, or 29 and 31), and sometimes there are longer stretches without any primes at all.
Prime Factorization and Factor Trees
Prime factorization is the process of expressing a composite number as a product of prime numbers. Every composite number has a unique prime factorization, which is what makes primes the "atoms" of arithmetic.
Example: Find the prime factorization of 60.
- 60 ÷ 2 = 30
- 30 ÷ 2 = 15
- 15 ÷ 3 = 5
- 5 is prime, so we stop.
The prime factorization of 60 is 2 × 2 × 3 × 5, which can also be written as 2² × 3 × 5.
A factor tree is a visual way to find the prime factorization. Start by writing the number at the top. Split it into any two factors. Continue splitting each factor until all branches end in prime numbers. No matter which factors you choose at each step, you will always arrive at the same set of prime factors.
Example factor tree for 24:
- 24 = 4 × 6
- 4 = 2 × 2
- 6 = 2 × 3
- So 24 = 2 × 2 × 2 × 3
Grade-Level Guide
Fourth Grade (Ages 9-10)
Fourth graders are introduced to factors and multiples for the first time. They learn to identify whether a number is prime or composite by finding all its factor pairs. Start with the "Identify Primes" problem type and the 1-50 range. Keep data sets small and use numbers that are easy to check mentally. At this level, focus on building familiarity with the first 15 prime numbers.
Fifth Grade (Ages 10-11)
Fifth graders extend their work to prime factorization. They learn to use factor trees and repeated division to break numbers into prime factors. Use the "Prime Factorization" type with the 1-100 range. Students should be able to express their answers using multiplication (e.g., 36 = 2 × 2 × 3 × 3) and begin using exponent notation (2² × 3²). The "Find Next Prime" mode is also excellent at this level because it reinforces quick mental divisibility checks.
Sixth Grade (Ages 11-12)
Sixth graders apply prime factorization to find GCF and LCM, which are essential for working with fractions. They work with numbers up to 200 and should be fluent with both factor trees and the division method. Use the "Mixed" problem type with the 1-200 range for a comprehensive challenge. Connect prime factorization to the GCF and LCM worksheets for integrated practice.
Common Mistakes to Avoid
- Calling 1 a prime number. By definition, a prime number must have exactly two distinct factors. The number 1 has only one factor (itself), so it is neither prime nor composite.
- Thinking all odd numbers are prime. While 2 is the only even prime, not all odd numbers are prime. For example, 9 = 3 × 3, 15 = 3 × 5, and 21 = 3 × 7 are all odd but composite.
- Stopping factorization too early. When doing prime factorization, students sometimes stop before all factors are prime. For example, writing 36 = 4 × 9 is not a prime factorization because 4 and 9 are composite. The complete factorization is 2 × 2 × 3 × 3.
- Missing a prime factor. Double-check by multiplying all prime factors back together. If the product does not equal the original number, a factor was missed or incorrect.
Tips for Teaching Prime Numbers
- Use the Sieve of Eratosthenes as a class activity. Give each student a hundreds chart and have them follow the sieving process with colored markers. This hands-on activity makes the concept of primes vivid and memorable.
- Teach divisibility rules. Knowing that a number is divisible by 2 (even), 3 (digit sum divisible by 3), or 5 (ends in 0 or 5) speeds up prime checking significantly.
- Practice factor trees with different starting splits. Show students that 24 = 2 × 12 and 24 = 3 × 8 both lead to the same prime factorization. This reinforces the uniqueness of prime factorization.
- Use "Find Next Prime" for quick warm-ups. Give students a starting number and challenge them to race (against themselves) to find the next prime. This builds fluency with divisibility rules and mental arithmetic.
- Connect to the prime number checker. After completing the worksheet, let students verify their answers with the online tool to build confidence.
How to Use These Worksheets
Select the number of problems, problem type, and number range using the settings above. Click "Generate New" for a fresh worksheet. For "Identify Primes" problems, students determine whether each number is prime or composite. For "Find Next Prime" problems, students are given a number and must find the next prime number that comes after it. For "Prime Factorization" problems, students write the complete prime factorization of each composite number. Use "Print" for a clean page and "Show Answers" to reveal solutions.
Related Worksheets
- GCF & LCM Worksheets - Apply prime factorization to find greatest common factor and least common multiple.
- Exponents Worksheets - Practice expressing prime factorizations with exponents.
- Number Patterns Worksheets - Recognize and extend number patterns involving primes and sequences.