👁 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 Simplification
Study mode

Natural numbers, integers, fractions and decimals

Introduction

Mathematics is built on the foundation of numbers. From counting the number of mangoes in a basket to calculating the price of items in a shop, numbers are everywhere. To solve problems efficiently, it is important to understand different types of numbers and how to simplify expressions involving them.

In this chapter, we will explore four fundamental types of numbers: natural numbers, integers, fractions, and decimals. We will learn how these numbers relate to each other and how to perform operations on them. Simplification techniques, including the use of rules like BODMAS, will help us solve complex problems step-by-step.

Throughout this chapter, examples will be drawn from everyday contexts such as measuring lengths in meters or calculating prices in Indian Rupees (INR) to make the concepts relatable and practical.

Natural Numbers and Integers

Natural numbers are the numbers we use for counting objects. They start from 1 and go on infinitely: 1, 2, 3, 4, 5, and so on. For example, if you have 3 apples, the number 3 is a natural number.

Integers extend natural numbers by including zero and negative numbers. Integers can be positive, negative, or zero: ..., -3, -2, -1, 0, 1, 2, 3, ...

Integers are useful when we need to represent quantities that can go below zero, such as temperatures below freezing or debts in money.

-5 -4 -3 -2 -1 0 1 2 3 4 5 6 7 8 9 10 Natural Numbers (1, 2, 3, ...) Integers (..., -3, -2, -1, 0, 1, 2, 3, ...)

Properties of natural numbers and integers:

  • Natural numbers are always positive and start from 1.
  • Integers include zero and negative numbers as well.
  • Both can be represented on a number line, which helps visualize their order and magnitude.

Fractions and Decimals

Sometimes, we need to represent parts of a whole rather than whole numbers. For example, if you cut a chocolate bar into 4 equal pieces and eat 1 piece, you have eaten one-fourth of the bar.

This is where fractions come in. A fraction represents a part of a whole and is written as numerator/denominator, where:

  • Numerator is the number of parts considered.
  • Denominator is the total number of equal parts the whole is divided into.

Example: \( \frac{1}{4} \) means one part out of four equal parts.

Decimals are another way to represent fractions, especially those with denominators like 10, 100, 1000, etc. For example, \( \frac{1}{4} \) can be written as 0.25 in decimal form.

Fraction: 1/4 0.25

Converting fractions to decimals: Divide the numerator by the denominator.

Converting decimals to fractions: Write the decimal as a fraction with denominator as a power of 10 and simplify.

LCM and HCF

When working with numbers, sometimes we need to find the Least Common Multiple (LCM) or the Highest Common Factor (HCF) of two or more numbers.

LCM of two numbers is the smallest number that is a multiple of both. For example, LCM of 4 and 6 is 12.

HCF (also called GCD - Greatest Common Divisor) is the largest number that divides both numbers exactly. For example, HCF of 12 and 18 is 6.

These concepts are useful in solving problems involving addition or subtraction of fractions, scheduling, and more.

graph TD    A[Start with two numbers] --> B{Choose method}    B --> C[Prime Factorization]    B --> D[Division Method]    C --> E[Find prime factors of each number]    E --> F[HCF: multiply common prime factors]    E --> G[LCM: multiply all prime factors with highest powers]    D --> H[Divide numbers by common prime factors]    H --> I[Stop when no common divisor]    I --> J[Multiply divisors for HCF]    I --> K[Multiply all divisors and remainders for LCM]

Divisibility Rules

Divisibility rules help us quickly check if a number is divisible by another without performing long division. This saves time and reduces errors.

Number Divisibility Rule
2 If the last digit is even (0, 2, 4, 6, 8)
3 If the sum of digits is divisible by 3
5 If the last digit is 0 or 5
9 If the sum of digits is divisible by 9
10 If the last digit is 0

BODMAS Rule

When simplifying expressions with multiple operations, the order in which we perform calculations matters. The BODMAS rule helps us remember the correct sequence:

  • Brackets first
  • Orders (powers and roots, e.g., squares and square roots)
  • Division and Multiplication (from left to right)
  • Addition and Subtraction (from left to right)
graph LR    B[Brackets] --> O[Orders (powers, roots)]    O --> DM{Division and Multiplication}    DM --> AS{Addition and Subtraction}

Following BODMAS ensures consistent and correct answers.

Percentage Calculations

Percentage means "per hundred." It is a way to express a number as a fraction of 100.

Formula to calculate percentage:

Percentage Formula

\[\text{Percentage} = \left( \frac{\text{Part}}{\text{Whole}} \right) \times 100\]

Calculate what percent the part is of the whole

Part = The portion or amount
Whole = The total or complete amount

Examples include calculating discounts, profit/loss percentages, and interest rates.

Ratio and Proportion

A ratio compares two quantities by division. For example, if there are 3 boys and 4 girls in a class, the ratio of boys to girls is 3:4.

Proportion states that two ratios are equal. For example, if \( \frac{3}{4} = \frac{6}{8} \), then these two ratios are in proportion.

Ratios and proportions are widely used in recipe adjustments, map reading, and mixture problems.

Square Roots and Cube Roots

The square root of a number is a value which, when multiplied by itself, gives the original number. It is denoted by \( \sqrt{a} \).

Example: \( \sqrt{16} = 4 \) because \( 4 \times 4 = 16 \).

The cube root is a number which, when multiplied three times, gives the original number. It is denoted by \( \sqrt[3]{a} \).

Example: \( \sqrt[3]{27} = 3 \) because \( 3 \times 3 \times 3 = 27 \).

Worked Examples

