Fatskills
Practice. Master. Repeat.
Study Guide: Compound Interest — Annual Growth
Source: https://www.fatskills.com/emergency-medicine/chapter/compound-interest-annual-growth

Compound Interest — Annual Growth

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

⏱️ ~7 min read

Compound Interest — Annual Growth

Exam-Focused Study Guide (48-Hour Crash Plan)


What Is This?

Definition: Compound interest is the process where interest earned each year is added to the principal, so the next year’s interest is calculated on this new, larger amount. This creates exponential growth over time.

Why It’s on the Exam: Examiners test this because: - It’s the foundation of finance (loans, investments, pensions). - It separates students who memorize formulas from those who understand growth. - Questions range from simple calculations to word problems with hidden traps.

Typical Question Types:
1. "Calculate the future value after 5 years."
2. "Find the interest rate needed to double an investment in 10 years."
3. "Compare simple vs. compound interest for a given scenario."


Why It Matters

Exams That Test This: - Finance/Accounting: CFA, FRM, CPA, ACCA (2–5 marks per question). - Quantitative Aptitude: GMAT, GRE, banking exams (1–2 questions per test). - Job Roles: Financial analysts, loan officers, investment advisors.

What It Tests: - Your ability to apply formulas under pressure. - Your attention to detail (e.g., annual vs. monthly compounding). - Your logical reasoning (e.g., "Why does compound interest grow faster?").


Core Concepts

Master these before touching formulas:

  1. Principal (P): The initial amount of money.
  2. Interest Rate (r): The percentage growth per year (expressed as a decimal, e.g., 5% = 0.05).
  3. Time (t): The number of years the money is invested.
  4. Compounding Frequency: How often interest is added to the principal. Annual compounding (once per year) is the focus here.
  5. Future Value (FV) vs. Present Value (PV):
  6. FV: The amount after t years.
  7. PV: The amount you’d need today to reach a future goal.

Key Distinction Examiners Love: - Simple Interest: Interest is calculated only on the original principal. Example: $100 at 10% for 3 years = $100 + ($10 × 3) = $130. - Compound Interest: Interest is calculated on the principal plus all prior interest. Example: $100 at 10% for 3 years = $100 × (1.10)³-$133.10.


The Rule-Book (How It Works)

Primary Rule: The Compound Interest Formula

For annual compounding, the future value (FV) is:

FV = P × (1 + r)?
  • P: Principal (starting amount).
  • r: Annual interest rate (as a decimal).
  • t: Time in years.

Sub-Rules & Exceptions:
1. Interest Earned: FV - P.
2. Present Value (PV): Rearrange the formula to solve for P: PV = FV / (1 + r)?.
3. Rule of 72: A shortcut to estimate doubling time: Years to double-72 / interest rate (as a percentage). Example: At 8%, money doubles in ~9 years (72/8 = 9).
4. Negative Growth: If r is negative (e.g., -5%), the formula still works (value shrinks over time).

Mnemonic: "Principal grows by (1 + rate) every year, raised to the power of time." Visualize it as a snowball rolling downhill, growing faster each year.


Exam / Job / Audit Weighting

Metric Details
Frequency 80% of finance exams; 1–2 questions per test.
Difficulty Intermediate (formulas are simple, but traps are common).
Question Type Calculation (50%), word problems (30%), comparison (20%).

Difficulty Level

Intermediate. Easy if you memorize the formula; hard if you misapply it (e.g., wrong compounding frequency).


Must-Know Rules, Formulas, Standards

  1. Future Value Formula: FV = P × (1 + r)?
  2. Present Value Formula: PV = FV / (1 + r)?
  3. Rule of 72: Years to double-72 / r% (for quick estimates).

Warning: These formulas only work for annual compounding. For monthly/quarterly compounding, use: FV = P × (1 + r/n)^(n×t), where n = compounding periods per year.


Worked Examples (Step-by-Step)

Example 1 (Easy): Future Value Calculation

Question: You invest $1,000 at an annual interest rate of 5% compounded annually. What is the value after 3 years?

Solution:
1. Identify variables: - P = $1,000 - r = 5% = 0.05 - t = 3 years
2. Apply the formula: FV = 1000 × (1 + 0.05)³
3. Calculate: (1.05)³ = 1.157625 FV = 1000 × 1.157625 = $1,157.63
4. Answer: $1,157.63

Key Rule Applied: FV = P × (1 + r)?


Example 2 (Medium): Solving for Time

