Skip to content

05_Simple_Interest___Compound_Interest

Simple Interest & Compound Interest - Aptitude Mastery Guide

Section titled “Simple Interest & Compound Interest - Aptitude Mastery Guide”

Category: Quantitative Aptitude
Generated on: 2025-07-15 09:16:17
Source: Aptitude Mastery Guide Generator


Simple Interest & Compound Interest: A Master Guide

Section titled “Simple Interest & Compound Interest: A Master Guide”

This guide provides a comprehensive overview of Simple Interest (SI) and Compound Interest (CI), equipping you with the knowledge and techniques needed to excel in quantitative aptitude exams. We’ll cover the fundamental concepts, essential formulas, proven tricks, and diverse problem-solving strategies, ensuring you’re well-prepared for any challenge.

Simple Interest (SI):

Simple interest is calculated only on the principal amount. It remains constant throughout the loan or investment period. The key concept is that you earn interest only on the original amount, not on any accumulated interest. Imagine you lend a friend $100. If you charge 10% simple interest per year, you’ll receive $10 interest each year, regardless of how long the money is with your friend. The ‘why’ behind the formula is that it’s a direct proportion between the principal, rate, and time.

Compound Interest (CI):

Compound interest is calculated on the principal amount and the accumulated interest from previous periods. This means you earn interest on your interest, leading to exponential growth. Think of the same $100 loan to your friend, but this time with 10% compound interest per year. After the first year, you have $110. In the second year, you earn 10% interest on the $110, not just the original $100. This creates a snowball effect. The ‘why’ behind the formula is repeated application of the simple interest formula, but with the principal changing each period.

Key Differences:

  • SI is linear growth; CI is exponential growth.
  • SI is simpler to calculate; CI requires more steps (or a more complex formula).
  • Over longer periods, CI yields significantly higher returns than SI.

This section is the most crucial for efficient problem-solving.

  • Trick 1: Percentage-to-Fraction Conversion:

    • How & When: This is fundamental for quick calculations. Many interest rates are easier to handle as fractions.
    • Example: 16 2/3% = 1/6, 12.5% = 1/8, 33 1/3% = 1/3, 14 2/7% = 1/7
    • Use: If the rate is 16 2/3% per year, instead of multiplying the principal by 0.1667, multiply by 1/6. This is often much faster.
  • Trick 2: Approximation for CI (Small Rates & Short Periods):

    • How & When: For low interest rates (e.g., < 10%) and short periods (e.g., 2-3 years), the difference between CI and SI is approximately (SI * r * t)/200, where ‘r’ is the rate and ‘t’ is the time.
    • Example: Principal = $1000, Rate = 5%, Time = 2 years. SI = $100. Approximate difference between CI and SI = (100 * 5 * 2)/200 = $5. The actual difference is closer to $2.5. The error increases with higher rates and longer times.
    • Use: Useful for quickly estimating the CI - SI difference without complex calculations.
  • Trick 3: Ratio Method for CI (When Time is an Integer):

    • How & When: This is particularly helpful when dealing with CI compounded annually. Let the rate be ‘r%’ (as a fraction, say x/y). If the time is ‘n’ years, the ratio of Amount : Principal will be (y+x)^n : y^n.
    • Example: Principal = $1000, Rate = 10% (1/10), Time = 2 years. The ratio of Amount : Principal is (10+1)^2 : 10^2 = 121 : 100. Therefore, if the principal is $1000, the amount will be (121/100) * 1000 = $1210.
    • Use: This method avoids repeated calculations and directly gives the amount or CI.
  • Trick 4: Vedic Math - Base Method for Squaring Numbers Close to a Base (10, 100, 1000, etc.):

    • How & When: Useful for quickly calculating squares in CI calculations, especially when using the ratio method.
    • Example: To calculate 104^2: Base is 100. Difference from base = 4. 104 + 4 = 108. 4^2 = 16. Combine: 10816. Therefore, 104^2 = 10816.
    • Use: Speeds up calculations like (1+r)^n when ‘r’ is a simple percentage.
  • Trick 5: Finding the Rate When Amount Becomes ‘n’ Times the Principal:

    • How & When: This applies to both SI and CI.
    • SI: If an amount becomes ‘n’ times in ‘t’ years at simple interest, the rate, r = [(n-1)/t] * 100.
    • CI (Approximate): If an amount becomes ‘n’ times in ‘t’ years at compound interest, the approximate rate, r = (n^(1/t) - 1) * 100. For quick estimations, especially when ‘t’ is small, you can use the rule of 72: r ≈ 72/t (if you want to find how long it takes to double your money at a rate ‘r’).
    • Use: Quickly determines the interest rate without complex algebraic manipulation.
  • Trick 6: Effective Rate of Interest:

    • How & When: When interest is compounded more than once a year (e.g., semi-annually, quarterly), the effective rate is the actual annual rate of return.
    • Formula: Effective Rate = (1 + r/n)^(n) - 1, where ‘r’ is the nominal annual rate and ‘n’ is the number of times interest is compounded per year.
    • Example: A rate of 12% per annum compounded semi-annually means the effective rate is (1 + 0.12/2)^2 - 1 = (1.06)^2 - 1 = 0.1236 or 12.36%.
    • Use: Useful for comparing different investment options with varying compounding frequencies.