Example 1: Simplify 8 + (12 / 4) x 3 - 5 Easy
Simplify the expression: \( 8 + (12 \div 4) \times 3 - 5 \)

Step 1: Solve inside the brackets first: \( 12 \div 4 = 3 \)

Step 2: Multiply the result by 3: \( 3 \times 3 = 9 \)

Step 3: Now the expression is \( 8 + 9 - 5 \)

Step 4: Perform addition and subtraction from left to right: \( 8 + 9 = 17 \), then \( 17 - 5 = 12 \)

Answer: 12

Example 2: Find LCM and HCF of 24 and 36 Medium
Find the Least Common Multiple (LCM) and Highest Common Factor (HCF) of 24 and 36 using prime factorization.

Step 1: Find prime factors of 24:

24 = 2 x 2 x 2 x 3 = \( 2^3 \times 3^1 \)

Step 2: Find prime factors of 36:

36 = 2 x 2 x 3 x 3 = \( 2^2 \times 3^2 \)

Step 3: For HCF, take the minimum powers of common primes:

HCF = \( 2^{\min(3,2)} \times 3^{\min(1,2)} = 2^2 \times 3^1 = 4 \times 3 = 12 \)

Step 4: For LCM, take the maximum powers of all primes:

LCM = \( 2^{\max(3,2)} \times 3^{\max(1,2)} = 2^3 \times 3^2 = 8 \times 9 = 72 \)

Answer: HCF = 12, LCM = 72

Example 3: Convert \( \frac{3}{5} \) to decimal and percentage Easy
Convert the fraction \( \frac{3}{5} \) into decimal and percentage form.

Step 1: Divide numerator by denominator to get decimal:

3 / 5 = 0.6

Step 2: Convert decimal to percentage by multiplying by 100:

0.6 x 100 = 60%

Answer: Decimal = 0.6, Percentage = 60%

Example 4: Calculate percentage increase when price rises from Rs.500 to Rs.575 Medium
The price of a book increases from Rs.500 to Rs.575. Calculate the percentage increase.

Step 1: Find the increase in price:

Increase = Rs.575 - Rs.500 = Rs.75

Step 2: Use percentage formula:

\( \text{Percentage Increase} = \left( \frac{\text{Increase}}{\text{Original Price}} \right) \times 100 = \left( \frac{75}{500} \right) \times 100 \)

Step 3: Calculate:

\( \frac{75}{500} = 0.15 \), so percentage increase = 0.15 x 100 = 15%

Answer: 15% increase in price

Example 5: Solve the ratio problem: If the ratio of boys to girls is 3:4 and total students are 140, find number of boys and girls Medium
In a class, the ratio of boys to girls is 3:4. If total students are 140, find how many boys and girls are there.

Step 1: Let the common multiplying factor be \( x \).

Number of boys = \( 3x \), number of girls = \( 4x \)

Step 2: Total students = boys + girls = 140

\( 3x + 4x = 7x = 140 \)

Step 3: Solve for \( x \):

\( x = \frac{140}{7} = 20 \)

Step 4: Calculate number of boys and girls:

Boys = \( 3 \times 20 = 60 \)

Girls = \( 4 \times 20 = 80 \)

Answer: 60 boys and 80 girls

Formula Bank

LCM of two numbers
\[ \mathrm{LCM}(a,b) = \frac{|a \times b|}{\mathrm{HCF}(a,b)} \]
where: \( a, b \) are integers; \( \mathrm{HCF}(a,b) \) is the highest common factor of \( a \) and \( b \)
Percentage
\[ \text{Percentage} = \left( \frac{\text{Part}}{\text{Whole}} \right) \times 100 \]
where: Part is the portion; Whole is the total quantity
Ratio
\[ \text{Ratio} = \frac{a}{b} \]
where: \( a, b \) are quantities being compared
Square Root
\[ \sqrt{a} \]
where: \( a \) is a non-negative number
Cube Root
\[ \sqrt[3]{a} \]
where: \( a \) is a real number

Tips & Tricks

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

When to use: When determining if a number is divisible by 2, 3, 5, 9, or 10.

Tip: Remember BODMAS order as Brackets, Orders, Division/Multiplication (left to right), Addition/Subtraction (left to right).

When to use: When simplifying expressions with multiple operations.

Tip: Convert fractions to decimals for easier percentage calculations.

When to use: When calculating percentage values from fractions.

Tip: Prime factorization helps find LCM and HCF efficiently.

When to use: When dealing with large numbers for LCM and HCF.

Tip: For ratio problems, always find the value of one part before calculating others.

When to use: When solving problems involving ratios and proportions.

Common Mistakes to Avoid

❌ Ignoring the order of operations and performing addition before division or multiplication.
✓ Always follow BODMAS to perform operations in correct order.
Why: Students often rush and apply operations from left to right without considering precedence.
❌ Confusing numerator and denominator in fractions during simplification.
✓ Carefully identify numerator and denominator and simplify both correctly.
Why: Misreading fractions leads to incorrect simplification.
❌ Calculating percentage increase/decrease without using the original value as the base.
✓ Always use the original quantity as the denominator in percentage calculations.
Why: Misunderstanding the base value causes wrong percentage results.
❌ Mixing up LCM and HCF concepts, e.g., thinking LCM is always smaller.
✓ Remember HCF is the greatest common factor and LCM is the smallest common multiple.
Why: Terminology confusion leads to incorrect answers.
❌ Incorrectly converting fractions to decimals by dividing numerator by denominator the wrong way.
✓ Divide numerator by denominator correctly to get decimal equivalent.
Why: Calculation errors or misunderstanding of fraction to decimal conversion.
✨ 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
Natural numbers, integers, fractions and decimals · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.