Whole Numbers — Class 6 Mathematics

'The number line is a road — every whole number has a fixed home on it.'

1. Introduction

Natural numbers (1, 2, 3, 4, ...) are the counting numbers we first learn. Add zero (0), and you get whole numbers: 0, 1, 2, 3, 4, 5, ...

Why Zero Matters

Zero is not nothing — it is a number with special properties. The ancient Indian mathematician Brahmagupta (7th century CE) was among the first to treat zero as a number with rules for arithmetic.

Natural Numbers vs Whole Numbers

NumbersSetIncludes 0?
Natural Numbers (N){1, 2, 3, 4, ...}No
Whole Numbers (W){0, 1, 2, 3, 4, ...}Yes

2. Predecessor and Successor

Successor

One more than a number = number + 1

  • Successor of 5 = 6
  • Successor of 99 = 100
  • Successor of 0 = 1

Predecessor

One less than a number = number − 1

  • Predecessor of 5 = 4
  • Predecessor of 100 = 99
  • Predecessor of 1 = 0
  • Predecessor of 0 = does NOT exist (no whole number before 0)

'Every whole number EXCEPT 0 has a predecessor. Every whole number has a successor.'

Quick Check

NumberSuccessorPredecessor
01None
120
9108
9910098

3. Number Line

A number line is a straight line with whole numbers marked at equal distances.

0---1---2---3---4---5---6---7---8---9---10--->

Operations on Number Line

Addition: Move RIGHT

  • 3 + 2: Start at 3, move 2 steps right → reach 5

Subtraction: Move LEFT

  • 7 − 4: Start at 7, move 4 steps left → reach 3

Multiplication: Repeated addition (jumps of equal size)

  • 3 × 4: Start at 0, take 3 jumps of 4 steps each → reach 12

'Draw number lines for every problem until you can visualise them in your head.'


4. Properties of Whole Numbers

4.1 Closure Property

OperationClosure?Example
AdditionYES: sum of two whole numbers is always a whole number5 + 7 = 12 (whole)
SubtractionNO: difference may NOT be a whole number3 − 7 = −4 (not whole)
MultiplicationYES: product of two whole numbers is always a whole number4 × 6 = 24 (whole)
DivisionNO: quotient may NOT be a whole number7 ÷ 2 = 3.5 (not whole)

4.2 Commutative Property

OperationCommutative?MeaningExample
AdditionYESa + b = b + a5 + 3 = 3 + 5
MultiplicationYESa × b = b × a4 × 7 = 7 × 4
SubtractionNOa − b ≠ b − a8 − 3 ≠ 3 − 8
DivisionNOa ÷ b ≠ b ÷ a10 ÷ 2 ≠ 2 ÷ 10

'Order matters for subtraction and division. Order does NOT matter for addition and multiplication.'

4.3 Associative Property

OperationAssociative?MeaningExample
AdditionYES(a + b) + c = a + (b + c)(2+3)+4 = 2+(3+4)
MultiplicationYES(a × b) × c = a × (b × c)(2×3)×4 = 2×(3×4)
SubtractionNO(a − b) − c ≠ a − (b − c)(10−3)−2 ≠ 10−(3−2)
DivisionNO(a ÷ b) ÷ c ≠ a ÷ (b ÷ c)(12÷6)÷2 ≠ 12÷(6÷2)

4.4 Distributive Property

This property connects addition and multiplication.

Distribution of multiplication over addition: a × (b + c) = (a × b) + (a × c)

Distribution of multiplication over subtraction: a × (b − c) = (a × b) − (a × c)

Worked Example: 7 × 98 Use distributive property: 7 × (100 − 2) = 7 × 100 − 7 × 2 = 700 − 14 = 686

Worked Example: 6 × 105 = 6 × (100 + 5) = 6 × 100 + 6 × 5 = 600 + 30 = 630

'The distributive property is your SECRET WEAPON for mental math.'


5. Identity Elements

Additive Identity (Zero)

  • a + 0 = a (for any whole number a)
  • 0 + 7 = 7, 12 + 0 = 12
  • Zero does NOT change the value when added

Multiplicative Identity (One)

  • a × 1 = a (for any whole number a)
  • 1 × 9 = 9, 15 × 1 = 15
  • One does NOT change the value when multiplied

