CalcSimIA
ยทยท
Numbers & OperationsBeginnerยท 8 min read

Natural Numbers: from Zero to Infinity

Natural numbers form the foundation of all mathematics. Understand how they are organized, which are even and odd, prime and composite, and how to use divisibility rules in everyday life.

RF

Renato Freitas

Updated on May 5, 2026

What are natural numbers?

Natural numbers are the first numbers we learn in life: 0, 1, 2, 3, 4, 5... and so on, never stopping. They arose from the human need to count objects โ€” sheep, stars, days โ€” and are represented by the letter N (or โ„•).

There is a classic discussion about whether zero belongs to the natural numbers. In the standard curriculum, the set of natural numbers includes zero: N = {0, 1, 2, 3, 4, ...}. When we want to refer only to the positives without zero, we use N* = {1, 2, 3, ...}.

Each natural number has a successor (the next one) and a predecessor (the previous one). The successor of 7 is 8; the predecessor of 7 is 6. Zero is the only number with no predecessor within the naturals โ€” which is why it marks the start of the number line.

๐Ÿงฎ Try it yourself โ€” CalcSim

Want more features? Download CalcSim IA app

The number line and ordering

Imagine a horizontal line with a point marked as zero. Moving to the right, the numbers grow: 1, 2, 3... This representation is called the number line, and it is very useful for visualizing comparisons between numbers.

When two numbers are on the line, the one further to the right is greater. Therefore, 5 > 3 because 5 is to the right of 3. This idea of 'greater' and 'lesser' is the foundation of all work with natural numbers.

Natural numbers are ordered: it is always possible to say which number comes before and which comes after. This makes them ideal for counting, sequencing events, and measuring whole quantities.

Even and odd numbers

A natural number is even when it can be divided by 2 with nothing left over: 0, 2, 4, 6, 8, 10... They always end in 0, 2, 4, 6, or 8. A number is odd when dividing by 2 leaves a remainder of 1: 1, 3, 5, 7, 9, 11... They end in 1, 3, 5, 7, or 9.

This classification appears in everyday situations: house numbers on streets (one side even, the other odd), dividing objects into equal groups, and much more. Knowing how to identify even and odd is the first divisibility rule we learn.

Prime and composite numbers

A natural number greater than 1 is prime when its only divisors are itself and 1. Examples: 2, 3, 5, 7, 11, 13, 17, 19, 23... Note that 2 is the only even prime number; all others are odd.

A number is composite when it has more than two divisors โ€” meaning it can be formed by multiplying smaller numbers. Example: 12 = 2 ร— 2 ร— 3. We say that 12 is the product of its prime factors.

The number 1 is neither prime nor composite โ€” it is a special case. Zero is also not included in this classification. Identifying primes is fundamental for simplifying fractions and calculating the least common multiple (LCM) and greatest common divisor (GCD).

  • Primes up to 20: 2, 3, 5, 7, 11, 13, 17, 19
  • Composites: 4, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20
  • Special cases: 0 and 1 are not classified

Divisibility rules

Divisibility rules let you discover whether a number is divisible by another without performing the full division. They are powerful shortcuts for mental calculation.

Divisibility by 2: the number ends in 0, 2, 4, 6, or 8. By 5: ends in 0 or 5. By 10: ends in 0. By 3: the sum of the digits is divisible by 3 (e.g., 123 โ†’ 1+2+3=6, divisible by 3). By 9: the sum of the digits is divisible by 9 (e.g., 729 โ†’ 7+2+9=18, divisible by 9).

These rules are especially useful when factoring large numbers and simplifying fractions. Combined, they allow you to check divisibility by 6 (divisible by both 2 and 3) or by 15 (by 3 and 5), for example.

Frequently asked questions

Is zero a natural number?

In the standard curriculum, yes. The set of natural numbers is N = {0, 1, 2, 3, ...}. When we want to exclude zero, we use N* = {1, 2, 3, ...}.

Is the number 1 prime?

No. By mathematical definition, prime numbers have exactly two distinct divisors: 1 and themselves. The number 1 has only one divisor (itself), so it is not prime.

How do I check whether a large number is divisible by 3?

Add up all the digits of the number. If the result is divisible by 3, the original number is too. Example: 4,572 โ†’ 4+5+7+2 = 18 โ†’ 18 รท 3 = 6, so 4,572 is divisible by 3.

What is the largest known prime number?

The largest known primes are discovered by computer programs and have millions of digits. As of 2024, the largest known prime had more than 41 million digits. Mathematically, it is known that there are infinitely many prime numbers.

Why is there no simple divisibility rule for 7?

Rules do exist for 7, but they are complicated and rarely worth memorizing. In practice, to check divisibility by 7 it is faster to perform the division directly or use a calculator.

Was this article helpful?

Rate with stars to help us improve the content.

Sign in to rate this article.

Still have questions?

The AI Professor explains step by step

Ask a question in natural language and get a personalised explanation about Numbers & Operations โ€” or any other topic.

Prefer to solve it on your phone?

Download the free app โ†’

Keep learning