
Prime Numbers 1 to 100: Full List and How to Identify
Memorizing all 25 primes from 1 to 100 is overkill—you only need to know the numbers and a few tricks to verify any of them. This guide cuts through the confusion around tricky numbers like 51, 69, and 37 with a verification toolkit that actually sticks.
Number of primes 1-100: 25 · Smallest prime: 2 · Largest prime under 100: 97 · Even primes 1-100: 1 (only 2)
Quick snapshot
- 25 primes between 1-100 (SplashLearn)
- Full list: 2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97 (Cuemath)
- 2 is the only even prime (Orchids International School)
- Why 1 is excluded trips up students who notice it has no divisors beyond itself (Orchids International School)
- Whether novices grasp the “exactly two” requirement vs. “at least two” (White Rose Education)
- Does the 6n±1 rule sometimes misidentify composites like 25? (wild.maths.org)
- Sieve of Eratosthenes: Greek mathematician Eratosthenes, 3rd century B.C. (SplashLearn)
Key facts about prime numbers from 1 to 100 are summarized below.
| Label | Value |
|---|---|
| Count 1-100 | 25 |
| First prime | 2 |
| Last under 100 | 97 |
| Density approx | 25% |
| Even primes 1-100 | 1 (only 2) |
| Primes 1-50 | 15 |
What is a prime number in maths?
A prime number is a natural number greater than 1 that has exactly two distinct positive divisors: 1 and itself. That “exactly” is the critical part—having more than two factors disqualifies a number immediately. The definition places 1 outside the prime club from the start, a rule that trips up students who reason that 1 divides everything.
Prime numbers are the numbers that have only two factors, that are, 1 and the number itself.
— Cuemath, Educational Platform (Cuemath)
Composite numbers have more than two factors. Primes have exactly two. One is neither—it sits in its own category.
Key characteristics
- Every prime greater than 2 is odd (because any even number greater than 2 divides by 2)
- 2 is the sole even prime, and it is prime precisely because its only divisors are 1 and 2
- No prime number is less than 2, and 0 is not prime either—it has infinitely many factors and is less than 1
Is 1 a prime number?
No. The number 1 has exactly one positive factor (itself), not two. For a number to be prime, it needs two distinct factors: 1 and the number itself. One fails this test. One is classified as neither prime nor composite.
The implication: textbooks and teachers emphasize “greater than 1” in the definition precisely to rule out 1 from the start. Once students internalize this, half the common misconceptions about primes dissolve immediately.
How to identify a prime number?
Checking whether a number is prime requires testing divisibility systematically. For any number n, you only need to test prime divisors up to the square root of n—if none divide evenly, n is prime.
Divisibility rules
- Test by 2: last digit must be 0, 2, 4, 6, or 8
- Test by 3: sum of digits divisible by 3
- Test by 5: last digit is 0 or 5
- Test by 7: requires direct division in most cases
Step-by-step check
- If the number is 2, it is prime.
- If the number is even or less than 2, it is not prime.
- Find the integer square root of the number (rounded up).
- Test divisibility by every prime number ≤ that square root.
- If none divide evenly, the number is prime.
Trial division method
To test 83: the square root of 83 is approximately 9.1. Test divisibility by primes ≤ 9: 2 (no), 3 (no), 5 (no), 7 (no). Since none divide evenly, 83 is prime. (YouTube Quick Method Video)
The catch: this method works for small numbers, but becomes tedious for larger ranges without a systematic sieve.
Prime numbers 1 to 100
The complete list of 25 prime numbers from 1 to 100 spans from 2 to 97, distributed unevenly across the decades.
The distribution of primes across each ten-number range is shown in the table below.
| Range | Primes |
|---|---|
| 1-10 | 2, 3, 5, 7 |
| 11-20 | 11, 13, 17, 19 |
| 21-30 | 23, 29 |
| 31-40 | 31, 37 |
| 41-50 | 41, 43, 47 |
| 51-60 | 53, 59 |
| 61-70 | 61, 67 |
| 71-80 | 71, 73, 79 |
| 81-90 | 83, 89 |
| 91-100 | 97 |
Prime density drops as numbers increase. The first decade (1-10) contains four primes (40% density), while the final decade (91-100) contains only one (10% density).
Primes 1-50
- The primes under 50: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47 (15 total)
- Twin primes appear frequently in this range: (3,5), (5,7), (11,13), (17,19), (29,31), (41,43)
Primes 51-100
- The primes above 50: 53, 59, 61, 67, 71, 73, 79, 83, 89, 97 (10 total)
- Notable gaps: no primes between 90-96 (the longest gap in this range)
The pattern: primes become scarcer but never disappear entirely within any range. This is a proven property of prime distribution that persists well beyond 100.
Is there a trick for prime numbers?
The 6n±1 rule is the most practical mental shortcut for identifying potential primes in the 1-100 range.
1 is a prime number: False. It has only one factor, not two.
— Orchids International School, Educational Site (Orchids International School)
Quick tests
- Every prime except 2 and 3 can be expressed as either 6n + 1 or 6n – 1, where n is a positive integer
- This works because numbers of form 6n are divisible by both 2 and 3, while numbers of form 6n±3 are divisible by 3 (wild.maths.org)
- The reverse is not true: not all numbers of form 6n±1 are prime (e.g., 25 = 6(4)+1, but 25 = 5×5)
The Sieve of Eratosthenes
The Sieve of Eratosthenes is the systematic method for finding all primes up to 100. Greek mathematician Eratosthenes developed this technique in the 3rd century B.C.
Start with a 10×10 grid of numbers 1-100. Cross out 1. Circle 2, then cross out all multiples of 2. Circle 3, cross out all multiples of 3. Continue with the next uncircled number. When you reach the square root of 100 (which is 10), all remaining uncrossed numbers are prime. (Twinkl)
Patterns like 6k±1
- Check 37: 37 ÷ 6 = 6 remainder 1, so 37 = 6(6)+1. Test divisibility by 2, 3—no divisor found. 37 is prime.
- Check 51: 51 ÷ 6 = 8 remainder 3, so 51 = 6(8)+3. This form is divisible by 3 (51 = 3×17). 51 is not prime.
- Check 69: 69 ÷ 6 = 11 remainder 3, so 69 = 6(11)+3. This form is divisible by 3 (69 = 3×23). 69 is not prime.
How to explain prime numbers to a child?
Teaching primes to children works best with concrete analogies and hands-on activities rather than abstract definitions.
Simple analogies
- Prime buildings have only one door: you can only enter or exit through 1 and the building number itself
- Composite numbers are apartment buildings with multiple doors—more than two ways in
- Number 1 is a studio with no hallway: it only connects to itself
Visual aids
- Use grid arrangements: 6 objects can form a 2×3 or 3×2 rectangle (composite), but 7 objects can only form a 1×7 line (prime)
- Color-code factors on a multiplication chart to show how primes have no splits
- Practice with physical objects like blocks or candies to build intuition before formal notation
What this means: concrete manipulatives outperform memorized rules for younger learners. Once the intuition builds, the formal definition clicks faster.
Related reading: Lord of the Rings Books: Order, Count & Reading Guide · 475 F to C: Convert 475°F to Celsius + Fan Oven Tips
Spot these primes using trial division or the 6n±1 rule, and consult the complete list and chart for a visual breakdown by decades.
Frequently asked questions
Why is 51 not a prime number?
51 is not prime because it equals 3 × 17. Using the 6n±1 rule: 51 ÷ 6 leaves a remainder of 3, placing it in the 6n±3 category, which is always divisible by 3.
Why isn’t 69 a prime number?
69 is not prime because it equals 3 × 23. Like 51, it falls in the 6n±3 form, guaranteeing divisibility by 3. A quick digit-sum check (6+9=15) confirms 3 divides evenly into 69.
Is 37 a prime number?
Yes, 37 is prime. It has no divisors other than 1 and 37. Testing: 37 is not divisible by 2, 3 (digit sum = 10), or 5. Its square root is approximately 6.1, so only primes ≤ 6 need testing—none divide evenly into 37.
Why is 37 so special?
37 is often noted as the smallest irregular prime (a prime where the numerator of the Bernoulli number is not divisible by the prime). It also appears frequently in puzzles and recreational math due to its position between more composite-heavy decades.
How many prime numbers 1 to 100?
There are exactly 25 prime numbers between 1 and 100. The full list, in order: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97.
What are even prime numbers 1 to 100?
The only even prime number from 1 to 100 is 2. All other even numbers greater than 2 are composite because they are divisible by 2.
What are coprime numbers 1 to 100?
Coprime (or relatively prime) numbers are pairs of numbers that share no common factors other than 1. Any two prime numbers are coprime to each other. Examples within 1-100: (8,9) are coprime despite neither being prime, because gcd(8,9)=1.