👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Number System
Study mode

Whole numbers

Introduction to Whole Numbers

Whole numbers are one of the most fundamental sets of numbers used in arithmetic. They include all the positive integers starting from zero: 0, 1, 2, 3, and so on, continuing infinitely. Unlike natural numbers, which start from 1, whole numbers include zero as well.

Understanding whole numbers is essential because they form the basis of counting, measuring, and performing arithmetic operations in everyday life. They are also frequently tested in competitive exams, where quick recognition of their properties and operations can save valuable time.

In this chapter, we will explore what whole numbers are, how they relate to other number sets, their properties, and how to work with them effectively in problem-solving.

Definition and Properties of Whole Numbers

What are Whole Numbers?

Whole numbers are the set of numbers that include zero and all positive integers without fractions or decimals. Formally, the set of whole numbers is:

\[ \{0, 1, 2, 3, 4, 5, \ldots \} \]

They are used to count objects, represent quantities, and perform basic arithmetic.

Properties of Whole Numbers:

  • Closure: Whole numbers are closed under addition and multiplication. This means if you add or multiply any two whole numbers, the result is always a whole number.
  • Commutativity: Addition and multiplication of whole numbers are commutative. For example, \( a + b = b + a \) and \( a \times b = b \times a \).
  • Associativity: Addition and multiplication are associative. For example, \( (a + b) + c = a + (b + c) \) and \( (a \times b) \times c = a \times (b \times c) \).
  • Distributivity: Multiplication distributes over addition: \( a \times (b + c) = a \times b + a \times c \).
  • Additive Identity: Zero acts as the additive identity because adding zero to any whole number leaves it unchanged: \( a + 0 = a \).
  • Subtraction and Division: Whole numbers are not closed under subtraction and division. For example, \( 3 - 5 \) is not a whole number, and \( 4 \div 2 = 2 \) is a whole number, but \( 5 \div 2 = 2.5 \) is not.

Number Line Representation:

0 1 2 3 4 5 6 7 8 9 10

Whole Numbers vs Other Number Sets

To better understand whole numbers, it helps to compare them with related sets of numbers:

Number Set Definition Examples Includes Zero? Includes Negative Numbers? Includes Fractions/Decimals?
Natural Numbers Counting numbers starting from 1 1, 2, 3, 4, 5, ... No No No
Whole Numbers Natural numbers including zero 0, 1, 2, 3, 4, ... Yes No No
Integers Whole numbers and their negatives ..., -3, -2, -1, 0, 1, 2, 3, ... Yes Yes No
Rational Numbers Numbers expressed as a fraction of two integers 1/2, 3, -4, 0.75, 0 Yes Yes Yes (fractions and decimals)
Real Numbers All rational and irrational numbers \(\sqrt{2}\), \(\pi\), -5, 0, 3.14 Yes Yes Yes

Divisibility Rules for Whole Numbers

Divisibility rules help quickly determine whether a whole number is divisible by another number without performing long division. Here are some key rules:

Divisor Rule Example
2 Number ends with 0, 2, 4, 6, or 8 234 is divisible by 2 (ends with 4)
3 Sum of digits divisible by 3 123: 1+2+3=6, divisible by 3
5 Number ends with 0 or 5 145 ends with 5, divisible by 5
9 Sum of digits divisible by 9 729: 7+2+9=18, divisible by 9
10 Number ends with 0 230 ends with 0, divisible by 10

Worked Examples

Example 1: Sum of First 10 Whole Numbers Easy
Find the sum of the first 10 whole numbers: 0 + 1 + 2 + ... + 10.

Step 1: Recall the formula for the sum of first n whole numbers:

\[ \sum_{k=0}^{n} k = \frac{n(n+1)}{2} \]
where: \( n \) is the last whole number

Step 2: Substitute \( n = 10 \) into the formula:

\[ \sum_{k=0}^{10} k = \frac{10 \times (10 + 1)}{2} = \frac{10 \times 11}{2} = 55 \]

Answer: The sum of the first 10 whole numbers is 55.

Example 2: Checking Divisibility Using Rules Medium
Check if the number 2340 is divisible by 2, 3, 5, and 9 using divisibility rules.

Step 1: Check divisibility by 2:

Last digit of 2340 is 0, which is even, so 2340 is divisible by 2.

Step 2: Check divisibility by 3:

Sum of digits = 2 + 3 + 4 + 0 = 9. Since 9 is divisible by 3, 2340 is divisible by 3.

Step 3: Check divisibility by 5:

Last digit is 0, so 2340 is divisible by 5.

Step 4: Check divisibility by 9:

Sum of digits = 9, which is divisible by 9, so 2340 is divisible by 9.

Answer: 2340 is divisible by 2, 3, 5, and 9.

Example 3: Classifying Numbers Easy
Classify the following numbers as whole numbers, natural numbers, integers, rational numbers, or real numbers: 0, -3, 4.5, 7, \(\sqrt{2}\).

Step 1: 0

Whole number: Yes (0 included)

Natural number: No (natural numbers start from 1)

Integer: Yes

Rational number: Yes (0 = 0/1)

