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

Number system

Introduction to Number System

The number system is the foundational pillar of all arithmetic and mathematics. It is a structured way of representing and understanding numbers which we use daily-from counting household items to managing money, measuring quantities, and solving problems in competitive exams.

Understanding the classification of numbers, their operations, and conversions between different forms is essential to master arithmetic topics such as percentages, profit-loss calculations, ratios, and statistics. This chapter will guide you through these concepts step-by-step, making sure you grasp the basics as well as their practical applications relevant for entrance exams and daily life.

Classification of Numbers

Numbers are grouped into different categories based on their properties and the types of values they represent. Let's explore each category with clear definitions and examples.

Natural Numbers (Counting Numbers)

These are the numbers you first learn for counting objects: 1, 2, 3, 4, 5, .... They are also called positive integers. Natural numbers do not include zero or any negative values.

Example: Counting books on a shelf: 1, 2, 3...

Whole Numbers

Whole numbers include all natural numbers and zero. In other words, they are 0, 1, 2, 3, 4, 5, ...

Example: Number of cars parked (can be zero) would be a whole number.

Integers

Integers expand whole numbers to include negative numbers. They can be positive, negative or zero:

..., -3, -2, -1, 0, 1, 2, 3, ...

Example: Temperature readings which can be below zero (negative) or above zero (positive).

Rational Numbers

A rational number is any number that can be written as a fraction \(\frac{p}{q}\), where p and q are integers and q \neq 0. This includes integers (since 5 = 5/1) and fractions such as 3/4 or -7/2.

All decimals that end or repeat periodically can be expressed as rational numbers.

Example: 0.75 = \(\frac{3}{4}\), 0.333... = \(\frac{1}{3}\)

Irrational Numbers

These numbers cannot be expressed as a simple fraction. Their decimal expansions never end and never settle into a repeating pattern.

Example: \(\sqrt{2}\) ≈ 1.414213..., \(\pi\) ≈ 3.14159...

Real Numbers

The set of all rational and irrational numbers combined is called the real numbers. These represent any value along the infinite number line.

Key Concept

Number Classification Hierarchy

Natural ⊂ Whole ⊂ Integers ⊂ Rational ⊂ Real numbers (including Irrational)

Real Numbers Irrational Numbers Rational Numbers Integers Whole Numbers Natural Numbers

Basic Operations on Numbers

Once we recognize types of numbers, we perform arithmetic operations: addition, subtraction, multiplication, and division. Important properties govern these operations which you will encounter frequently.

Addition and Subtraction

Addition joins two quantities; subtraction finds the difference.

Example: \(7 + 3 = 10\), \(10 - 4 = 6\)

Multiplication and Division

Multiplication is repeated addition and division splits into equal parts.

Example: \(5 \times 4 = 20\) (add 5 four times), \(20 \div 5 = 4\)

Properties of Operations

Property Addition Multiplication Notes
Closure Yes (e.g. 3 + 5 = 8, an integer) Yes (e.g. 4 x 6 = 24, an integer) Sum or product of integers is an integer
Commutative \(a + b = b + a\) \(a \times b = b \times a\) Order does not affect result
Associative \((a + b) + c = a + (b + c)\) \((a \times b) \times c = a \times (b \times c)\) Grouping does not affect result
Distributive \(a \times (b + c) = a \times b + a \times c\) Multiplication distributes over addition
Identity Element 0 (\(a + 0 = a\)) 1 (\(a \times 1 = a\)) Elements that don't change the value

Conversions between Number Formats

Numbers can be represented in various forms-decimals, fractions, and percentages. Converting between these forms helps in solving problems easily.

graph TD    A[Decimal Number] --> B[Convert to Fraction]    B --> C[Simplify Fraction]    A --> D[Convert to Percentage]    E[Fraction] --> F[Convert to Decimal]    F --> A    D --> G[Express as %]

Decimal to Fraction

Step 1: Count the number of digits after the decimal point.

Step 2: Write the decimal without the decimal point as numerator.

Step 3: Write denominator as 1 followed by zeros equal to the digits counted.

Step 4: Simplify the fraction.

Fraction to Decimal

Divide numerator by denominator to get decimal form. If it repeats, note the repeating digits.

Decimal to Percentage

Multiply the decimal by 100 and add % sign.

Percentage to Decimal

Divide the percentage by 100.


Worked Example 1: Converting 0.75 to Fraction and Percentage

Example 1: Converting 0.75 to Fraction and Percentage Easy
Convert the decimal 0.75 into a fraction in simplest form and express it as a percentage.

Step 1: Count digits after decimal point. There are 2 digits (7 and 5).

Step 2: Write 75 as numerator and denominator as 100 (1 followed by 2 zeros): \(\frac{75}{100}\).

Step 3: Simplify by dividing numerator and denominator by their greatest common divisor (GCD) 25:

\(\frac{75 \div 25}{100 \div 25} = \frac{3}{4}\).

Step 4: To convert decimal 0.75 to percentage, multiply by 100:

\(0.75 \times 100 = 75\%\).

Answer: \(0.75 = \frac{3}{4} = 75\%\).


Worked Example 2: Calculating Profit and Loss in a Market Transaction

Example 2: Profit Calculation when Cost Price is INR 1500 and Selling Price is INR 1650 Easy
A trader buys a product for INR 1500 and sells it for INR 1650. Calculate the profit and profit percentage.

Step 1: Calculate profit:

