By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Compound interest is the process where interest earns interest, accelerating growth over time. You use it to calculate investment returns, loan costs, or savings growth—critical for personal finance, business planning, and algorithmic trading.
Calculates future value (FV) of an investment or loan:
FV = P × (1 + r/n)^(n×t)
Key insight: More frequent compounding (higher n) yields higher returns.
Estimates how long it takes for money to double at a given interest rate:
Years to double-72 / interest rate (as a percentage)
FV = P × (1 + r×t)
The current worth of future cash flows, discounted by interest:
PV = FV / (1 + r/n)^(n×t)
Why it matters: Helps compare investments with different timelines.
Example: - $1,000 at 5% annual interest, compounded monthly for 10 years: FV = 1000 × (1 + 0.05/12)^(12×10)-$1,647.01
FV = 1000 × (1 + 0.05/12)^(12×10)-$1,647.01
Goal: Calculate future value of $5,000 invested at 7% annual interest, compounded quarterly, for 15 years.
t = 15
Plug into formula: FV = 5000 × (1 + 0.07/4)^(4×15)
FV = 5000 × (1 + 0.07/4)^(4×15)
Calculate:
0.07/4 = 0.0175
1 + 0.0175 = 1.0175
4×15 = 60
1.0175^60-2.8318
5000 × 2.8318-$14,159
Verify with Rule of 72:
Fix: Always confirm n (e.g., 12 for monthly).
Using simple interest for long-term investments
Fix: Use compound interest for multi-year calculations.
Misapplying the Rule of 72
Fix: Use for quick mental math, not precise planning.
Forgetting inflation
Fix: Subtract inflation rate from interest rate for real returns.
Overestimating small differences
=FV(rate, nper, pmt, [pv], [type])
numpy.fv(rate, nper, pmt, pv)
=FV(0.07/12, 35*12, -500, 0)
Impact: Compounding turns modest savings into a large nest egg.
Credit Card Debt
Impact: High compounding rates make debt spiral.
Algorithmic Trading
=FV(0.15/12, 120, 0, -1000000)
You invest $1,000 at 6% annual interest, compounded monthly. What’s the future value after 5 years? - A: $1,348.85 - B: $1,338.23 - C: $1,300.00 - D: $1,418.52
Correct Answer: A ($1,348.85) Explanation: - FV = 1000 × (1 + 0.06/12)^(12×5)-1000 × 1.34885-$1,348.85. Why the Distractors Are Tempting: - B: Uses annual compounding (1000 × 1.06^5-$1,338.23). - C: Simple interest (1000 × (1 + 0.06×5) = $1,300). - D: Overestimates by using 7% (1000 × (1 + 0.07/12)^(12×5)-$1,418.52).
FV = 1000 × (1 + 0.06/12)^(12×5)-1000 × 1.34885-$1,348.85
1000 × 1.06^5-$1,338.23
1000 × (1 + 0.06×5) = $1,300
1000 × (1 + 0.07/12)^(12×5)-$1,418.52
Using the Rule of 72, how long will it take for $5,000 to grow to $10,000 at 9% interest? - A: 6 years - B: 8 years - C: 10 years - D: 12 years
Correct Answer: B (8 years) Explanation: - 72 / 9 = 8 years. Why the Distractors Are Tempting: - A: Confuses 72 with 63 (a common miscalculation). - C: Uses 7.2% (72 / 7.2 = 10). - D: Doubles the time (18% would take 4 years, but 9% is half).
72 / 9 = 8 years
72 / 7.2 = 10
Which scenario yields the highest future value after 20 years? - A: $10,000 at 5% compounded annually - B: $10,000 at 5% compounded monthly - C: $10,000 at 4.8% compounded daily - D: $10,000 at 5.2% compounded annually
Correct Answer: B ($10,000 at 5% compounded monthly) Explanation: - A: 10000 × (1.05)^20-$26,532.98 - B: 10000 × (1 + 0.05/12)^(12×20)-$27,126.40 - C: 10000 × (1 + 0.048/365)^(365×20)-$25,937.42 - D: 10000 × (1.052)^20-$27,632.48 (but B is higher than A and C). Why the Distractors Are Tempting: - C: Daily compounding seems better, but the lower rate (4.8%) offsets it. - D: Higher rate (5.2%) looks appealing, but annual compounding limits growth vs. monthly.
10000 × (1.05)^20-$26,532.98
10000 × (1 + 0.05/12)^(12×20)-$27,126.40
10000 × (1 + 0.048/365)^(365×20)-$25,937.42
10000 × (1.052)^20-$27,632.48
Practice the formula with annual compounding.
Intermediate
Compare different compounding frequencies (monthly, daily).
Advanced
Explore continuous compounding (FV = P × e^(r×t)).
FV = P × e^(r×t)
Expert
Years to double-72 / interest rate (%)
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.