Introduction
In loan repayment problems, the borrower pays equal periodic instalments (EMIs). Each EMI includes both interest and principal repayment. This pattern helps you calculate EMIs, find the principal from a given EMI, or determine the total interest paid over time.
These problems are essential in understanding bank loans, mortgages, and annuity concepts, which are frequently asked in aptitude and finance-related exams.
Pattern: Equal Installments / EMI
Pattern
The EMI is a fixed payment made periodically to repay a loan with interest. It is derived from the present value of an annuity formula.
Let:
P = Principal (loan amount)
R = Annual rate of interest (%)
n = Total number of instalments
r = Rate per period = R / (100 × periods per year)
Formula for EMI:
EMI = P × r × (1 + r)^n / [ (1 + r)^n - 1 ]
Formula for Principal (when EMI is known):
P = EMI × [1 - (1 + r)^(-n)] / r
Step-by-Step Example
Question
Find the monthly EMI on a loan of ₹5,00,000 at 10% per annum for 5 years (monthly payments).
Solution
-
Step 1: Identify Values
Principal (P) = ₹5,00,000; Annual Rate (R) = 10%; Time = 5 years; Monthly payments → 12 instalments per year. -
Step 2: Compute Periodic Rate and Total Periods
Periodic rate (r) = R / (100 × 12) = 0.10 / 12 = 0.008333333333333333.
Number of instalments (n) = 5 × 12 = 60. -
Step 3: Apply EMI Formula
Compute (1 + r)^n = (1.0083333333)^60 ≈ 1.6453089348.
Numerator = P × r × (1 + r)^n ≈ 500,000 × 0.008333333333333333 × 1.6453089348 ≈ 6,855.4538949.
Denominator = (1 + r)^n - 1 ≈ 1.6453089348 - 1 = 0.6453089348.
EMI = Numerator / Denominator ≈ 6,855.4538949 / 0.6453089348 = ₹10,623.52 (rounded to 2 dp). -
Final Answer:
Monthly EMI ≈ ₹10,623.52 -
Quick Check:
Total paid = EMI × n ≈ 10,623.52 × 60 = ₹6,37,411.20 → Interest ≈ 6,37,411.20 - 5,00,000 = ₹1,37,411.20 (reasonable for 10% over 5 years).
Question
A person pays ₹8,000 every month for 3 years at 12% per annum compounded monthly. Find the principal amount of the loan.
Solution
-
Step 1: Identify Values
EMI = ₹8,000; R = 12% p.a.; r = 0.12 / 12 = 0.01; n = 3 × 12 = 36. -
Step 2: Use Principal Formula
P = EMI × [1 - (1 + r)^(-n)] / r -
Step 3: Substitute and Compute
(1 + r)^(-n) = (1.01)^(-36) ≈ 0.698805 → 1 - 0.698805 = 0.301195.
0.301195 / 0.01 = 30.1195 → P = 8,000 × 30.1195 ≈ ₹2,40,956.00 (rounded to nearest rupee). -
Final Answer:
Principal ≈ ₹2,40,956.00 -
Quick Check:
Recalculate EMI from this P using EMI formula → ≈ ₹8,000 (close) ✅
Quick Variations
1. For quarterly instalments: r = R/400, n = years × 4.
2. For annual instalments: r = R/100, n = years.
3. If EMI, P, and R are known, time (n) can be found using logarithms: n = ln(EMI / (EMI - P×r)) / ln(1 + r).
Trick to Always Use
- Step 1: Convert annual rate into periodic rate before substitution.
- Step 2: Always compute (1 + r)^n before substituting into formula to avoid rounding errors.
- Step 3: Verify results by comparing total paid and interest amount.
Summary
Summary
- EMI formula:
EMI = P × r × (1 + r)^n / [ (1 + r)^n - 1 ], where r is periodic rate and n is total instalments. - Principal from EMI:
P = EMI × [1 - (1 + r)^(-n)] / r. - Always convert the annual rate to the same period as payments (monthly → divide by 12, quarterly → divide by 4).
- Use logs to solve for n when EMI, P and r are known:
n = ln(EMI/(EMI - P·r)) / ln(1 + r). - Quick check: total paid = EMI × n; interest paid = total paid - principal - does it match expectations for the rate and period?
