Orchids Logo

Natural Numbers

Class 6Whole Numbers

Counting is one of the first things you learned as a child: 1, 2, 3, 4, 5, ... These counting numbers are called natural numbers. They are the most basic and oldest numbers in mathematics — the very first numbers that humans ever invented, thousands of years before writing existed.


Natural numbers start at 1 and go on forever: 1, 2, 3, 4, 5, 6, 7, ... There is no largest natural number because you can always add 1 more. If someone claims they found the biggest number, you can always say "plus one!" and get a bigger natural number. This property of going on forever is called being infinite.


In Class 6 NCERT Maths (Whole Numbers), you will learn what natural numbers are, how they are different from whole numbers, and what special properties they have (like closure, commutativity, and associativity). Understanding natural numbers lays the groundwork for learning about whole numbers, integers, fractions, and all other types of numbers that you will encounter in higher classes.


Every time you count how many students are in your class, how many goals were scored in a match, how many chocolates are in a box, or how many runs a batsman has scored, you are using natural numbers. They are the foundation of all mathematics.


But natural numbers have limits. They cannot express "nothing" (you need zero for that), they cannot express "below zero" (you need negative integers), and they cannot express "parts" (you need fractions). That is why mathematics keeps expanding beyond natural numbers. But it all starts here — with counting: 1, 2, 3, ...

What is Natural Numbers - Grade 6 Maths (Whole Numbers)?

Definition: Natural numbers are the counting numbers starting from 1. They are: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, ...


The set of natural numbers is written using the letter N:

N = {1, 2, 3, 4, 5, 6, 7, ...}

The three dots (...) mean the set continues forever.


Key facts about natural numbers:

  • The smallest natural number is 1.
  • There is no largest natural number (the set is infinite — it goes on forever).
  • 0 is NOT a natural number. Natural numbers start from 1, not 0.
  • Every natural number has a successor (the number that comes right after it): the successor of 5 is 6, the successor of 99 is 100, the successor of 1,000 is 1,001.
  • Every natural number except 1 has a predecessor (the number that comes right before it): the predecessor of 5 is 4, the predecessor of 100 is 99. The number 1 has no predecessor in the natural numbers (its predecessor would be 0, which is not a natural number).
  • Between any two natural numbers with a gap, there are other natural numbers. For example, between 5 and 10, we have 6, 7, 8, 9.
  • Natural numbers can be represented on a number line as equally spaced points starting from 1 and going to the right.

Natural Numbers vs Whole Numbers vs Integers:

  • Natural numbers (N): 1, 2, 3, 4, 5, ... (start from 1, no zero, no negatives)
  • Whole numbers (W): 0, 1, 2, 3, 4, 5, ... (start from 0, no negatives)
  • Integers (Z): ..., −3, −2, −1, 0, 1, 2, 3, ... (includes negatives)
  • Every natural number is a whole number. Every whole number is an integer. But not every integer is a natural number (−5 and 0 are not).
  • Think of it as nested sets: N ⊂ W ⊂ Z (natural numbers are inside whole numbers, which are inside integers).

Natural Numbers Formula

Successor and Predecessor:

Successor of n = n + 1
Predecessor of n = n − 1


Sum of first n natural numbers:

1 + 2 + 3 + ... + n = n(n + 1) / 2

Example: Sum of first 10 natural numbers = 10 × 11 / 2 = 55


Properties of Natural Numbers:

  • Closure under addition: Sum of any two natural numbers is a natural number. Example: 3 + 5 = 8 (natural number).
  • Closure under multiplication: Product of any two natural numbers is a natural number. Example: 4 × 6 = 24 (natural number).
  • NOT closed under subtraction: 3 − 5 = −2 (not a natural number).
  • NOT closed under division: 5 ÷ 2 = 2.5 (not a natural number).
  • Commutative property: a + b = b + a and a × b = b × a.
  • Associative property: (a + b) + c = a + (b + c) and (a × b) × c = a × (b × c).
  • Distributive property: a × (b + c) = a × b + a × c.

Types and Properties

Types of natural numbers:


1. Even Natural Numbers

  • Exactly divisible by 2.
  • Examples: 2, 4, 6, 8, 10, 12, ...
  • The smallest even natural number is 2.

2. Odd Natural Numbers

  • NOT exactly divisible by 2.
  • Examples: 1, 3, 5, 7, 9, 11, ...
  • The smallest odd natural number is 1.

3. Prime Numbers

  • A natural number greater than 1 that has exactly two factors: 1 and itself.
  • Examples: 2, 3, 5, 7, 11, 13, 17, 19, ...
  • 2 is the smallest prime and the only even prime.

4. Composite Numbers

  • A natural number greater than 1 that has more than two factors.
  • Examples: 4, 6, 8, 9, 10, 12, ...
  • 4 is the smallest composite number.

5. The Number 1

  • 1 is neither prime nor composite.
  • It has only one factor: itself.

Relationship between sets:

Solved Examples

