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 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.
Properties of natural numbers and integers:
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:
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.
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.
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 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 |
When simplifying expressions with multiple operations, the order in which we perform calculations matters. The BODMAS rule helps us remember the correct sequence:
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 means "per hundred." It is a way to express a number as a fraction of 100.
Formula to calculate percentage:
Examples include calculating discounts, profit/loss percentages, and interest rates.
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.
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 \).
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
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
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%
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
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
When to use: When determining if a number is divisible by 2, 3, 5, 9, or 10.
When to use: When simplifying expressions with multiple operations.
When to use: When calculating percentage values from fractions.
When to use: When dealing with large numbers for LCM and HCF.
When to use: When solving problems involving ratios and proportions.
Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.
Go to practice →