Real number: Yes

Step 2: -3

Whole number: No (negative)

Natural number: No

Integer: Yes

Rational number: Yes (-3 = -3/1)

Real number: Yes

Step 3: 4.5

Whole number: No (decimal)

Natural number: No

Integer: No

Rational number: Yes (4.5 = 9/2)

Real number: Yes

Step 4: 7

Whole number: Yes

Natural number: Yes

Integer: Yes

Rational number: Yes

Real number: Yes

Step 5: \(\sqrt{2}\)

Whole number: No

Natural number: No

Integer: No

Rational number: No (irrational)

Real number: Yes

Answer: Classification done as above.

Example 4: Prime Number Identification (1-20) Easy
Identify all prime numbers between 1 and 20 and explain why.

Step 1: Recall that a prime number is a whole number greater than 1 that has exactly two factors: 1 and itself.

Step 2: Check numbers from 2 to 20:

  • 2: Factors are 1 and 2 -> Prime
  • 3: Factors are 1 and 3 -> Prime
  • 4: Factors are 1, 2, 4 -> Not prime
  • 5: Factors are 1 and 5 -> Prime
  • 6: Factors include 2 and 3 -> Not prime
  • 7: Factors are 1 and 7 -> Prime
  • 8: Factors include 2 and 4 -> Not prime
  • 9: Factors include 3 -> Not prime
  • 10: Factors include 2 and 5 -> Not prime
  • 11: Factors are 1 and 11 -> Prime
  • 12: Factors include 2, 3, 4, 6 -> Not prime
  • 13: Factors are 1 and 13 -> Prime
  • 14: Factors include 2 and 7 -> Not prime
  • 15: Factors include 3 and 5 -> Not prime
  • 16: Factors include 2, 4, 8 -> Not prime
  • 17: Factors are 1 and 17 -> Prime
  • 18: Factors include 2, 3, 6, 9 -> Not prime
  • 19: Factors are 1 and 19 -> Prime
  • 20: Factors include 2, 4, 5, 10 -> Not prime

Answer: Prime numbers between 1 and 20 are: 2, 3, 5, 7, 11, 13, 17, 19.

Example 5: Application in Currency Calculation Medium
A shop sells pens at Rs.12 each and notebooks at Rs.25 each. If a customer buys 7 pens and 4 notebooks, calculate the total amount to be paid.

Step 1: Calculate the cost of pens:

Number of pens = 7

Cost per pen = Rs.12

Total cost for pens = \(7 \times 12 = Rs.84\)

Step 2: Calculate the cost of notebooks:

Number of notebooks = 4

Cost per notebook = Rs.25

Total cost for notebooks = \(4 \times 25 = Rs.100\)

Step 3: Calculate total amount:

Total = Cost of pens + Cost of notebooks = Rs.84 + Rs.100 = Rs.184

Answer: The customer needs to pay Rs.184.

Formula Bank

Sum of First n Whole Numbers
\[ \sum_{k=0}^{n} k = \frac{n(n+1)}{2} \]
where: \( n \) = last whole number in the sum

Tips & Tricks

Tip: Remember that zero is a whole number but not a natural number.

When to use: When distinguishing between number sets in questions.

Tip: Use divisibility rules to quickly check factors without long division.

When to use: When asked to find factors or check divisibility in exam problems.

Tip: Sum of first n whole numbers can be found quickly using the formula \( \frac{n(n+1)}{2} \).

When to use: When asked to find sums of sequences of whole numbers.

Tip: Prime numbers have only two factors: 1 and itself.

When to use: When identifying prime numbers or solving factorization problems.

Tip: Use number line visualization to understand position and order of whole numbers.

When to use: When dealing with comparison or ordering problems.

Common Mistakes to Avoid

❌ Confusing zero as a natural number.
✓ Clarify that natural numbers start from 1, while whole numbers include zero.
Why: Students often assume natural numbers include zero due to overlap in usage.
❌ Applying subtraction or division and expecting whole number results.
✓ Explain that subtraction and division may lead outside whole numbers; only addition and multiplication are closed.
Why: Misunderstanding closure properties of whole numbers.
❌ Misapplying divisibility rules (e.g., checking divisibility by 3 by looking only at last digit).
✓ Teach correct rules, such as sum of digits for 3 and 9.
Why: Confusion between rules for different divisors.
❌ Including negative numbers as whole numbers.
✓ Reinforce that whole numbers are zero and positive integers only.
Why: Mixing whole numbers with integers.
❌ Forgetting zero's role in arithmetic operations and properties.
✓ Highlight zero's unique properties, like additive identity.
Why: Zero is often overlooked or misunderstood.
Key Concept

Whole Numbers and Their Properties

Whole numbers include zero and all positive integers. They are closed under addition and multiplication but not under subtraction or division. Zero is the additive identity.

Key Concept

Relationship Between Number Sets

Natural numbers are a subset of whole numbers, which are a subset of integers, which in turn are subsets of rational and real numbers.

✨ AI exam tools — try them free (included in every plan)
Tip: select any text above to Explain / Example / Simplify it.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Whole numbers · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.