Comparison Table

PropertyAdditionMultiplication
Identity Element01
Effecta + 0 = aa × 1 = a
Why ImportantZero is the starting pointOne is the building block

6. Patterns in Whole Numbers

Pattern 1: Adding Consecutive Odd Numbers

1 = 1 = 1² 1 + 3 = 4 = 2² 1 + 3 + 5 = 9 = 3² 1 + 3 + 5 + 7 = 16 = 4²

'Sum of first n odd numbers = n²'

Pattern 2: Adding Consecutive Numbers

1 + 2 + 3 + ... + n = n(n+1) / 2 Example: 1 + 2 + 3 + 4 + 5 = 5 × 6 / 2 = 15

Pattern 3: Multiplication Table Patterns

9 × 1 = 9 9 × 2 = 18 (1+8=9) 9 × 3 = 27 (2+7=9) 9 × 4 = 36 (3+6=9) Digital root of 9 × any number is always 9.

Pattern 4: Number Pyramids

    1
   1 1
  1 2 1
 1 3 3 1
1 4 6 4 1

Each number is the sum of the two numbers above it (Pascal's Triangle).


7. Worked Examples

Example 1: Using Properties

Simplify using properties: 5 × 37 × 2

Solution: Using commutative property: 5 × 2 × 37 = 10 × 37 = 370

Example 2: Distributive in Real Life

Ravi buys 6 notebooks at Rs. 25 each and 6 pens at Rs. 15 each. Total cost?

Solution: Total = 6 × 25 + 6 × 15 = 6 × (25 + 15) = 6 × 40 = Rs. 240

Example 3: Number Line

Show 5 − 8 on the number line. Is the result a whole number?

Solution: Start at 5, move 8 steps left → reach −3. Since −3 is NOT a whole number (negative), 5 − 8 is not defined in whole numbers.


8. Common Mistakes — Fix Them Now

#MistakeCorrection
1Forgetting that 0 has no predecessorOnly 1 has predecessor 0. 0 has no predecessor in whole numbers.
2Thinking subtraction is commutative8 − 3 = 5, but 3 − 8 = −5 (different!)
3Wrong application of associative(8 − 3) − 2 = 3, but 8 − (3 − 2) = 7 — they are different
4Omitting zero from whole numbersWhole numbers INCLUDE zero; natural numbers do not
5Thinking product of zero is zero (correct!) but also that a÷0 is definedDivision by zero is NOT defined

9. Exam Focus

Marks Blueprint

Question TypeMarksTypical Question
MCQ1Which property is shown?
Fill in blank1Identity element for addition = ___
Short answer2Find using distributive property
True/False1Subtraction is commutative
Word problem3Apply properties to solve

Quick Self-Test (5 Questions)

Q1: What is the successor of 999?

<details><summary>Answer</summary>1000</details>

Q2: Name the property: 7 × (3 + 2) = 7 × 3 + 7 × 2

<details><summary>Answer</summary>Distributive property of multiplication over addition</details>

Q3: Is subtraction associative for whole numbers? Give an example.

<details><summary>Answer</summary>No. Example: (10 − 4) − 2 = 4, but 10 − (4 − 2) = 8. They are different.</details>

Q4: What is the additive identity of 15?

<details><summary>Answer</summary>0, because 15 + 0 = 15</details>

Q5: Simplify using properties: 8 × 125 × 4

<details><summary>Answer</summary>8 × 125 × 4 = (8 × 125) × 4 = 1000 × 4 = 4000. Or: 8 × 4 × 125 = 32 × 125 = 4000.</details>

10. Chapter Summary

  • Whole numbers = {0, 1, 2, 3, ...}
  • Successor = number + 1; Predecessor = number − 1
  • Number line: right for addition, left for subtraction
  • Closure holds for addition, multiplication (NOT subtraction, division)
  • Commutative holds for addition, multiplication
  • Associative holds for addition, multiplication
  • Distributive: a × (b+c) = a×b + a×c
  • Identities: 0 for addition, 1 for multiplication

'Whole numbers are the building blocks of all arithmetic. Master these properties and every calculation becomes faster and easier.'

Verified by the tuition.in editorial team
Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo