Introduction
Numbers are like the building blocks of mathematics, helping us count, measure, and solve problems in our daily lives. Imagine counting apples in a basket or calculating your pocket money-these activities rely on numbers! In this chapter, we dive into the exciting world of natural numbers and whole numbers, exploring their properties and how they behave when we add, subtract, multiply, or divide them. We'll also use a number line to make these operations fun and visual, uncovering patterns that make calculations easier. Get ready to discover the magic of numbers and how they work together!

Natural Numbers
- Natural numbers are the counting numbers starting from 1, like 1, 2, 3, 4, and so on.
- They are used for counting objects, such as books, toys, or stars in the sky.
- These numbers go on infinitely, with no end, like 1000, 10,000,000, and beyond.

Example: The numbers 1, 2, 3, ..., 1000, ..., 10,00,00,00 are all natural numbers because they are used for counting.
Successor and Predecessor of Natural Numbers
- The successor of a natural number is the number that comes right after it. To find it, add 1 to the number.
- The predecessor of a natural number is the number that comes just before it. To find it, subtract 1 from the number.
- The number 1 has a successor (2) but no predecessor, as 1 - 1 = 0, and 0 is not a natural number.
- All other natural numbers have both a successor and a predecessor.
Example: For the number 3, the successor is 3 + 1 = 4, and for the number 13, the predecessor is 13 - 1 = 12.
Whole Numbers
- Whole numbers include all natural numbers and 0, so they are 0, 1, 2, 3, 4, ...
- Every natural number is a whole number, but 0 is a whole number that is not a natural number.
- The number 1 has a predecessor (0) as a whole number.
Example: The number 0 is a whole number but not a natural number, while 1, 2, 3, etc., are both.
Addition of Whole Numbers on a Number Line
- A number line is a visual tool to perform addition by moving right from 0.
- Steps for addition:
- Draw a number line with 0 as the starting point.
- Move right by the first number's units from 0.
- From that point, move right again by the second number's units.
- The final point is the sum.
Example: To add 3 and 5:

- Move 3 units right from 0 to reach 3.

- Move 5 more units right to reach 8.

Subtraction of Whole Numbers on a Number Line
- Subtraction on a number line involves moving left from the starting number.
- Steps for subtraction:
- Draw a number line.
- Move right from 0 to the larger number (minuend).
- Move left by the smaller number (subtrahend) units.
- The final point is the difference.
Example:To subtract 3 from 5:

- Move 5 units right from 0 to reach 5.

- Move 3 units left from 5 to reach 2.

Multiplication of Whole Numbers on a Number Line
- Multiplication is shown as repeated jumps of equal size on a number line.
- Steps for multiplication:
- Draw a number line starting at 0.
- Take jumps equal to the first number, as many times as the second number.
- The final point is the product.
Example: To multiply 2 and 4:

- Take 4 jumps of 2 units each from 0, reaching 8.

Properties of Whole Numbers
I. Addition
Closure Property: Adding two whole numbers always gives a whole number.
- If a and b are whole numbers, then a + b is a whole number.
Commutative Property: The order of addition doesn't change the sum.
Associative Property: Grouping of numbers doesn't affect the sum.
- (a + b) + c = a + (b + c)
Additive Identity: Adding 0 to any whole number gives the same number.
Additive Inverse: No whole number has an additive inverse, as a + b = 0 requires b to be negative, which isn't a whole number.
Example: Find the sum 837 + 208 + 363 by rearrangement.
- Rearrange as (837 + 363) + 208 = 1200 + 208 = 1408.
II. Subtraction
Closure Property: Subtraction of whole numbers doesn't always give a whole number if the minuend is smaller.
- If a ≥ b, then a - b is a whole number; otherwise, it's not.
Commutative Property: Subtraction is not commutative.
Associative Property: Subtraction is not associative.
- (a - b) - c ≠ a - (b - c)
Property of Zero: Subtracting 0 from a whole number gives the same number.
Relation: If a - b = c, then a = b + c.
Example: For 6 - 2 = 4, verify a = b + c.
- Here, a = 6, b = 2, c = 4. So, 6 = 2 + 4, which is true.
III. Multiplication
Closure Property: The product of two whole numbers is a whole number.
Commutative Property: The order of multiplication doesn't change the product.
Associative Property: Grouping of numbers doesn't affect the product.
- (a × b) × c = a × (b × c)
Multiplicative Identity: Multiplying by 1 gives the same number.
Multiplicative Inverse: No whole number (except 1) has a multiplicative inverse, as a × (1/a) = 1, but 1/a is not a whole number.
- Property of Zero: Multiplying any whole number by 0 gives 0.
Distributive Property over Addition: Multiplication distributes over addition.
- a × (b + c) = a × b + a × c
Distributive Property over Subtraction: Multiplication distributes over subtraction if b ≥ c.
- a × (b - c) = a × b - a × c
Example: Find 297 × 17 + 297 × 3.
- Use distributive property: 297 × (17 + 3) = 297 × 20 = 5940.
IV. Division
Closure Property: Division of whole numbers doesn't always give a whole number.
- a ÷ b is not always a whole number if b ≠ 0.
Commutative Property: Division is not commutative.
Associative Property: Division is not associative.
- (a ÷ b) ÷ c ≠ a ÷ (b ÷ c)
Division by 1: Any whole number divided by 1 gives itself.
Division by Itself: A non-zero whole number divided by itself gives 1.
Zero Divided by Non-Zero: Zero divided by any non-zero whole number gives 0.
Relation: If a ÷ b = c, then b × c = a.
- If b × c = a, then a ÷ b = c and a ÷ c = b (b ≠ 0, c ≠ 0).
Example: For 16 ÷ 8 = 2, verify b × c = a.
- Here, a = 16, b = 8, c = 2. So, 8 × 2 = 16, which is true.
Division Algorithm
When a whole number x is divided by a non-zero whole number y, there exist a quotient q and remainder r such that:
- x = y × q + r, where r < y.
- Formula: Dividend = Divisor × Quotient + Remainder.
Example: Divide 14 by 3.

- Quotient = 4, Remainder = 2.
- Verify: 14 = 3 × 4 + 2 = 12 + 2 = 14, which is true.
Patterns
Patterns in numbers help simplify calculations and understand properties.
- Pattern of Odd Numbers: The sum of the first n odd numbers equals n2.
Example: 1 + 3 = 4 = 22 and 1+ 3 + 5 = 9 = 32. - Pattern in Squares: For any number n, n × n - (n-1) × (n-1) = n + (n-1).
Example: Find 101 × 101 - 100 × 100.
- Using the pattern: 101 + 100 = 201.