Canadianpulse News Pulse Go
English (Canada) Blog Business Local Politics Tech World
CanadianPulse.net Canadianpulse News Pulse Guides
Blog Business Local Politics Tech World

What Are Prime Numbers? Definition, List 1-100 & Tricks

Caleb Ethan Mitchell Patterson • 2026-04-20 • Reviewed by Ethan Collins

Imagine trying to split 12 cookies among three friends—you can do it evenly, since 12 ÷ 3 = 4. But try splitting 7 cookies, and you’ll always have leftovers no matter how you rearrange things. That stubborn indivisibility is exactly what makes 7 a prime number. A prime number is a natural number greater than 1 that cannot be divided evenly by any number other than 1 and itself. If you’ve ever wondered why mathematicians obsess over these peculiar numbers, or needed the full list from 1 to 100, this guide clears it all up with the help of verified sources.

Definition: Natural number greater than 1 with no positive divisors other than 1 and itself · Smallest prime: 2 · Primes up to 100: 25 · Even prime: Only 2 · Examples: 3, 5, 7, 11, 13

Quick snapshot

1Confirmed facts
  • A prime number is a natural number greater than 1 that has exactly two factors — 1 and itself (SplashLearn)
  • 2 is the smallest and only even prime number (SplashLearn)
2What’s unclear
  • Prime number concept is universally defined — no regional confusion exists (SplashLearn)
  • Common misconception: 1 is sometimes mistakenly called prime (SplashLearn)
3Timeline signal
  • Euclid formalized the concept around 300 BC (SplashLearn)
  • Online educational resources proliferated in the 2010s (SplashLearn)
4What’s next
  • Practice identifying primes up to 100 using the tricks covered below
  • Apply the Sieve of Eratosthenes for larger numbers

The table below summarizes the essential facts about prime numbers, from their mathematical definition to specific examples within 1–100.

Fact Value
Mathematical definition Natural number >1 not divisible by other naturals
Count 1-100 25
Smallest 2
1 status Not prime
Examples to 20 2, 3, 5, 7, 11, 13, 17, 19

What is a prime number in math?

A prime number is a natural number greater than 1 that has exactly two distinct positive divisors: 1 and itself. Prime numbers are only divisible by 1 and themselves, meaning they cannot be split into equal whole-number groups any other way. According to SplashLearn, a prime number results in a non-zero remainder for any divisor other than 1 and itself.

Is 1 a prime number?

No. The number 1 is neither a prime nor a composite number. This trips up many beginners. Mathematicians specifically excluded 1 from primes because prime numbers must have exactly two distinct factors—and 1 only has one factor (itself). If 1 were prime, it would break the fundamental theorem of arithmetic, which states that every composite number is built from a unique product of primes.

Why is 2 a prime number?

2 is the smallest prime number and holds a unique distinction: it is the only even prime number. All other prime numbers are odd. SplashLearn confirms that 2 is the only even prime because any larger even number can be divided by 2, giving it at least three factors (1, 2, and itself). This quirk makes 2 special in almost every discussion about prime patterns.

The upshot

Students who remember “1 is not prime” and “2 is the odd one out” already know two of the most frequently tested facts in elementary math.

What are prime numbers 1 to 100?

There are exactly 25 prime numbers between 1 and 100. Listing them reveals interesting patterns: the first decade (1–10) contains four primes, while later decades contain fewer. BYJU’S confirms that 97 is the largest prime under 100.

Prime numbers 1 to 10

  • 2, 3, 5, 7

Full list 1-100

  • 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

Counting by decades: the first 25 numbers contain 9 primes, the next 25 contain 6 primes, and prime density drops further as numbers grow. This decreasing pattern continues beyond 100—primes become sparser the higher you count.

The pattern

Except for 2 and 5, every prime ends in 1, 3, 7, or 9. This isn’t a coincidence—it’s a mathematical necessity, since any number ending in 0, 2, 4, 6, or 8 is divisible by 2, and any number ending in 5 (except 5 itself) is divisible by 5.

How to explain prime numbers to a child?

The clearest analogy for kids involves sharing snacks or toys. Smartick, an educational platform focused on math for children, suggests using everyday examples where items cannot be shared equally among groups of friends—except when the only option is giving one item per person or keeping all items for yourself.

Prime vs composite for kids

  • Prime: Like a single cookie that can only be eaten alone
  • Composite: Like 12 cookies that can be split into 3 groups of 4 or 4 groups of 3
  • 1: A special case—imagine holding one cookie and having no one to share with or split it between

Flashcards and matching games reinforce this distinction effectively. According to Smartick, turning the identification of primes into a physical activity helps younger learners internalize the concept faster than rote memorization alone.

Why this matters

Kids who grasp the prime/composite distinction early build stronger foundations for later topics like fractions, least common multiples, and greatest common divisors—all essential skills in middle school and beyond.

