Study Guide

Whole Numbers Class 6: Properties, Patterns & Number Line

Everything you need to know about whole numbers for Class 6 CBSE. Natural numbers vs whole numbers, the number line, properties, and patterns explained with examples.

CBSEClass 6
The SparkEd Authors (IITian & Googler)15 March 20268 min read
CBSE Class 6 Whole Numbers Guide — SparkEd

What Are Whole Numbers?

Before we talk about whole numbers, let us quickly recall natural numbers. The counting numbers 1,2,3,4,5,1, 2, 3, 4, 5, \ldots are called natural numbers. We use them every day to count objects.

Now, what if you have nothing to count? That is where zero comes in. When we include 00 along with all the natural numbers, we get the set of whole numbers:

W={0,1,2,3,4,5,}W = \{0, 1, 2, 3, 4, 5, \ldots\}

So the key difference is simple:
- Natural numbers: 1,2,3,4,5,1, 2, 3, 4, 5, \ldots (start from 1)
- Whole numbers: 0,1,2,3,4,5,0, 1, 2, 3, 4, 5, \ldots (start from 0)

Every natural number is a whole number, but 00 is a whole number that is NOT a natural number. The smallest whole number is 00, while the smallest natural number is 11. There is no largest whole number because we can always add 11 to get the next one.

Predecessor and Successor

Two important concepts with whole numbers are predecessor and successor.

Successor: The number that comes just after a given number. To find the successor, add 11.

Successor of n=n+1\text{Successor of } n = n + 1

Predecessor: The number that comes just before a given number. To find the predecessor, subtract 11.

Predecessor of n=n1\text{Predecessor of } n = n - 1

Examples:
- Successor of 15=15+1=1615 = 15 + 1 = 16
- Predecessor of 15=151=1415 = 15 - 1 = 14
- Successor of 0=10 = 1
- Predecessor of 1=01 = 0

Important: The whole number 00 has no predecessor in the whole number system because 01=10 - 1 = -1, which is not a whole number. Every other whole number has both a predecessor and a successor.

Whole Numbers on the Number Line

A number line is a straight line where each point corresponds to a number. To draw a number line for whole numbers:

1. Draw a horizontal line with an arrow on the right (showing numbers continue forever).
2. Mark a point and label it 00.
3. Mark equal spaces to the right and label them 1,2,3,4,1, 2, 3, 4, \ldots

The number line is a powerful tool because it helps us visualise addition, subtraction, and comparison.

Addition on the number line: To add 3+43 + 4, start at 33 and move 44 steps to the right. You land on 77.

Subtraction on the number line: To subtract 737 - 3, start at 77 and move 33 steps to the left. You land on 44.

Comparing numbers: On the number line, a number to the right is always greater. So 5>35 > 3 because 55 is to the right of 33.

Multiplication on the number line: To find 3×43 \times 4, start at 00 and make 33 jumps of 44 units each. You land on 1212.

The number line also makes it clear that between any two whole numbers, there is a fixed number of whole numbers (or none if they are consecutive).

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Properties of Whole Numbers

Whole numbers follow several important properties. Understanding these properties makes calculations faster and helps you check your work.

Closure Property

When you add or multiply two whole numbers, the result is always a whole number.

a+bW(for any whole numbers a,b)a + b \in W \quad \text{(for any whole numbers } a, b\text{)}

a×bW(for any whole numbers a,b)a \times b \in W \quad \text{(for any whole numbers } a, b\text{)}

Examples:
- 3+5=83 + 5 = 8 (whole number) -- closed under addition
- 4×6=244 \times 6 = 24 (whole number) -- closed under multiplication

But subtraction and division are NOT closed:
- 35=23 - 5 = -2 (not a whole number)
- 5÷2=2.55 \div 2 = 2.5 (not a whole number)

So whole numbers are closed under addition and multiplication, but not under subtraction and division.

Commutative Property

The order does not matter for addition and multiplication.

a+b=b+aa + b = b + a

a×b=b×aa \times b = b \times a

Examples:
- 3+7=7+3=103 + 7 = 7 + 3 = 10
- 4×5=5×4=204 \times 5 = 5 \times 4 = 20

Subtraction and division are NOT commutative:
- 73=47 - 3 = 4 but 37=43 - 7 = -4 (different results)
- 12÷4=312 \div 4 = 3 but 4÷12=134 \div 12 = \frac{1}{3} (different results)

Associative Property

When adding or multiplying three or more numbers, the grouping does not matter.

(a+b)+c=a+(b+c)(a + b) + c = a + (b + c)

(a×b)×c=a×(b×c)(a \times b) \times c = a \times (b \times c)

Example:
- (2+3)+4=5+4=9(2 + 3) + 4 = 5 + 4 = 9 and 2+(3+4)=2+7=92 + (3 + 4) = 2 + 7 = 9. Same answer.
- (2×3)×4=6×4=24(2 \times 3) \times 4 = 6 \times 4 = 24 and 2×(3×4)=2×12=242 \times (3 \times 4) = 2 \times 12 = 24. Same answer.

