HowMany.pro
A Number Hunt in Six Chapters

How many prime numbers are between 1 and 100?

Exactly 25. That part is easy. The strange part is that no formula produces them — not for 100, not for a billion. The only way anyone has ever found a prime is to hunt it down, and the best hunting machine ever built is 2,300 years old, was invented by a Greek librarian, and still works perfectly. It's below — you're about to operate it yourself.

25
primes from 1 to 100
2
the only even prime
97
largest prime under 100
41,024,320
digits in the largest known
Contents
circa 240 BC · still working
The Sieve of Eratosthenes
Run the four sweeps — tap any number to learn its fate
2s 3s 5s 7s
Still standing: 99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Every number from 2 to 100 is a suspect. Eratosthenes’ method: take the smallest number still standing, keep it, and cross out all its multiples.

I.The answer: 25 — and the full chart

Here are all 25 primes between 1 and 100, the list every chart, worksheet and exam answer comes back to:

2357111317192329313741434753596167717379838997
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

A few things hide in that list. 2 is the only even prime — every other even number is divisible by 2, which makes 2, as the old joke goes, the oddest prime of all. 97 is the last survivor before 100. Eight of the 25 come in twin pairs — primes separated by just 2: (3, 5), (5, 7), (11, 13), (17, 19), (29, 31), (41, 43), (59, 61), (71, 73). And every prime above 3 sits exactly one step from a multiple of 6 (look: 5/7 straddle 6, 11/13 straddle 12, 29/31 straddle 30) — a pattern that feels like a formula right up until it isn't: 25 also sits next to 24, and 25 = 5 × 5.

II.What makes a number prime (and what makes it composite)

The definition is one sentence: a prime number is a whole number greater than 1 whose only divisors are 1 and itself. Everything greater than 1 that fails the test is composite — it can be composed by multiplying smaller pieces. 15 is composite (3 × 5); 17 is prime (try anything — nothing fits).

The deeper way to see it: primes are the atoms of multiplication. The Fundamental Theorem of Arithmetic — proved in essence in Euclid's Elements around 300 BC — says every whole number greater than 1 breaks into prime factors in exactly one way. 84 is 2 × 2 × 3 × 7, and there is no other recipe. Chemistry has its periodic table; arithmetic has the primes. That's why they matter beyond the classroom: every other number is built from them.

One warning from the field: the composite numbers that survive the easy checks are the ones that fool people. 91 isn't divisible by 2, 3 or 5 — and it feels prime — but 91 = 7 × 13. The checker below exists for exactly these numbers.

🔍 Prime checker
Any whole number up to 1,000,000,000 — verdict and smallest factor, instantly.

III.The 1 problem — why 1 got evicted

The most-asked question on this topic — by a wide margin — is whether 1 is prime. The answer is no: 1 is neither prime nor composite. But here's the part the textbooks skip: it wasn't always so. For centuries many respected tables and books listed 1 as the first prime — some published lists still included it in the mid-20th century. The eviction wasn't a discovery; it was a decision.

The reason is the unique-factorisation rule from Chapter II. If 1 counted as prime, then 6 would equal 2 × 3, but also 1 × 2 × 3, and 1 × 1 × 2 × 3, and so on forever — the "exactly one way" guarantee collapses, and half of number theory would need an asterisk reading "except for the 1s." Mathematicians chose the cleaner world: a prime must have exactly two distinct divisors. 1 has one. Case closed — not because 1 failed a test, but because the definition was tightened until the theorems came out beautiful.

IV.The 2,300-year-old machine

The sieve you ran at the top of this page was invented around 240 BC by Eratosthenes of Cyrene — chief librarian of the Great Library of Alexandria, and a man who clearly didn't believe in small projects: he also calculated the circumference of the Earth using shadows and a well, and got astonishingly close. His prime-hunting method is brutal and beautiful: don't look for primes at all. Hunt the composites — they're easy to find, because they're multiples — and whatever survives the massacre is prime.

The elegance hides in where it stops. To clean out everything up to 100, you only needed four sweeps: multiples of 2, 3, 5 and 7. Why not 11? Because any composite number up to 100 must have a factor no bigger than √100 = 10 — if both factors were 11 or more, the number would be at least 121. So when the sweep of 7 ends, the hunt is over: the 25 still standing have nowhere left to hide. Twenty-three centuries later, computer scientists still teach the sieve in week one — and optimised descendants of it still run inside serious mathematical software. Very few machines from 240 BC remain in production. This one does.

V.The pattern that isn't there

Stare at the chart in Chapter I long enough and your brain starts proposing rules. They all die. The primes thin out — 25 in the first hundred, 21 in the second, 16 in the third, 168 in total below 1,000 — and the Prime Number Theorem describes that thinning with eerie precision. But no formula spits out the next prime. Gaps between consecutive primes wobble unpredictably: 2 and 3 sit adjacent; later, deserts open up (the stretch from 89 to 97 is the widest gap under 100).

What we do know is that they never run out — and the proof is one of the most quotable in mathematics. Euclid, ~300 BC: suppose you had a complete, finite list of every prime. Multiply them all together and add 1. That new number isn't divisible by anything on your list (it always leaves remainder 1) — so either it's a new prime, or it's built from primes your "complete" list missed. Either way the list was wrong. Four sentences, twenty-three centuries old, still airtight.

