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

Applications

Introduction

Mathematics forms the foundation for solving a variety of practical problems in daily life, especially when preparing for competitive entrance exams. Understanding the applications of basic mathematics equips you to handle questions involving numbers, money, measurement, and relationships between quantities. This chapter focuses on key concepts such as number operations, working with fractions and decimals, calculating percentages and discounts, understanding simple interest, and solving problems involving ratios and proportions.

In India, the metric system is the standard for measurements, and prices are typically given in Indian Rupees (INR). Problems will often involve these units, making the connection to real-life situations stronger and helping you build skills that are both exam-ready and practical.

We will start from the basics, gradually moving into more complex applications with clear examples, step-by-step solutions, and tips to solve problems faster and more accurately.

Percentages and Discounts

The concept of percentage represents a part of a whole expressed out of 100. For example, 30% means 30 parts out of 100 parts.

Converting percentages to decimal or fraction form helps simplify calculations. The relationship between these three forms is fundamental for solving problems in discounts, markups, and comparisons.

Percentage, Fraction, and Decimal Equivalents
Percentage (%) Fraction Decimal
50%1/20.50
25%1/40.25
10%1/100.10
20%1/50.20
5%1/200.05
75%3/40.75

Important: To convert any percentage to a decimal, divide by 100. For example, 30% = 30/100 = 0.30.

Calculating a percentage of a given amount is done using this formula:

Percentage Calculation

\[Part = \frac{Percentage}{100} \times Whole\]

Calculates the portion of a whole corresponding to the given percentage

Part = Amount corresponding to the percentage
Percentage = Given percentage
Whole = Total amount

Calculating Discounts

In real life, items often have a discount applied during sales. A discount is a reduction from the marked price (MRP) expressed as a percentage.

The discount amount is found by:

Discount Calculation

\[Discount = \frac{Discount\,Percent}{100} \times MRP\]

Calculates the discount amount from a percentage of the marked price

Discount = Discount amount in INR
Discount\,Percent = Percentage discount
MRP = Marked Price in INR

Then, the selling price (SP) after discount is:

Selling Price after Discount

SP = MRP - Discount

Final price after subtracting the discount

SP = Selling Price
MRP = Marked Price
Discount = Discount amount
Example 1: Calculating Discount on a Product Easy
A shirt is marked at Rs.1200. During a sale, there is a 15% discount on the price. What is the selling price of the shirt?

Step 1: Calculate the discount amount using the formula:

Discount = (15/100) x 1200 = 0.15 x 1200 = Rs.180

Step 2: Find the selling price after subtracting the discount:

SP = MRP - Discount = Rs.1200 - Rs.180 = Rs.1020

Answer: The selling price of the shirt is Rs.1020

Simple Interest

Simple interest refers to the interest earned or paid on a principal amount over a period, calculated only on the original principal, not on accumulated interest.

Three main components determine simple interest:

  • Principal (P): The initial amount of money lent or invested, in INR.
  • Rate of interest (R): Annual interest rate expressed as a percentage (% per annum).
  • Time (T): The duration for which the money is lent or invested, usually in years.

The formula for calculating simple interest is:

Simple Interest

\[I = \frac{P \times R \times T}{100}\]

Interest earned or paid on the principal over a specified time at a given interest rate

I = Interest in INR
P = Principal amount in INR
R = Rate of interest (%) per annum
T = Time duration in years

Note on units: If time is given in months, convert it to years by dividing by 12. For example, 6 months = 6/12 = 0.5 years.

Example 2: Calculating Simple Interest for a Loan Medium
Riya borrowed Rs.50,000 from a bank at a simple interest rate of 8% per annum. How much interest will she pay after 3 years?

Step 1: Identify the values:

  • Principal, \( P = 50,000 \)
  • Rate of interest, \( R = 8\% \) per annum
  • Time, \( T = 3 \) years

Step 2: Use the simple interest formula:

\( I = \frac{P \times R \times T}{100} = \frac{50,000 \times 8 \times 3}{100} \)

\( = \frac{1,200,000}{100} = 12,000 \)

Answer: The interest Riya will pay after 3 years is Rs.12,000.