Question: How many years will it take for $5,000 to grow to $10,000 at an annual interest rate of 7% compounded annually?

Solution:
1. Identify variables: - P = $5,000 - FV = $10,000 - r = 7% = 0.07
2. Rearrange the formula to solve for t: 10,000 = 5,000 × (1.07)? 2 = (1.07)?
3. Take the natural logarithm (ln) of both sides: ln(2) = t × ln(1.07) t = ln(2) / ln(1.07)
4. Calculate: ln(2)-0.6931 ln(1.07)-0.0677 t-0.6931 / 0.0677-10.24 years
5. Answer: ~10.24 years (or 10 years and 3 months).

Key Rule Applied: Logarithmic rearrangement of FV = P × (1 + r)?.


Example 3 (Hard): Comparing Simple vs. Compound Interest

Question: You deposit $2,000 in an account. Bank A offers 6% simple interest. Bank B offers 5% compound interest annually. Which bank gives more money after 10 years, and by how much?

Solution:
1. Bank A (Simple Interest): Simple Interest = P × r × t = 2000 × 0.06 × 10 = $1,200 FV = P + Interest = 2000 + 1200 = $3,200
2. Bank B (Compound Interest): FV = 2000 × (1 + 0.05)^10 (1.05)^10-1.62889 FV-2000 × 1.62889-$3,257.79
3. Comparison: Bank B > Bank A by $3,257.79 - $3,200 = $57.79.
4. Answer: Bank B gives $57.79 more after 10 years.

Key Rule Applied: - Simple interest grows linearly. - Compound interest grows exponentially.


Common Exam Traps & Mistakes

Trap Wrong Answer Example Why It’s Wrong Correct Approach
Ignoring compounding frequency Using FV = P × (1 + r × t) for compound interest. This is the simple interest formula. Always use FV = P × (1 + r)? for annual compounding.
Misapplying the Rule of 72 Estimating doubling time as 72 / r for r = 0.05 (5%). The rule uses percentage (5%, not 0.05). Use 72 / 5 = 14.4 years.
Forgetting to subtract P Calculating FV but not FV - P for interest earned. The question asks for interest, not total value. Subtract the principal from FV.
Using the wrong formula for PV Using PV = FV × (1 + r)?. This gives future value, not present. Use PV = FV / (1 + r)?.
Rounding too early Rounding (1.05)^3 to 1.15 before multiplying by P. Loses precision (1.157625 vs. 1.15). Round only at the final step.
Confusing % and decimal Plugging 5% as 5 into the formula. The formula requires 0.05. Convert % to decimal (5% = 0.05).

Shortcut Strategies & Exam Hacks

  1. Rule of 72 for Quick Estimates:
  2. At 8%, money doubles in ~9 years (72/8 = 9).
  3. At 6%, it takes ~12 years (72/6 = 12).
  4. Use this to eliminate wrong options in MCQs.

  5. Pattern Recognition:

  6. If t = 1 year, compound interest = simple interest.
  7. For t > 1, compound interest > simple interest.

  8. Elimination Strategy:

  9. If an MCQ asks for FV and options are: A) $1,100 B) $1,157 C) $1,200 D) $1,300
  10. For P = $1,000, r = 5%, t = 3:

    • Simple interest = $1,150-Eliminate A (too low) and D (too high).
    • Compound interest-$1,157-Choose B.
  11. Memory Aid for Formula:

  12. "Principal times (one plus rate) to the power of time."
  13. Write it as P(1 + r)^t to avoid misplacing parentheses.

Question-Type Taxonomy

Format Example Question Favored By Exams
Direct Calculation "What is the future value of $5,000 at 4% annual interest after 6 years?" GMAT, GRE, banking exams.
Word Problem "A bank offers 3% annual interest. How much must you deposit today to have $10,000 in 5 years?" CFA, CPA, job interviews.
Comparison "Which earns more: 5% simple interest or 4% compound interest over 10 years?" ACCA, FRM, financial modeling.
Logarithmic Solve "How many years to grow $2,000 to $4,000 at 6% annual interest?" Advanced finance exams.

Practice Set (MCQs)

Question 1

You invest $3,000 at an annual interest rate of 8% compounded annually. What is the value after 2 years? A) $3,480 B) $3,499.20 C) $3,500 D) $3,520