What we don't know is humbling. The Goldbach conjecture — every even number above 2 is the sum of two primes — has been checked by computer past 4 × 10¹⁸ and proved by no one since it was posed in 1742. The twin prime conjecture — that pairs like (71, 73) keep appearing forever — is in the same purgatory. The 25 numbers on a primary-school chart sit at the edge of problems that have defeated every mathematician who ever lived.

VI.Primes in the wild: cicadas, secrets, and a 41-million-digit monster

Primes escaped the maths classroom long ago. North America's Magicicada cicadas emerge on 13-year and 17-year cycles — both prime — and the leading explanation is exactly what it looks like: a predator on a 2-, 3-, 4- or 6-year cycle can never sync with a 17-year prime cycle, so the swarm almost never surfaces into a waiting mouth. Evolution, blindly, ran the arithmetic.

Your bank runs it deliberately. RSA encryption — still guarding a great deal of the world's online traffic — rests on a single asymmetry from Chapter II: multiplying two enormous primes together is instant, but starting from the product and recovering the primes is computationally brutal. A typical key multiplies two primes of roughly 300 digits each. Every padlock icon in your browser is, underneath, a bet that nobody can factor fast.

And the hunt Eratosthenes started has never stopped — it just got bigger hardware. The largest prime known to humanity, as of 2026, is 2¹³⁶'²⁷⁹'⁸⁴¹ − 1: a Mersenne prime of 41,024,320 digits, found on October 12, 2024 by Luke Durant — a researcher from San Jose who volunteered a swarm of cloud GPUs to the Great Internet Mersenne Prime Search (GIMPS). Printed out, the number would fill a shelf of novels. And by Euclid's four-sentence proof, it is guaranteed not to be the last word: somewhere past it, the next one is waiting, the way 11 waited just past our chart at 101.

Quick answers

How many prime numbers are there between 1 and 100?
Exactly 25: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89 and 97.
Is 1 a prime number?
No. 1 is neither prime nor composite. Primes are defined as having exactly two distinct divisors (1 and themselves); 1 has only one. Mathematicians excluded it so that every number’s prime factorisation would be unique — older books and tables did list 1 as prime, some as late as the mid-20th century.
Is 2 a prime number?
Yes — 2 is the only even prime number. Every other even number is divisible by 2, so it can’t be prime.
Is 91 a prime number?
No — 91 = 7 × 13. It’s the most commonly mistaken composite under 100, because it isn’t divisible by 2, 3 or 5 and so "feels" prime.
What are the first 9 prime numbers?
2, 3, 5, 7, 11, 13, 17, 19 and 23.
How many primes are there below 1,000?
168. The density thins as you climb: 25 primes in the first hundred, 21 in the second, 16 in the third. The Prime Number Theorem describes the thinning precisely.
What is the largest known prime number?
As of 2026 it is 2^136,279,841 − 1, a Mersenne prime with 41,024,320 digits, found on October 12, 2024 by Luke Durant’s cloud-GPU contribution to the GIMPS distributed search. There is no largest prime overall — Euclid proved around 300 BC that they never run out.
The trap round
Prime or Composite?
Eight numbers, two buttons, several traps
Round 1 of 8Score 0
51

Sources & notes

  • The 25-prime count, the sieve, and unique factorisation trace to Euclid's Elements (~300 BC) and Eratosthenes of Cyrene (~240 BC); the sieve's √n stopping rule is standard in any number-theory text.
  • Largest known prime: 2^136,279,841 − 1 (41,024,320 digits), discovered October 12, 2024 via Luke Durant's cloud-GPU contribution to GIMPS — confirmed current against the Prime Pages (t5k.org) record list, 2026.
  • Goldbach conjecture verified computationally to 4 × 10¹⁸ (Oliveira e Silva et al.); posed in Goldbach's 1742 letter to Euler. Twin prime conjecture remains open.
  • Periodical cicada prime-numbered life cycles (13/17-year Magicicada broods) and the predator-avoidance hypothesis are documented across the entomology literature.
  • Historical status of 1: widely listed as prime in older tables (into the 20th century); modern exclusion follows from preserving unique prime factorisation. All in-page calculations (sieve, checker, factorisations) are computed live in your browser — check any of them.

Twenty-five survivors, zero formulas, one librarian's machine still running after twenty-three centuries — and somewhere past 41 million digits, the next prime is already waiting to be caught.

How Many? Real answers, live tools and games

howmany.pro answers the questions that start with “how many” — researched, sourced and dated — and pairs them with free interactive tools you can use right in your browser: an invoice generator, percentage and tile calculators, a guitar tuner, a metronome, daily trivia and more.

Free tools

Invoice Generator · Percentage Calculator · Tile Calculator · Guitar Tuner · Metronome · Exam Timer · Trivium Daily Quiz · Cursor Playground

Popular answers

Squares on a chessboard · Pokémon types · Bones in the human body · Galaxies in the universe · Moons of Saturn · Piano keys · Types of cheese · Languages in the world · Countries in the world · Continents · Stars in the Milky Way · Neurons in the brain · Adult teeth · Spider legs · Shark teeth · Bee eyes · Heart chambers · Pyramids in Egypt · Zeros in a billion · Cards in a standard deck · Cards in a tarot deck · Scrabble tiles · Notes in an octave · Types of pasta · Dominoes in a set

About · Contact · Privacy Policy · Terms