By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
The time value of money (TVM) is the principle that money available today is worth more than the same amount in the future due to its potential earning capacity. You use it to compare financial opportunities, assess investments, or decide whether to take a lump sum now or payments later.
Ignoring TVM leads to poor financial choices—like accepting a $10,000 payment in 5 years instead of $8,000 today, even if inflation and opportunity cost make the future amount worth less.
The current worth of a future sum of money, discounted at a specific rate. - Formula: PV = FV / (1 + r)^n - FV = Future Value - r = Discount rate (e.g., interest rate, expected return) - n = Number of periods (years, months, etc.)
PV = FV / (1 + r)^n
FV
r
n
The value of a current sum of money at a future date, given a specific rate of return. - Formula: FV = PV × (1 + r)^n
FV = PV × (1 + r)^n
The rate used to "discount" future cash flows to present value. It reflects: - Opportunity cost (what you could earn elsewhere). - Risk (higher risk = higher discount rate). - Inflation (money loses purchasing power over time).
FV = PV × (1 + r × n)
A series of equal payments over time (e.g., mortgages, pensions). - Present Value of an Annuity (PVA): PVA = PMT × [1 - (1 + r)^-n] / r - PMT = Payment per period - Future Value of an Annuity (FVA): FVA = PMT × [(1 + r)^n - 1] / r
PVA = PMT × [1 - (1 + r)^-n] / r
PMT
FVA = PMT × [(1 + r)^n - 1] / r
Example Scenario: - You’re offered $10,000 in 5 years. What’s it worth today if you could earn 6% annually elsewhere? - PV = 10,000 / (1 + 0.06)^5-$7,472.58 - Interpretation: $10,000 in 5 years is equivalent to ~$7,473 today.
PV = 10,000 / (1 + 0.06)^5-$7,472.58
Scenario: You’re promised $15,000 in 10 years. What’s it worth today if you could earn 7% annually?
FV = $15,000
r = 7%
0.07
n = 10 years
n = 10
Plug into the PV formula: PV = 15,000 / (1 + 0.07)^10
PV = 15,000 / (1 + 0.07)^10
Calculate:
(1 + 0.07)^10-1.967
PV-15,000 / 1.967-$7,625.83
Interpretation:
excel =PV(rate, nper, pmt, [fv], [type])
=PV(0.07, 10, 0, -15000)
$7,625.83
excel =FV(rate, nper, pmt, [pv], [type])
=FV(0.07, 10, 0, -7626)
$15,000
FV = PV × (1 + r/12)^(n×12)
FV = 1000 × (1 + 0.06/12)^(5×12)-$1,348.85
Real Rate-Nominal Rate - Inflation Rate
PVA
PV
"Assumptions: 8% discount rate, annual compounding, 5-year horizon."
Python Example (Calculating PV):
def present_value(fv, rate, periods): return fv / (1 + rate) periods # Example: $15,000 in 10 years at 7% pv = present_value(15000, 0.07, 10) print(f"Present Value: ${pv:.2f}") # Output: $7,625.83
PV = 200,000 / (1 + 0.15)^5-$99,435
0.10 × 99,435-$9,944
368 × 60 = $22,080
608 × 36 = $21,888
FVA
FVA = PMT × [(1 + r/12)^(n×12) - 1] / (r/12)
PMT = 1,000,000 × (0.07/12) / [(1 + 0.07/12)^(30×12) - 1]-$892/month
You’re offered $5,000 today or $6,000 in 3 years. If you can earn 5% annually on your money, which option has a higher present value? - A) $5,000 today - B) $6,000 in 3 years - C) They are equal - D) Cannot be determined
Correct Answer: A) $5,000 today Explanation: - PV of $6,000 in 3 years: 6,000 / (1 + 0.05)^3-$5,183 - $5,000 today is worth more than $5,183 in 3 years. Why the Distractors Are Tempting: - B) Assumes future money is worth the same as today (ignores TVM). - C) Incorrectly assumes the two options are equivalent. - D) The information is sufficient to calculate PV.
6,000 / (1 + 0.05)^3-$5,183
You invest $1,000 at 8% annual interest, compounded quarterly. What is the future value after 5 years? - A) $1,469.33 - B) $1,485.95 - C) $1,500.00 - D) $1,586.87
Correct Answer: B) $1,485.95 Explanation: - Quarterly rate: 0.08 / 4 = 0.02 - Number of periods: 5 × 4 = 20 - FV = 1,000 × (1 + 0.02)^20-$1,485.95 Why the Distractors Are Tempting: - A) Uses annual compounding: 1,000 × (1 + 0.08)^5-$1,469.33. - C) Uses simple interest: 1,000 × (1 + 0.08 × 5) = $1,400 (then rounded up). - D) Uses monthly compounding: 1,000 × (1 + 0.08/12)^60-$1,489.85 (close but not quarterly).
0.08 / 4 = 0.02
5 × 4 = 20
FV = 1,000 × (1 + 0.02)^20-$1,485.95
1,000 × (1 + 0.08)^5-$1,469.33
1,000 × (1 + 0.08 × 5) = $1,400
1,000 × (1 + 0.08/12)^60-$1,489.85
A company promises to pay you $10,000/year for 5 years. If the discount rate is 6%, what is the present value of this annuity? - A) $42,123.64 - B) $37,907.87 - C) $50,000.00 - D) $44,651.06
Correct Answer: A) $42,123.64 Explanation: - Use the PVA formula: PVA = PMT × [1 - (1 + r)^-n] / r - PVA = 10,000 × [1 - (1 + 0.06)^-5] / 0.06-$42,123.64 Why the Distractors Are Tempting: - B) Uses the wrong formula (e.g., PV of a single sum). - C) Ignores discounting (sum of payments: 10,000 × 5 = $50,000). - D)
PVA = 10,000 × [1 - (1 + 0.06)^-5] / 0.06-$42,123.64
10,000 × 5 = $50,000
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.