👁 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 and Arithmetic
Study mode

Natural Numbers and Integers

Natural Numbers and Integers

Mathematics begins with numbers that we use in everyday life. Understanding these numbers is essential not only for school but also for daily activities like shopping, measuring, and keeping track of time. In this section, we will explore natural numbers and integers, their definitions, properties, and how to work with them.

What are Natural Numbers?

Natural numbers are the numbers we use to count objects. For example, when you count the number of mangoes in a basket, you say 1, 2, 3, and so on. These numbers start from 1 and go on infinitely:

Natural Numbers = {1, 2, 3, 4, 5, 6, ...}

They are also called counting numbers. Natural numbers do not include zero or any negative numbers.

What are Whole Numbers?

Whole numbers are like natural numbers but they also include zero. Zero represents 'nothing' or 'no quantity'. So, the set of whole numbers is:

Whole Numbers = {0, 1, 2, 3, 4, 5, ...}

Whole numbers are useful when we want to include the concept of 'none' or 'zero' in counting, such as having zero rupees in your wallet.

What are Integers?

Integers extend whole numbers by including negative numbers. Negative numbers are used to represent values less than zero, such as temperatures below zero or debts in money.

The set of integers includes:

Integers = {..., -3, -2, -1, 0, 1, 2, 3, ...}

Here, the negative numbers (-1, -2, -3, ...) are called negative integers, zero is neutral, and positive numbers (1, 2, 3, ...) are called positive integers.

Why Do We Need Integers?

Integers help us describe situations where values can go below zero. For example:

  • Temperature in degrees Celsius: If the temperature is 5°C and it drops by 8°C, the new temperature is -3°C.
  • Bank balance: If you have Rs.100 and spend Rs.150, your balance becomes -Rs.50 (a debt).
  • Elevation: Heights above sea level are positive, and depths below sea level are negative.

Summary of Number Sets

Number Set Includes Example
Natural Numbers Counting numbers starting from 1 1, 2, 3, 4, ...
Whole Numbers Natural numbers + zero 0, 1, 2, 3, 4, ...
Integers Whole numbers + negative numbers ..., -3, -2, -1, 0, 1, 2, 3, ...

Number Line Representation

A number line is a straight line that helps us visualize numbers in order. It has zero at the center, positive numbers to the right, and negative numbers to the left.

0 1 2 3 4 5 -1 -2 -3 -4 -5 Natural Numbers Whole Numbers Integers

Note: Natural numbers start from 1 (green area), whole numbers include zero (blue area), and integers extend to negative numbers (red area).

Properties of Integers

Integers have some important properties that help us perform calculations easily. Let's understand these properties with simple explanations:

  • Closure: When you add, subtract, multiply, or divide two integers, the result is always an integer (except division by zero). This means integers are "closed" under these operations.
  • Commutativity: For addition and multiplication, changing the order does not change the result.
    Example: \(3 + 5 = 5 + 3 = 8\), and \(4 \times (-2) = (-2) \times 4 = -8\).
  • Associativity: When adding or multiplying three or more integers, the way they are grouped does not change the result.
    Example: \((2 + 3) + 4 = 2 + (3 + 4) = 9\).
  • Distributivity: Multiplication distributes over addition.
    Example: \(2 \times (3 + 4) = 2 \times 3 + 2 \times 4 = 6 + 8 = 14\).

Operations on Integers

Now that we know what integers are, let's learn how to add, subtract, multiply, and divide them. Understanding the rules for signs (+ and -) is very important.

Addition and Subtraction of Integers

Adding and subtracting integers depends on their signs:

  • Adding two positive integers: Just add their values.
    Example: \(5 + 3 = 8\)
  • Adding two negative integers: Add their absolute values and put a negative sign.
    Example: \(-4 + (-6) = -(4 + 6) = -10\)
  • Adding a positive and a negative integer: Subtract the smaller absolute value from the larger one and keep the sign of the number with the larger absolute value.
    Example: \(7 + (-5) = 2\), but \(-7 + 5 = -2\)
  • Subtracting an integer: Subtracting \(b\) is the same as adding \(-b\).
    Example: \(5 - (-3) = 5 + 3 = 8\)

Multiplication and Division of Integers

When multiplying or dividing integers, the sign of the answer depends on the signs of the numbers involved:

  • Positive x Positive = Positive
    Example: \(4 \times 3 = 12\)
  • Negative x Negative = Positive
    Example: \(-4 \times -3 = 12\)
  • Positive x Negative = Negative
    Example: \(4 \times -3 = -12\)
  • Negative x Positive = Negative
    Example: \(-4 \times 3 = -12\)