Ratios and Proportions

A ratio compares two quantities of the same kind by division, showing how many times one quantity contains the other.

The ratio of two numbers \( a \) and \( b \) is written as:

Ratio

\[\text{Ratio} = \frac{a}{b}\]

Compares two quantities to express their relative sizes

a = First quantity
b = Second quantity

Proportion states that two ratios are equal:

Proportion Rule

\[\frac{a}{b} = \frac{c}{d}\]

Two ratios are equal, used to solve for unknown values

a = Quantity 1 in ratio 1
b = Quantity 2 in ratio 1
c = Quantity 1 in ratio 2
d = Quantity 2 in ratio 2

To solve proportion problems, cross multiplication is commonly used:

If \(\frac{a}{b} = \frac{c}{d}\), then \(a \times d = b \times c\).

graph TD    A[Start: Given proportion problem] --> B[Identify quantities a, b, c, d]    B --> C[Set up proportion \frac{a}{b} = \frac{c}{d}]    C --> D{Is an unknown value present?}    D -- Yes --> E[Use cross multiplication to form equation: a x d = b x c]    E --> F[Solve for unknown]    D -- No --> G[Verify equality of ratios]    F --> H[Answer]    G --> H

Scaling involves multiplying or dividing quantities to maintain the same ratio.

Mixture problems often require combining substances with different proportions or concentrations, then using ratios to determine final composition.

Example 3: Ratio and Mixture Problem Hard
Two solutions containing alcohol and water are mixed. Solution A contains 30% alcohol and Solution B contains 60% alcohol. How much of each solution should be mixed to get 20 liters of a 50% alcohol solution?

Step 1: Identify the quantities and required concentration:

  • Concentration of A, \( C_A = 30\% \)
  • Concentration of B, \( C_B = 60\% \)
  • Required concentration, \( C = 50\% \)
  • Total volume, \( V = 20 \) liters

Step 2: Let the volume of solution A be \( x \) liters. Then volume of solution B will be \( 20 - x \) liters.

Step 3: Set up equation using the concept of alligation (difference method):

Difference between concentrations:

  • \( C_B - C = 60\% - 50\% = 10\% \)
  • \( C - C_A = 50\% - 30\% = 20\% \)

Step 4: The ratio in which Solution A and B should be mixed is:

\( A : B = 10 : 20 = 1 : 2 \)

Step 5: Since total volume is 20 liters, divide in ratio 1:2:

Volume of A = \( \frac{1}{1+2} \times 20 = \frac{1}{3} \times 20 = 6.67 \) liters

Volume of B = \( 20 - 6.67 = 13.33 \) liters

Answer: Mix approximately 6.67 liters of Solution A and 13.33 liters of Solution B to get 20 liters of 50% alcohol solution.

Quick Tips for Percentage and Interest Calculations

  • Use cross multiplication to solve proportion problems quickly
  • Convert percentages to decimals by dividing by 100 when multiplying
  • Memorize the simple interest formula for faster problem-solving
  • Estimate discounts mentally by subtracting the nearest 10% portion for quick choices

Formula Bank

Simple Interest
\[ I = \frac{P \times R \times T}{100} \]
where: I = Interest (INR), P = Principal amount (INR), R = Rate of interest (% per annum), T = Time (years)
Percentage Calculation
\[ \text{Part} = \frac{\text{Percentage}}{100} \times \text{Whole} \]
where: Part = Portion corresponding to percentage, Percentage = Rate (%), Whole = Total amount
Discount Calculation
\[ \text{Discount} = \frac{\text{Discount Percent}}{100} \times \text{MRP} \]
where: Discount = Discount amount (INR), Discount Percent = Percentage discount, MRP = Marked Price (INR)
Selling Price after Discount
\[ \text{SP} = \text{MRP} - \text{Discount} \]
where: SP = Selling Price (INR), MRP = Marked Price (INR), Discount = Discount amount (INR)
Ratio
\[ \text{Ratio} = \frac{a}{b} \]
where: a, b = Quantities being compared
Proportion Rule
\[ \frac{a}{b} = \frac{c}{d} \]
where: a, b, c, d = Quantities in proportion
Example 4: Percentage Calculation of Marks Easy
A student scores 450 marks out of 600 in an exam. What is the percentage of marks obtained?

