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
| Numbers | Set | Includes 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
| Number | Successor | Predecessor |
|---|---|---|
| 0 | 1 | None |
| 1 | 2 | 0 |
| 9 | 10 | 8 |
| 99 | 100 | 98 |
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
| Operation | Closure? | Example |
|---|---|---|
| Addition | YES: sum of two whole numbers is always a whole number | 5 + 7 = 12 (whole) |
| Subtraction | NO: difference may NOT be a whole number | 3 − 7 = −4 (not whole) |
| Multiplication | YES: product of two whole numbers is always a whole number | 4 × 6 = 24 (whole) |
| Division | NO: quotient may NOT be a whole number | 7 ÷ 2 = 3.5 (not whole) |
4.2 Commutative Property
| Operation | Commutative? | Meaning | Example |
|---|---|---|---|
| Addition | YES | a + b = b + a | 5 + 3 = 3 + 5 |
| Multiplication | YES | a × b = b × a | 4 × 7 = 7 × 4 |
| Subtraction | NO | a − b ≠ b − a | 8 − 3 ≠ 3 − 8 |
| Division | NO | a ÷ b ≠ b ÷ a | 10 ÷ 2 ≠ 2 ÷ 10 |
'Order matters for subtraction and division. Order does NOT matter for addition and multiplication.'
4.3 Associative Property
| Operation | Associative? | Meaning | Example |
|---|---|---|---|
| Addition | YES | (a + b) + c = a + (b + c) | (2+3)+4 = 2+(3+4) |
| Multiplication | YES | (a × b) × c = a × (b × c) | (2×3)×4 = 2×(3×4) |
| Subtraction | NO | (a − b) − c ≠ a − (b − c) | (10−3)−2 ≠ 10−(3−2) |
| Division | NO | (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
| Property | Addition | Multiplication |
|---|---|---|
| Identity Element | 0 | 1 |
| Effect | a + 0 = a | a × 1 = a |
| Why Important | Zero is the starting point | One 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
| # | Mistake | Correction |
|---|---|---|
| 1 | Forgetting that 0 has no predecessor | Only 1 has predecessor 0. 0 has no predecessor in whole numbers. |
| 2 | Thinking subtraction is commutative | 8 − 3 = 5, but 3 − 8 = −5 (different!) |
| 3 | Wrong application of associative | (8 − 3) − 2 = 3, but 8 − (3 − 2) = 7 — they are different |
| 4 | Omitting zero from whole numbers | Whole numbers INCLUDE zero; natural numbers do not |
| 5 | Thinking product of zero is zero (correct!) but also that a÷0 is defined | Division by zero is NOT defined |
9. Exam Focus
Marks Blueprint
| Question Type | Marks | Typical Question |
|---|---|---|
| MCQ | 1 | Which property is shown? |
| Fill in blank | 1 | Identity element for addition = ___ |
| Short answer | 2 | Find using distributive property |
| True/False | 1 | Subtraction is commutative |
| Word problem | 3 | Apply 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.'