The same rules apply for division (except division by zero is undefined):

  • Positive / Positive = Positive
  • Negative / Negative = Positive
  • Positive / Negative = Negative
  • Negative / Positive = Negative
graph TD    A[Start] --> B{Are signs of both numbers same?}    B -- Yes --> C[Result is Positive]    B -- No --> D[Result is Negative]

Worked Examples

Example 1: Adding Integers Easy
Add \(-7\) and \(12\) using the number line and sign rules.

Step 1: Identify the signs: \(-7\) is negative, \(12\) is positive.

Step 2: Since signs are different, subtract the smaller absolute value from the larger: \(12 - 7 = 5\).

Step 3: The sign of the result is the sign of the number with the larger absolute value, which is \(12\) (positive).

Answer: \(-7 + 12 = 5\).

Example 2: Subtracting Integers Easy
Calculate \(5 - (-3)\) and explain the steps.

Step 1: Recall that subtracting a negative number is the same as adding its positive.

Step 2: Rewrite the expression: \(5 - (-3) = 5 + 3\).

Step 3: Add the two positive numbers: \(5 + 3 = 8\).

Answer: \(5 - (-3) = 8\).

Example 3: Multiplying Integers Medium
Find the product of \(-4\) and \(-6\) with explanation.

Step 1: Both numbers are negative.

Step 2: Multiply their absolute values: \(4 \times 6 = 24\).

Step 3: Since both signs are the same (both negative), the product is positive.

Answer: \(-4 \times -6 = 24\).

Example 4: Dividing Integers Medium
Divide \(-48\) by \(6\) and interpret the result.

Step 1: Identify signs: numerator is negative, denominator is positive.

Step 2: Divide absolute values: \(48 \div 6 = 8\).

Step 3: Since signs differ, the result is negative.

Answer: \(-48 \div 6 = -8\).

Example 5: Real-life Application Medium
The temperature drops from \(5^\circ C\) to \(-3^\circ C\). Calculate the total change in temperature.

Step 1: Initial temperature = \(5^\circ C\), final temperature = \(-3^\circ C\).

Step 2: Change in temperature = final temperature - initial temperature.

Step 3: Calculate: \(-3 - 5 = -8\).

Step 4: The negative sign means the temperature decreased by \(8^\circ C\).

Answer: The temperature dropped by \(8^\circ C\).

Formula Bank

Formula Bank

Addition of Integers
\[ a + b \]
where: \(a, b\) are integers (positive, negative, or zero)
Subtraction of Integers
\[ a - b = a + (-b) \]
where: \(a, b\) are integers
Multiplication of Integers
\[ a \times b = \begin{cases} |a| \times |b|, & \text{if signs of } a \text{ and } b \text{ are same} \\ -(|a| \times |b|), & \text{if signs differ} \end{cases} \]
where: \(a, b\) are integers
Division of Integers
\[ \frac{a}{b} = \begin{cases} \frac{|a|}{|b|}, & \text{if signs of } a \text{ and } b \text{ are same} \\ -\frac{|a|}{|b|}, & \text{if signs differ} \end{cases}, \quad b eq 0 \]
where: \(a, b\) are integers; \(b eq 0\)

Tips & Tricks

Tips & Tricks

Tip: When subtracting an integer, add its opposite instead.

When to use: To simplify subtraction problems and avoid sign errors.

Tip: Remember: Product or quotient of two integers with the same sign is positive; with different signs is negative.

When to use: For quick sign determination in multiplication and division.

Tip: Use number line visualization to understand addition and subtraction of integers.

When to use: When students struggle with abstract sign rules.

Common Mistakes to Avoid

Common Mistakes to Avoid

❌ Confusing subtraction of a negative number as simple subtraction.
✓ Convert subtraction of a negative number into addition of its positive counterpart.
Why: Students often ignore the double negative rule leading to wrong answers.
❌ Incorrect sign assignment in multiplication and division.
✓ Apply the rule: same signs yield positive, different signs yield negative.
Why: Misunderstanding of sign rules causes calculation errors.
❌ Misplacing zero in number line representation.
✓ Always place zero at the center and count positive numbers to the right and negatives to the left.
Why: Improper number line setup leads to confusion in operations.
Key Properties and Rules of Integers:
  • Closure: Integers are closed under addition, subtraction, multiplication, and division (except division by zero).
  • Sign Rules for Multiplication/Division: Same signs -> positive result; different signs -> negative result.
  • Subtraction: \(a - b = a + (-b)\) (subtract by adding the opposite).
  • Number Line: Zero at center; positives to right; negatives to left.
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
Natural Numbers and Integers · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.