This property is useful when you want to rearrange numbers to make mental math easier. For example, 17+28+317 + 28 + 3 is easier if you group it as 17+3+28=20+28=4817 + 3 + 28 = 20 + 28 = 48.

Distributive Property

Multiplication distributes over addition and subtraction.

a×(b+c)=a×b+a×ca \times (b + c) = a \times b + a \times c

a×(bc)=a×ba×ca \times (b - c) = a \times b - a \times c

Example: Calculate 7×1027 \times 102 mentally.

7×102=7×(100+2)=7×100+7×2=700+14=7147 \times 102 = 7 \times (100 + 2) = 7 \times 100 + 7 \times 2 = 700 + 14 = 714

This is one of the most useful properties for quick mental calculations.

Identity Elements

Additive Identity: Adding 00 to any whole number gives the same number.

a+0=aa + 0 = a

00 is called the additive identity because it does not change the number.

Multiplicative Identity: Multiplying any whole number by 11 gives the same number.

a×1=aa \times 1 = a

11 is called the multiplicative identity.

Multiplication by Zero:

a×0=0a \times 0 = 0

Any number multiplied by zero gives zero. This is different from the identity property.

Division by Zero: Division by zero is not defined. You cannot divide any number by 00. The expression a0\frac{a}{0} has no meaning.

Patterns in Whole Numbers

Whole numbers form many interesting patterns. Recognizing patterns is an important skill in mathematics.

Pattern 1: Adding consecutive odd numbers starting from 1
- 1=1=121 = 1 = 1^2
- 1+3=4=221 + 3 = 4 = 2^2
- 1+3+5=9=321 + 3 + 5 = 9 = 3^2
- 1+3+5+7=16=421 + 3 + 5 + 7 = 16 = 4^2

The sum of the first nn odd numbers always equals n2n^2.

Pattern 2: Triangular numbers
- 1,3,6,10,15,21,1, 3, 6, 10, 15, 21, \ldots
- These are formed by 1,1+2,1+2+3,1+2+3+4,1, 1+2, 1+2+3, 1+2+3+4, \ldots
- The nnth triangular number =n(n+1)2= \frac{n(n+1)}{2}

Pattern 3: Multiplication patterns
- 1×1=11 \times 1 = 1
- 11×11=12111 \times 11 = 121
- 111×111=12321111 \times 111 = 12321

Notice the palindrome pattern in the products.

Pattern 4: Products of consecutive numbers
- 1×2=21 \times 2 = 2
- 2×3=62 \times 3 = 6
- 3×4=123 \times 4 = 12
- Each product equals the smaller number squared plus that number: n×(n+1)=n2+nn \times (n+1) = n^2 + n

Looking for patterns trains your brain to think mathematically. Try to spot patterns whenever you work with numbers.

Solved Examples

Let us work through some typical Class 6 problems on whole numbers.

Example 1: Predecessor and Successor

Question: Find the predecessor and successor of 10000.

Solution:
- Successor of 10000=10000+1=1000110000 = 10000 + 1 = 10001
- Predecessor of 10000=100001=999910000 = 10000 - 1 = 9999

Example 2: Using the Distributive Property

Question: Find 15×9815 \times 98 using the distributive property.

Solution:

15×98=15×(1002)=15×10015×2=150030=147015 \times 98 = 15 \times (100 - 2) = 15 \times 100 - 15 \times 2 = 1500 - 30 = 1470

Example 3: Number Line

Question: Which whole number is 6 units to the right of 8 on the number line?

Solution: Moving right means adding. So the number is 8+6=148 + 6 = 14.

Example 4: Patterns

Question: Find the sum 1+3+5+7+9+111 + 3 + 5 + 7 + 9 + 11 without adding each number.

Solution: These are the first 66 odd numbers. The sum of the first nn odd numbers =n2= n^2.

Sum=62=36\text{Sum} = 6^2 = 36

Verify: 1+3+5+7+9+11=361 + 3 + 5 + 7 + 9 + 11 = 36. Correct.

Common Mistakes to Avoid

1. Confusing natural numbers and whole numbers. Remember, whole numbers include 00. Natural numbers start from 11.

2. Saying 0 has a predecessor in whole numbers. The predecessor of 00 would be 1-1, which is not a whole number. So 00 has no predecessor in the whole number system.

3. Assuming subtraction is commutative. 53355 - 3 \ne 3 - 5. The order matters for subtraction and division.

4. Dividing by zero. Division by zero is undefined, not zero. 50\frac{5}{0} is not 00 and it is not 55. It simply has no answer.

5. Forgetting the distributive property works both ways. You can use it to expand (a×(b+c)=ab+aca \times (b + c) = ab + ac) or to factorise (ab+ac=a(b+c)ab + ac = a(b + c)).

Practice on SparkEd

Understanding whole numbers is the foundation for everything you will learn in higher classes, from integers to rational numbers to algebra. The best way to build confidence is through practice.

SparkEd offers 60 practice questions on Whole Numbers for Class 6, with step-by-step solutions and instant feedback. Jump into practice and solidify your understanding.

www.sparkedmaths.com | info@sparkedmaths.com

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now