Introduction
Many aptitude problems give the compound interest (or final amount) and ask you to find the principal or the rate. The key is to rearrange the compound-interest formula and solve for the unknown (isolate P or R). This pattern teaches clear, repeatable steps so you can handle these reverse problems reliably.
Pattern: Principal or Rate Finding
Pattern
Key concept: Rearrange A = P(1 + R/100)^{T} or CI = P[(1 + R/100)^{T} - 1] to solve for P or R.
Useful forms:
A = P × (1 + R/100)^{T} → amount after T years.
CI = A - P = P × [(1 + R/100)^{T} - 1]
To find P when CI is given:
P = CI / [(1 + R/100)^{T} - 1]
To find R when CI and P are given:
(1 + R/100)^{T} = CI/P + 1 → take the T-th root:
R = [ (CI/P + 1)^{1/T} - 1 ] × 100
Step-by-Step Example
Question
The compound interest on a sum for 2 years at 8% per annum (compounded annually) is ₹832. Find the principal.
Solution
-
Step 1: Identify values
CI = ₹832; R = 8% p.a.; T = 2 years. -
Step 2: Use CI formula to isolate P
CI = P × [ (1 + R/100)^{T} - 1 ] → P = CI / [ (1 + R/100)^{T} - 1 ]. -
Step 3: Substitute numbers
(1 + R/100)^{T} = (1.08)^{2} = 1.1664 → (1.08)^{2} - 1 = 0.1664.
P = 832 / 0.1664 = ₹5,000.00. -
Final Answer:
Principal = ₹5,000.00 -
Quick Check:
Amount = 5,000 × 1.1664 = 5,832 → CI = 5,832 - 5,000 = ₹832 ✅
Question
A sum of ₹10,000 is invested and yields a compound interest of ₹2,100 in 2 years. Find the annual rate of interest (compounded annually).
Solution
-
Step 1: Identify values
P = ₹10,000; CI = ₹2,100; T = 2 years. -
Step 2: Write equation for factor
CI/P + 1 = (A/P) = (1 + R/100)^{T}. -
Step 3: Substitute and solve
CI/P + 1 = 2,100/10,000 + 1 = 0.21 + 1 = 1.21.
(1 + R/100)^{2} = 1.21 → 1 + R/100 = √1.21 = 1.1 → R/100 = 0.1 → R = 10%. -
Final Answer:
Rate = 10% per annum -
Quick Check:
Amount = 10,000 × 1.1² = 10,000 × 1.21 = 12,100 → CI = 12,100 - 10,000 = ₹2,100 ✅
Quick Variations
1. If compounding is half-yearly: replace R by R/n and T by nT (n = 2). Use P = CI / [(1 + R/(100·n))^{nT} - 1].
2. If compounding is quarterly or monthly: set n = 4 or 12 and proceed similarly.
3. When T is fractional, apply fractional exponent and use roots or logs to solve for R: R = [ (CI/P + 1)^{1/T} - 1 ] × 100.
Trick to Always Use
- Step 1 → Convert the problem into CI = P[(1 + r)^{T} - 1] where r = R/100 (adjust r and T when n ≠ 1).
- Step 2 → Isolate the unknown: for P divide CI by the bracket; for R take the T-th root then subtract 1.
- Step 3 → Use square root for T = 2, cube root for T = 3, or logs for non-integer T; keep at least 4-6 decimals while computing, round money to 2 dp.
Summary
Summary
- To find Principal (P):
P = CI / [(1 + R/100)^{T} - 1]. - To find Rate (R):
R = [(CI/P + 1)^{1/T} - 1] × 100. - For half-yearly or quarterly compounding, replace R with R/n and T with nT.
- For fractional years, use fractional powers or roots for accuracy.
- Always verify by recalculating the amount to ensure your answer is correct.