Correct Answer: B) $3,499.20 Explanation: FV = 3000 × (1.08)² = 3000 × 1.1664 = $3,499.20. Why Distractors Are Tempting: - A) Uses simple interest ($3,000 + $240 × 2 = $3,480). - C) Rounds (1.08)² to 1.16 (should be 1.1664). - D) Overestimates by using 8% × 2 = 16% ($3,000 × 1.16 = $3,480, then adds $40).


Question 2

How much interest is earned on $1,500 at 6% annual interest compounded annually for 4 years? A) $360 B) $382.03 C) $400 D) $420

Correct Answer: B) $382.03 Explanation: FV = 1500 × (1.06)?-1500 × 1.26248-$1,893.72 Interest = FV - P = 1893.72 - 1500 = $393.72 (closest to B). Why Distractors Are Tempting: - A) Simple interest ($1,500 × 0.06 × 4 = $360). - C) Overestimates by using 6% × 4 = 24% ($1,500 × 0.24 = $360, then adds $40). - D) Uses 7% instead of 6%.


Question 3

What annual interest rate is needed to grow $2,000 to $4,000 in 9 years with annual compounding? A) 6% B) 7% C) 8% D) 9%

Correct Answer: C) 8% Explanation: 4000 = 2000 × (1 + r)? 2 = (1 + r)? (1 + r) = 2^(1/9)-1.08 r-0.08 or 8%. Why Distractors Are Tempting: - A) 6%: (1.06)?-1.689-FV-$3,378 (too low). - B) 7%: (1.07)?-1.838-FV-$3,676 (still too low). - D) 9%: (1.09)?-2.172-FV-$4,344 (too high).


Question 4

You want $10,000 in 5 years. If the bank offers 5% annual interest compounded annually, how much must you deposit today? A) $7,835.26 B) $8,000 C) $8,227.02 D) $9,523.81

Correct Answer: A) $7,835.26 Explanation: PV = 10,000 / (1.05)?-10,000 / 1.27628-$7,835.26. Why Distractors Are Tempting: - B) Uses simple interest logic ($10,000 / 1.25 = $8,000). - C) Overestimates by using (1.05)? instead of (1.05)?. - D) Uses 10,000 / 0.05 = $200,000 (wrong formula).


Question 5

Which investment grows faster: 6% simple interest or 5% compound interest over 20 years? A) 6% simple interest B) 5% compound interest C) They grow equally D) Cannot be determined

Correct Answer: B) 5% compound interest Explanation: - Simple interest: FV = P × (1 + 0.06 × 20) = P × 2.2. - Compound interest: FV = P × (1.05)²?-P × 2.653. Why Distractors Are Tempting: - A) Simple interest seems higher initially (6% vs. 5%). - C) Assumes linear growth = exponential growth (false). - D) Unnecessary hesitation (the math is clear).


30-Second Cheat Sheet

  1. Formula: FV = P × (1 + r)? (annual compounding).
  2. Rule of 72: Years to double-72 / r%.
  3. Simple vs. Compound: Compound grows faster for t > 1 year.
  4. Present Value: PV = FV / (1 + r)?.
  5. Signal Words:
  6. "Compounded annually"-Use the formula.
  7. "How much interest?"-Subtract P from FV.
  8. Traps:
  9. Confusing % and decimal (5% = 0.05).
  10. Rounding too early.
  11. Quick Check: If t = 1, simple = compound.

Learning Path

  1. Day 1 (Foundation):
  2. Memorize the formula FV = P × (1 + r)?.
  3. Work through 5 basic FV/PV problems (use the examples above).
  4. Understand the difference between simple and compound interest.

  5. Day 1 (Core Rules):

  6. Practice the Rule of 72 with 3 examples.
  7. Solve 3 logarithmic problems (e.g., "How many years to double?").
  8. Review the Common Traps section.

  9. Day 2 (Practice):

  10. Complete the Practice Set (MCQs) under timed conditions (1 min per question).
  11. Rework any mistakes using the Worked Examples as a guide.

  12. Day 2 (Timed Drills):

  13. Do 10 mixed problems (FV, PV, time, rate) in 15 minutes.
  14. Focus on Shortcut Strategies (e.g., Rule of 72 for estimates).

  15. Day 2 (Mock Test):

  16. Simulate exam conditions: 5 questions in 10 minutes.
  17. Review answers using the 30-Second Cheat Sheet.

Related Topics

  1. Simple Interest: Often tested alongside compound interest for comparison.
  2. Continuous Compounding: Uses FV = Pe^(rt) (advanced finance exams).
  3. Annuities: Regular payments + compound interest (e.g., mortgages, pensions).