Step 1: Use percentage formula:

\( \text{Percentage} = \frac{\text{Marks obtained}}{\text{Total marks}} \times 100 \)

\( = \frac{450}{600} \times 100 = 0.75 \times 100 = 75\% \)

Answer: The student scored 75% marks.

Example 5: Finding Discount and Final Price Easy
A laptop has an MRP of Rs.40,000. It is sold at a discount of 10%. Find the discount amount and selling price.

Step 1: Calculate discount:

Discount = (10/100) x 40,000 = Rs.4,000

Step 2: Calculate selling price:

SP = 40,000 - 4,000 = Rs.36,000

Answer: Discount is Rs.4,000 and selling price is Rs.36,000.

Example 6: Simple Interest on Fixed Deposit Medium
Rahul deposits Rs.1,00,000 in a bank fixed deposit for 5 years at an interest rate of 6% per annum. Calculate the interest he will earn.

Step 1: Identify known values:

Principal, \(P = 1,00,000\)

Rate, \(R = 6\%\)

Time, \(T = 5\) years

Step 2: Calculate interest using formula:

\( I = \frac{1,00,000 \times 6 \times 5}{100} = \frac{30,00,000}{100} = 30,000 \)

Answer: Rahul will earn Rs.30,000 as interest.

Example 7: Solving Ratio Problem in Recipe Scaling Medium
A recipe uses ingredients in the ratio 3:5:2 for flour, sugar, and butter. If you want to make a larger batch using 900 grams of sugar, how much flour and butter are required?

Step 1: Ratios given:

Flour : Sugar : Butter = 3 : 5 : 2

Sugar amount given = 900g corresponds to the part '5' in ratio.

Step 2: Find the multiplier:

Multiplier \( = \frac{900}{5} = 180 \)

Step 3: Calculate quantity of flour and butter:

  • Flour \(= 3 \times 180 = 540\, \text{grams}\)
  • Butter \(= 2 \times 180 = 360\, \text{grams}\)

Answer: For 900g sugar, use 540g flour and 360g butter.

Tips & Tricks

Tip: Use cross multiplication to solve proportion problems quickly.

When to use: When two ratios are equal and you need to find an unknown value.

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

When to use: While calculating percentages, discounts, or interest.

Tip: Memorize the simple interest formula and its variables for quick recall.

When to use: In almost all interest calculation problems.

Tip: Use approximate values to estimate discounts mentally - for example, 10% off means you pay about 90% of the price.

When to use: For quick elimination in multiple-choice questions or rough estimations.

Tip: Always check units (years, months) and convert to standard (usually years) before calculations.

When to use: Time-based interest or rate problems.

Common Mistakes to Avoid

❌ Using the rate of interest as a decimal twice during simple interest calculation (e.g., dividing by 100 twice).
✓ Use the interest rate as a percentage directly in the formula \( I = \frac{P \times R \times T}{100} \) without converting R again.
Why: Applying the 100 divisor twice results in drastically underestimated interest.
❌ Calculating discount on selling price instead of the marked price.
✓ Always calculate the discount based on the marked price (MRP) before subtracting to get selling price.
Why: The base amount for discount is the MRP, not selling price; incorrect base leads to wrong final price.
❌ Confusing numerator and denominator in ratio or proportion setups.
✓ Carefully write the ratios as given, double-checking the order and units of quantities.
Why: Reversing ratios yields incorrect values, often nonsensical in context.
❌ Forgetting to convert time units (e.g., using months as-is for years) in interest calculations.
✓ Convert months to years by dividing by 12 before applying formulas.
Why: Unit mismatch causes large errors in calculated interest or proportion results.
❌ Misinterpreting percentage signs or decimal points, such as reading 5.5% as 55% or vice versa.
✓ Rewrite all given numerical data clearly before starting calculations.
Why: Misreading data leads to foundational errors that affect all subsequent steps.
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
Applications · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.