\(\text{Profit} = \text{Selling Price} - \text{Cost Price} = 1650 - 1500 = 150\) INR.

Step 2: Calculate profit percentage using formula:

\[ \text{Profit \%} = \left(\frac{\text{Profit}}{\text{Cost Price}}\right) \times 100 = \left(\frac{150}{1500}\right) \times 100 = 10\% \]

Answer: Profit = INR 150, Profit percentage = 10%.


Worked Example 3: Solving Ratio and Proportion Problems in Mixture Context

Example 3: Mixing Two Solutions in Ratio 3:2 Medium
Mix 3 liters of solution A with 2 liters of solution B. Find the quantity of mixture and ratio of solutions in the mixture.

Step 1: Calculate total volume:

Total = 3 liters + 2 liters = 5 liters.

Step 2: Confirm the ratio of solutions in mixture remains 3:2.

Ratio of solution A to B in mixture = \(\frac{3}{2}\).

Answer: Total mixture = 5 liters; ratio = 3:2 as given.


Worked Example 4: Finding Mean, Median and Mode of a Data Set

Example 4: Computing Mean, Median and Mode for Data Medium
Find mean, median, and mode for data set: 4, 8, 6, 5, 3, 8, 7

Step 1: Arrange data in ascending order:

3, 4, 5, 6, 7, 8, 8

Step 2: Calculate mean (average):

\(\bar{x} = \frac{3 + 4 + 5 + 6 + 7 + 8 + 8}{7} = \frac{41}{7} \approx 5.86\)

Step 3: Calculate median (middle value):

7 data points, median is 4th value -> 6

Step 4: Find mode (most frequent value):

Value 8 appears twice; others less. Mode = 8.

Answer: Mean ≈ 5.86, Median = 6, Mode = 8.


Worked Example 5: Using Percentage to Calculate Discount and Final Price

Example 5: Calculate Discount Given Marked Price of INR 2000 and Discount of INR 300 Medium
If an item has a marked price of INR 2000 and a discount of INR 300, find the discount percentage and the final price after discount.

Step 1: Calculate discount percentage using formula:

\[ \text{Discount \%} = \left(\frac{\text{Discount}}{\text{Marked Price}}\right) \times 100 = \left(\frac{300}{2000}\right) \times 100 = 15\% \]

Step 2: Calculate final selling price:

\(\text{Selling Price} = \text{Marked Price} - \text{Discount} = 2000 - 300 = 1700\) INR.

Answer: Discount = 15%, Final price = INR 1700.


Formula Bank

Percentage
\[ \text{Percentage} = \left( \frac{\text{Part}}{\text{Whole}} \right) \times 100 \]
where: Part = portion value, Whole = total value
Profit or Loss Percentage
\[ \text{Profit \%} = \left( \frac{\text{Profit}}{\text{Cost Price}} \right) \times 100 \quad,\quad \text{Loss \%} = \left( \frac{\text{Loss}}{\text{Cost Price}} \right) \times 100 \]
Profit = Selling Price - Cost Price, Loss = Cost Price - Selling Price
Discount Percentage
\[ \text{Discount \%} = \left( \frac{\text{Discount}}{\text{Marked Price}} \right) \times 100 \]
Discount = Marked Price - Selling Price
Ratio
\[ \text{Ratio} = \frac{a}{b} \]
a, b = quantities compared
Mean (Average)
\[ \bar{x} = \frac{\sum_{i=1}^{n} x_i}{n} \]
\(x_i\) = each data point, \(n\) = number of data points
Median
Arrange data in order and select middle value
For even \(n\), average of middle two values
Mode
Value that appears most frequently
Data set values

Tips & Tricks

Tip: Use factorization to simplify fractions before converting to decimals or percentages.

When to use: When converting fractions to decimals or reducing fractions to simplest form.

Tip: For profit-loss problems, remember: Profit = Selling Price - Cost Price; Loss = Cost Price - Selling Price.

When to use: Whenever facing profit and loss questions.

Tip: Convert percentages to decimals by dividing by 100 to simplify multiplication or division.

When to use: When applying percentage values in equations or calculations.

Tip: Check units and ensure consistency (e.g., always convert prices into INR properly before calculations).

When to use: Throughout all calculations involving monetary or measurement values.

Tip: In ratio problems, total quantity = sum of parts multiplied by value of one part.

When to use: To quickly solve mixture or partnership problems.


Common Mistakes to Avoid

❌ Confusing percentage calculation denominator (part vs whole).
✓ Always divide the part by the whole before multiplying by 100.
Why: Students sometimes reverse numerator and denominator, leading to wrong percentage.
❌ Forgetting to convert decimals to fraction in simplest terms.
✓ Always simplify fractions by dividing numerator and denominator by their GCD.
Why: Avoids unnecessarily complex fractions and simplifies further calculations.
❌ Mixing cost price and selling price in profit/loss formulas.
✓ Explicitly identify which value is cost price and selling price before applying formulas.
Why: Incorrect assignment leads to negative profits or losses.
❌ Counting median incorrectly for even number data sets.
✓ Take the average of the two middle numbers after arranging data in ascending order.
Why: For even \(n\), median is the midpoint between middle values, not a single data point.
❌ Using incorrect ratio parts leading to wrong total quantity.
✓ Verify that sum of ratio parts are accounted and multiplied correctly in solution.
Why: Misunderstanding ratio parts causes miscalculation in mixture or partnership problems.
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
Number system · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.