Example 1: Identifying Natural Numbers

Problem: Which of the following are natural numbers? 0, 3, −5, 7, 2.5, 12


Solution:

Given:

  • Numbers: 0, 3, −5, 7, 2.5, 12

Steps:

  • 0 — No (natural numbers start from 1)
  • 3 — Yes
  • −5 — No (negative numbers are not natural)
  • 7 — Yes
  • 2.5 — No (decimals are not natural numbers)
  • 12 — Yes

Answer: The natural numbers are 3, 7, and 12.

Example 2: Successor and Predecessor

Problem: Find the successor and predecessor of 78.


Solution:

Given:

  • Number: 78

Steps:

  • Successor = 78 + 1 = 79
  • Predecessor = 78 − 1 = 77

Answer: Successor = 79, Predecessor = 77

Example 3: Sum of First n Natural Numbers

Problem: Find the sum of the first 20 natural numbers.


Solution:

Given:

  • n = 20

Steps:

  • Sum = n(n + 1) / 2
  • Sum = 20 × 21 / 2
  • Sum = 420 / 2 = 210

Answer: Sum of first 20 natural numbers = 210

Example 4: Closure Property Check

Problem: Is the sum of 15 and 27 a natural number? Is 8 − 13 a natural number?


Solution:

Given:

  • 15 + 27, and 8 − 13

Steps:

  • 15 + 27 = 42. Yes, 42 is a natural number. (Closure under addition holds.)
  • 8 − 13 = −5. No, −5 is not a natural number. (Closure under subtraction does NOT hold.)

Answer: 42 is a natural number; −5 is not.

Example 5: Even and Odd Classification

Problem: Classify the natural numbers from 11 to 20 as even or odd.


Solution:

Given:

  • Numbers: 11, 12, 13, 14, 15, 16, 17, 18, 19, 20

Steps:

  • Even (divisible by 2): 12, 14, 16, 18, 20
  • Odd (not divisible by 2): 11, 13, 15, 17, 19

Answer: Even: 12, 14, 16, 18, 20. Odd: 11, 13, 15, 17, 19.

Example 6: Number Line Representation

Problem: Show natural numbers from 1 to 8 on a number line and find the number between 4 and 6.


Solution:

Given:

  • Natural numbers: 1, 2, 3, 4, 5, 6, 7, 8

Steps:

  • On a number line, mark equally spaced points at 1, 2, 3, 4, 5, 6, 7, 8.
  • The natural number between 4 and 6 is 5.

Answer: The natural number between 4 and 6 is 5.

Example 7: Between Two Numbers

Problem: How many natural numbers lie between 25 and 41?


Solution:

Given:

  • Range: between 25 and 41 (not including 25 and 41)

Steps:

  • Natural numbers between 25 and 41: 26, 27, 28, ..., 40
  • Count = 40 − 26 + 1 = 15

Answer: 15 natural numbers lie between 25 and 41.

Example 8: Commutative Property

Problem: Verify the commutative property of addition for natural numbers 8 and 13.


Solution:

Given:

  • a = 8, b = 13

Steps:

  • a + b = 8 + 13 = 21
  • b + a = 13 + 8 = 21
  • 21 = 21 ✓

Answer: 8 + 13 = 13 + 8 = 21. The commutative property holds.

Example 9: Word Problem — Counting

Problem: A class has rows of 6 benches. If there are 5 rows, how many benches are there in total? Is the answer a natural number?


Solution:

Given:

  • Rows = 5, Benches per row = 6

Steps:

  • Total benches = 5 × 6 = 30
  • 30 is a counting number, so yes, it is a natural number.

Answer: Total = 30 benches. Yes, it is a natural number.

Example 10: Distributive Property

Problem: Verify: 6 × (4 + 3) = 6 × 4 + 6 × 3


Solution:

Given:

  • a = 6, b = 4, c = 3

Steps:

  • Left side: 6 × (4 + 3) = 6 × 7 = 42
  • Right side: 6 × 4 + 6 × 3 = 24 + 18 = 42
  • 42 = 42 ✓

Answer: Both sides equal 42. The distributive property is verified.

Real-World Applications