What is the easiest trick to find prime numbers?

The fastest way to check if a number is prime involves two shortcuts that eliminate most candidates immediately, then one systematic test for edge cases.

How to find prime numbers easy trick?

  • Eliminate any number ending in 0, 2, 4, 6, 8 (except 2 itself)
  • Eliminate any number ending in 5 (except 5 itself)
  • Check divisibility by primes up to the square root: 2, 3, 5, 7

BYJU’S explains that you only need to test divisibility up to the square root of your number because if a larger factor existed, a smaller one would already have paired with it. For numbers up to 100, you only need to check primes up to 7—since the square root of 100 is 10, and 11’s multiples are already crossed out by smaller primes.

Trick to remember prime numbers

  • Memorize the ending-digit pattern: primes (except 2, 5) always end in 1, 3, 7, or 9
  • Use the decade method: Decade 1 gives 2, 3, 5, 7; Decade 2 gives 11, 13, 17, 19; and so on
  • Watch for trap numbers: 91 looks prime but equals 7 × 13

The Sieve of Eratosthenes automates this elimination systematically. List numbers 1–100, cross out multiples of 2, then 3, then 5, then 7. Anything remaining uncrossed is prime. Smartick provides step-by-step instructions for this visualization technique.

The catch

Numbers like 49 (7 × 7) and 77 (7 × 11) look prime at first glance but fail the divisibility test. Always verify with actual division, especially for numbers ending in 1, 3, 7, or 9.

How to find prime numbers?

Beyond shortcuts, two main methods help systematically identify primes: trial division and the Sieve of Eratosthenes.

Methods and formulas

Trial division works by testing each potential divisor up to the square root:

  1. Pick your number
  2. Divide by 2, 3, 5, 7, and so on
  3. Stop when you reach the square root
  4. If no divisor produces a whole number, it’s prime

The Sieve of Eratosthenes, developed around 240 BC, is more efficient for finding all primes in a range. The process: write 1–100, circle 2 and cross out its multiples, circle 3 and cross out its multiples, circle 5 and cross out its multiples, circle 7 and cross out its multiples. Any uncircled number is prime. BYJU’S notes that checking up to the square root is sufficient because multiplying any two numbers both larger than the square root would exceed your target.

Twin primes—pairs differing by exactly 2—appear throughout the list. Examples under 100 include 3 and 5, 41 and 43, and 71 and 73. These pairs grow rarer as numbers increase, a pattern that fascinates mathematicians studying prime distribution.

Bottom line: Students who master prime number identification gain a skill that underpins modern cryptography used in banking and secure communications.

A prime number is a natural number greater than 1 that has exactly two factors — 1 and itself.

— Video narrator, YouTube educational channel

Prime numbers are the fundamental building blocks of natural numbers.

— PW Store author, Math education blog

The implication is straightforward: once students internalize the definition, the divisibility rules, and the ending-digit pattern, identifying primes becomes almost automatic. Prime numbers serve as the atomic building blocks of all arithmetic—every composite number breaks down into a unique product of primes—a principle so fundamental it underpins modern cryptography used in banking and secure communications.

Related reading: What is HTTPS? · What Is an Index Fund?

Additional sources

youtube.com, byjus.com, smartick.com

Prime numbers serve as arithmetic’s building blocks, with detailed definition and examples offering clear insights alongside a complete list from 2 to 97.

Frequently asked questions

Is 2099 prime?

To check 2099, we test divisibility by primes up to its square root (approximately 45.8): 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43. 2099 is not divisible by any of these, so it is prime.

Why isn’t 69 a prime number?

69 is divisible by 3 (since 6 + 9 = 15, divisible by 3), making it composite: 69 = 3 × 23. Any number whose digits sum to a multiple of 3 is divisible by 3.

Why is 37 so special?

37 is prime, but its fame comes from being part of several twin prime pairs (31-37, 37-41) and its resistance to easy divisibility patterns, making it a favorite example in mental math puzzles.

What is a co-prime number?

Two numbers are co-prime (or relatively prime) if their greatest common divisor is 1. Any two prime numbers are automatically co-prime. For example, 14 and 25 are co-prime even though neither is prime itself.

What are all the prime numbers?

The prime numbers continue infinitely with no largest prime—Euclid proved this around 300 BC. Beyond 100, the next primes are 101, 103, 107, 109, 113, and so on, extending without end.

What are the prime numbers of 1 through 10?

Among 1 through 10, the primes are 2, 3, 5, and 7. The composite numbers (4, 6, 8, 9, 10) each have at least one additional divisor beyond 1 and themselves.

Is 69 a prime or composite number?

69 is composite, divisible by 3 and 23. As established in the divisibility rules, any number whose digits sum to a multiple of 3 cannot be prime.



Caleb Ethan Mitchell Patterson

About the author

Caleb Ethan Mitchell Patterson

Coverage is updated through the day with transparent source checks.