FormulaDescription
Simple Interest (SI)
SI = (P * R * T) / 100Simple Interest = (Principal * Rate * Time) / 100
Amount (A) = P + SIAmount = Principal + Simple Interest
Compound Interest (CI)
A = P(1 + R/100)^TAmount = Principal * (1 + Rate/100)^Time (Compounded Annually)
CI = A - PCompound Interest = Amount - Principal
A = P(1 + R/200)^(2T)Amount = Principal * (1 + Rate/200)^(2 * Time) (Compounded Semi-Annually)
A = P(1 + R/400)^(4T)Amount = Principal * (1 + Rate/400)^(4 * Time) (Compounded Quarterly)
A = P(1 + R/n)^(nT)Amount = Principal * (1 + Rate/n)^(n * Time) (Compounded ‘n’ times annually)
CI - SI (for 2 years) = P(R/100)^2Direct Formula for the difference between Compound Interest and Simple Interest for 2 years.
CI - SI (for 3 years) = P(R/100)^2 * (3 + R/100)Direct Formula for the difference between Compound Interest and Simple Interest for 3 years.

Example 1: Basic SI Calculation

  • Problem: A sum of $5000 is invested at a simple interest rate of 8% per annum for 3 years. Calculate the simple interest earned and the total amount after 3 years.

  • Solution:

    • P = $5000, R = 8%, T = 3 years
    • SI = (P * R * T) / 100 = (5000 * 8 * 3) / 100 = $1200
    • Amount = P + SI = 5000 + 1200 = $6200
    • Answer: The simple interest earned is $1200, and the total amount after 3 years is $6200.

Example 2: CI Calculation with Compounding Quarterly

  • Problem: What will be the compound interest on a sum of $8000 at the rate of 10% per annum for 1.5 years compounded quarterly?

  • Solution:

    • P = $8000, R = 10%, T = 1.5 years = 3/2 years, n = 4 (compounded quarterly)
    • A = P(1 + R/n)^(nT) = 8000(1 + 10/(4*100))^(4 * 3/2) = 8000(1 + 0.025)^6 = 8000(1.025)^6
    • (1.025)^6 ≈ 1.1597 (You can use a calculator for this, or approximate using binomial theorem).
    • A = 8000 * 1.1597 ≈ $9277.60
    • CI = A - P = 9277.60 - 8000 = $1277.60
    • Answer: The compound interest is approximately $1277.60.

Example 3: Finding the Rate (CI)

  • Problem: A sum of money becomes 2.25 times itself in 2 years at compound interest. Find the rate of interest per annum.

  • Solution:

    • A = 2.25P, T = 2 years
    • A = P(1 + R/100)^T => 2.25P = P(1 + R/100)^2
    • 2.25 = (1 + R/100)^2
    • √2.25 = 1 + R/100 => 1.5 = 1 + R/100
    • R/100 = 0.5 => R = 50%
    • Answer: The rate of interest is 50% per annum.

Example 4: Difference between CI and SI

  • Problem: Find the difference between the compound interest and simple interest on $4000 at 5% per annum for 2 years.

  • Solution:

    • P = $4000, R = 5%, T = 2 years
    • Using the direct formula: CI - SI = P(R/100)^2 = 4000 * (5/100)^2 = 4000 * (1/20)^2 = 4000 * (1/400) = $10
    • Answer: The difference between CI and SI is $10.

[Easy]

  1. What is the simple interest on a sum of $2500 at 6% per annum for 4 years?
  2. A sum of money doubles itself at simple interest in 8 years. What is the rate of interest per annum?

[Medium]

  1. A sum of $6000 is lent out at 10% per annum compounded annually. What is the compound interest for 2 years?
  2. The difference between compound interest and simple interest on a certain sum of money for 2 years at 8% per annum is $48. What is the sum?

[Hard]

  1. A man borrows $12000 from a bank at 12% per annum simple interest. He repays $4000 at the end of the first year. How much amount will he need to pay at the end of the second year to clear his debt?
  2. A sum of money invested at compound interest amounts to $672 in 2 years and to $714 in 3 years. Find the rate of interest per annum.
  3. A certain sum amounts to $1352 in 2 years at 4% per annum compound interest. What will be the sum in 2 years if it is invested at 4% per annum simple interest?

Problem:

John invests $P at a simple interest rate of ‘r%’ per annum for 5 years. He also invests another amount, $2P, at a compound interest rate of ‘r/2%’ per annum compounded annually for 3 years. If the total interest earned from both investments is $1500, find the value of P if r = 10%. Further, if John wants to earn the same amount of interest ($1500) solely from the simple interest investment over 5 years, what rate of simple interest would he need to secure for the initial investment of $P?