Real-world uses of natural numbers:

  • Counting Objects: The most basic and universal use. How many students are in your class (45)? How many pages in your textbook (320)? How many runs did India score (256)? How many chocolates in the box (24)? All of these are natural numbers. Counting is so fundamental that the natural numbers are also called "counting numbers."
  • Numbering and Ordering: Roll numbers (1, 2, 3, ..., 50), house numbers (42, 43, 44), bus route numbers (Route 7, Route 12), page numbers, jersey numbers in sports (7, 10, 18), and floor numbers in buildings all use natural numbers to label and organise things in a specific order.
  • Money: When you count coins or notes, you use natural numbers. "I have 5 ten-rupee notes" uses two natural numbers (5 and 10). Prices in shops (Rs. 99, Rs. 250, Rs. 1499) are natural numbers. Your piggy bank savings can be counted using natural numbers.
  • Age: "She is 11 years old." Age in everyday language is expressed as a natural number. You turned 1 on your first birthday, 2 on your second, and so on. Everyone's age is a natural number (we do not say "I am 11.7 years old" in conversation).
  • Sports: Scores, rankings, player counts, and statistics are all natural numbers. "India scored 3 goals." "She finished 2nd in the race." "There are 11 players in a cricket team." "Virat Kohli has scored 50 centuries." Natural numbers are the language of sport.
  • Time Tables and Schedules: Multiplication tables (2 × 1 = 2, 2 × 2 = 4, ...), school timetables (Period 1, Period 2, ..., Period 8), calendar dates (March 15), and class numbers (Class 6, Class 7) all use natural numbers.
  • Measurements: When you measure whole units — 3 litres of milk, 7 metres of rope, 12 eggs, 2 kg of rice — you are using natural numbers. Dozens (12), gross (144), and scores (20) are all natural number units of counting.
  • Sequences and Patterns: Many mathematical patterns are based on natural numbers. The even numbers (2, 4, 6, ...), odd numbers (1, 3, 5, ...), squares (1, 4, 9, 16, ...), and triangular numbers (1, 3, 6, 10, ...) are all sequences within the natural numbers.

Key Points to Remember

  • Natural numbers are the counting numbers: 1, 2, 3, 4, 5, 6, 7, ...
  • The smallest natural number is 1. There is no largest natural number — the set is infinite.
  • 0 is NOT a natural number. Whole numbers = {0, 1, 2, 3, ...} = {0} ∪ Natural numbers.
  • Every natural number has a successor (the next number) = n + 1. The successor of 99 is 100.
  • Every natural number except 1 has a predecessor (the previous number) = n − 1. The predecessor of 100 is 99. The number 1 has no natural number predecessor.
  • Closure under addition: The sum of any two natural numbers is always a natural number. 5 + 3 = 8 (natural).
  • Closure under multiplication: The product of any two natural numbers is always a natural number. 5 × 3 = 15 (natural).
  • NOT closed under subtraction: 3 − 7 = −4 (not a natural number). Subtracting a larger from a smaller gives a negative result.
  • NOT closed under division: 7 ÷ 2 = 3.5 (not a natural number). Division does not always give a whole number.
  • Addition and multiplication are commutative: a + b = b + a, a × b = b × a.
  • Addition and multiplication are associative: (a + b) + c = a + (b + c), (a × b) × c = a × (b × c).
  • The distributive property connects multiplication and addition: a × (b + c) = a × b + a × c.
  • Multiplicative identity: a × 1 = a. Multiplying by 1 does not change the number.
  • Sum of first n natural numbers = n(n + 1) / 2. Example: 1 + 2 + 3 + ... + 100 = 100 × 101 / 2 = 5050.

Practice Problems

  1. Write the first 15 natural numbers.
  2. What is the successor of 999? What is the predecessor of 1000?
  3. Find the sum of the first 50 natural numbers.
  4. Which of these are natural numbers: −3, 0, 1, 4.5, 7, 100?
  5. How many natural numbers lie between 10 and 50?
  6. Is 12 − 20 a natural number? Why or why not?
  7. Verify the commutative property of multiplication for 7 and 9.
  8. Classify the first 20 natural numbers into even and odd.

Frequently Asked Questions

Q1. What are natural numbers?

Natural numbers are the counting numbers: 1, 2, 3, 4, 5, and so on. They start from 1 and go on forever. They are used for counting objects.

Q2. Is 0 a natural number?

No. Natural numbers start from 1. The set {0, 1, 2, 3, ...} is called whole numbers. The only difference between natural numbers and whole numbers is that whole numbers include 0.

Q3. What is the difference between natural numbers and whole numbers?

Natural numbers: 1, 2, 3, 4, 5, ... (starting from 1). Whole numbers: 0, 1, 2, 3, 4, 5, ... (starting from 0). Every natural number is a whole number, but 0 is a whole number that is not a natural number.

Q4. What is the smallest natural number?

The smallest natural number is 1. There is no natural number smaller than 1 because 0 is not a natural number, and negative numbers are not natural numbers.

Q5. Is there a largest natural number?

No. Natural numbers are infinite. No matter how large a number you think of, you can always add 1 to get a larger natural number.

Q6. What is a successor?

The successor of a natural number is the number that comes right after it. The successor of n is n + 1. For example, the successor of 15 is 16, and the successor of 100 is 101.

Q7. Are natural numbers closed under subtraction?

No. When you subtract a larger natural number from a smaller one, the result is negative, which is not a natural number. Example: 3 − 7 = −4. Since −4 is not a natural number, natural numbers are not closed under subtraction.

Q8. What is the sum of the first 100 natural numbers?

Using the formula: Sum = n(n + 1) / 2 = 100 × 101 / 2 = 5050. This formula was famously used by the mathematician Gauss when he was a schoolboy.

We are also listed in