Fatskills
Practice. Master. Repeat.
Study Guide: Compound Interest: The 8th Wonder — Formula, Doubling Time (Rule of 72)
Source: https://www.fatskills.com/financial-literacy/chapter/compound-interest-the-8th-wonder-formula-doubling-time-rule-of-72

Compound Interest: The 8th Wonder — Formula, Doubling Time (Rule of 72)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

Compound Interest: The 8th Wonder — Formula, Doubling Time (Rule of 72)

What Is This?

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.

Why It Matters

  • Wealth growth: Small, consistent investments compound into large sums over decades.
  • Debt traps: Credit cards and loans exploit compounding to balloon balances.
  • Algorithmic trading: Hedge funds use compounding to model exponential returns.
  • Retirement planning: Determines how much you need to save to retire comfortably.

Core Concepts

1. The Compound Interest Formula

Calculates future value (FV) of an investment or loan:

FV = P × (1 + r/n)^(n×t)
  • P = Principal (initial amount)
  • r = Annual interest rate (decimal, e.g., 5% = 0.05)
  • n = Compounding frequency per year (e.g., 12 for monthly)
  • t = Time in years

Key insight: More frequent compounding (higher n) yields higher returns.

2. Rule of 72 (Doubling Time)

Estimates how long it takes for money to double at a given interest rate:

Years to double-72 / interest rate (as a percentage)
  • Example: At 8% interest, money doubles in ~9 years (72/8 = 9).
  • Use case: Quick mental math for investments or debt.

3. Simple vs. Compound Interest

Simple Interest Compound Interest
Interest on principal only Interest on principal + accumulated interest
Linear growth Exponential growth
FV = P × (1 + r×t) FV = P × (1 + r/n)^(n×t)

4. Present Value (PV)

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.

How It Works

  1. Start with principal (P): Your initial amount (e.g., $1,000).
  2. Apply interest rate (r): Convert percentage to decimal (e.g., 5%-0.05).
  3. Choose compounding frequency (n): Annual (1), monthly (12), daily (365).
  4. Calculate future value (FV): Plug into the formula.
  5. Iterate: Each period, interest is added to the principal, and the next period’s interest is calculated on the new total.

Example: - $1,000 at 5% annual interest, compounded monthly for 10 years: FV = 1000 × (1 + 0.05/12)^(12×10)-$1,647.01

Hands-On / Getting Started

Prerequisites

  • Basic math (exponents, percentages).
  • Calculator or spreadsheet (Google Sheets, Excel).

Step-by-Step Example

Goal: Calculate future value of $5,000 invested at 7% annual interest, compounded quarterly, for 15 years.

  1. Identify variables:
  2. P = $5,000
  3. r = 7%-0.07
  4. n = 4 (quarterly)
  5. t = 15

  6. Plug into formula: FV = 5000 × (1 + 0.07/4)^(4×15)

  7. Calculate:

  8. 0.07/4 = 0.0175
  9. 1 + 0.0175 = 1.0175
  10. 4×15 = 60
  11. 1.0175^60-2.8318
  12. 5000 × 2.8318-$14,159

  13. Verify with Rule of 72:

  14. Doubling time-72/7-10.3 years.
  15. In 15 years, money doubles ~1.5 times-$5,000 × 2 × 1.5-$15,000 (close to $14,159).

Expected Outcome

  • Understand how compounding amplifies growth.
  • Ability to compare investment scenarios (e.g., monthly vs. annual compounding).

Common Pitfalls & Mistakes

  1. Ignoring compounding frequency
  2. Mistake: Assuming annual compounding when it’s monthly.
  3. Fix: Always confirm n (e.g., 12 for monthly).

  4. Using simple interest for long-term investments

  5. Mistake: Underestimating growth by using FV = P × (1 + r×t).
  6. Fix: Use compound interest for multi-year calculations.

  7. Misapplying the Rule of 72

  8. Mistake: Using it for exact calculations (it’s an estimate).
  9. Fix: Use for quick mental math, not precise planning.

  10. Forgetting inflation

  11. Mistake: Calculating nominal returns without adjusting for inflation.
  12. Fix: Subtract inflation rate from interest rate for real returns.

  13. Overestimating small differences

  14. Mistake: Assuming a 0.5% higher rate won’t matter.
  15. Fix: Test with a calculator—small changes compound significantly over time.

Best Practices

  1. Start early: Time is the most powerful variable in compounding.
  2. Reinvest earnings: Maximize compounding by reinvesting dividends/interest.
  3. Compare APY (Annual Percentage Yield): Accounts for compounding frequency.
  4. Use spreadsheets for scenarios: Model different rates, times, and contributions.
  5. Automate savings: Set up recurring transfers to leverage compounding.

Tools & Frameworks

Tool Use Case Example
Google Sheets/Excel Manual calculations, scenario testing =FV(rate, nper, pmt, [pv], [type])
Financial calculators Quick FV/PV calculations TI BA II+, HP 12C
Python (NumPy/Finance) Algorithmic modeling numpy.fv(rate, nper, pmt, pv)
Online calculators One-off estimates Bankrate, NerdWallet

Real-World Use Cases

  1. Retirement Planning
  2. Scenario: A 30-year-old saves $500/month at 7% annual return.
  3. Calculation: After 35 years, FV-$800,000 (using =FV(0.07/12, 35*12, -500, 0)).
  4. Impact: Compounding turns modest savings into a large nest egg.

  5. Credit Card Debt

  6. Scenario: $10,000 balance at 20% APR, minimum payment of $200/month.
  7. Calculation: Takes ~9 years to pay off, costing $11,680 in interest.
  8. Impact: High compounding rates make debt spiral.

  9. Algorithmic Trading

  10. Scenario: A hedge fund targets 15% annual returns, compounded monthly.
  11. Calculation: $1M grows to ~$4.18M in 10 years (=FV(0.15/12, 120, 0, -1000000)).
  12. Impact: Compounding drives exponential portfolio growth.

Check Your Understanding (MCQs)

Question 1

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).


Question 2

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).


Question 3

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.


Learning Path

  1. Basics
  2. Understand simple vs. compound interest.
  3. Practice the formula with annual compounding.

  4. Intermediate

  5. Learn the Rule of 72 and its limitations.
  6. Compare different compounding frequencies (monthly, daily).

  7. Advanced

  8. Calculate present value and net present value (NPV).
  9. Model scenarios with regular contributions (e.g., 401(k) deposits).
  10. Explore continuous compounding (FV = P × e^(r×t)).

  11. Expert

  12. Build a compound interest calculator in Python/Excel.
  13. Apply to real-world cases (loans, investments, inflation adjustments).

Further Resources

Books

  • The Simple Path to Wealth – JL Collins (practical investing).
  • The Psychology of Money – Morgan Housel (behavioral finance).
  • A Random Walk Down Wall Street – Burton Malkiel (market efficiency).

Courses

Tools

Communities

  • r/personalfinance (Reddit).
  • Bogleheads Forum (investing strategies).

30-Second Cheat Sheet

  1. Formula: FV = P × (1 + r/n)^(n×t)
  2. Rule of 72: Years to double-72 / interest rate (%)
  3. More compounding = more growth: Daily > Monthly > Annual.
  4. Start early: Time > rate for long-term growth.
  5. Inflation erodes returns: Subtract inflation from nominal rates.

Related Topics

  1. Time Value of Money (TVM): Present value, future value, and discounting.
  2. Amortization Schedules: How loans (e.g., mortgages) are paid off.
  3. Exponential Growth in AI/ML: How compounding applies to model training (e.g., loss functions).