By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Capital investment decisions determine whether a business should spend money on long-term assets (e.g., machinery, automation systems, AI models, or robotics). These methods—NPV, IRR, Payback, Discounted Payback, Sensitivity Analysis, and Real Options—help quantify financial viability, risk, and flexibility in projects.
Why use it today?Businesses automate, digitize, and scale faster than ever. Without structured analysis, you risk wasting capital on projects that look good on paper but fail in reality. These methods ensure you invest in the right technology at the right time.
Money today is worth more than the same amount in the future due to: - Inflation (purchasing power erodes).- Opportunity cost (you could invest elsewhere).- Risk (future cash flows are uncertain).
Key implication: Always discount future cash flows to present value (PV) before comparing investments.
Traditional methods assume fixed decisions. Real options account for flexibility: - Expand (scale up if successful).- Abandon (shut down if failing).- Delay (wait for better conditions).
What it does: Calculates the present value of all cash flows (inflows - outflows) and subtracts the initial investment.
Formula:
NPV = Σ [CFₜ / (1 + r)ᵗ] - Initial Investment
CFₜ
r
t
Decision rule:- NPV > 0 → Accept (project adds value).- NPV < 0 → Reject (project destroys value).- NPV = 0 → Indifferent (earns exactly the discount rate).
Example:- Initial investment: $100,000 - Year 1: $40,000 - Year 2: $50,000 - Year 3: $30,000 - Discount rate: 10%
NPV = [40,000/(1.1)¹ + 50,000/(1.1)² + 30,000/(1.1)³] - 100,000 = [36,364 + 41,322 + 22,539] - 100,000 = 100,225 - 100,000 = $225 (Accept)
What it does: Finds the discount rate that makes NPV = 0. It’s the project’s expected annual return.
Decision rule:- IRR > Required rate of return (r) → Accept.- IRR < r → Reject.
How to calculate:- Use Excel (=IRR(values)) or a financial calculator.- For the example above, IRR ≈ 10.1% (slightly better than the 10% discount rate).
=IRR(values)
Limitations:- Multiple IRRs: If cash flows change signs (e.g., +, -, +), IRR may give multiple solutions.- Reinvestment assumption: IRR assumes cash flows are reinvested at the IRR, which is often unrealistic.
What it does: Measures how long it takes to recover the initial investment.
Decision rule:- Shorter payback = Better (less risk).- Many firms set a maximum payback threshold (e.g., 3 years).
Example:- Initial investment: $100,000 - Year 1: $40,000 - Year 2: $50,000 - Year 3: $30,000
Cumulative cash flows:- Year 1: $40,000 - Year 2: $90,000 ($40K + $50K) - Year 3: $120,000 ($90K + $30K)
Payback period = 2 years + ($10,000 / $30,000) = 2.33 years
Limitations:- Ignores cash flows after payback.- Doesn’t account for TVM.
What it does: Like payback, but discounts cash flows to present value.
Example (same as above, r = 10%):- Year 1: $40,000 / 1.1 = $36,364 - Year 2: $50,000 / 1.21 = $41,322 - Year 3: $30,000 / 1.331 = $22,539
Cumulative discounted cash flows:- Year 1: $36,364 - Year 2: $77,686 ($36,364 + $41,322) - Year 3: $100,225 ($77,686 + $22,539)
Discounted payback = 2 years + ($22,314 / $22,539) ≈ 2.99 years
Why use it?- More accurate than simple payback (accounts for TVM).- Still ignores cash flows after recovery.
What it does: Tests how changes in key variables (e.g., sales volume, costs, discount rate) affect NPV or IRR.
How to perform:1. Identify critical variables (e.g., unit price, labor cost, project lifespan).2. Vary each by ±10%, ±20% and recalculate NPV/IRR.3. Plot results (e.g., tornado diagram).
Example:| Variable | Base Case NPV | +10% NPV | -10% NPV | |----------------|---------------|----------|----------| | Unit Price | $225 | $500 | -$50 | | Labor Cost | $225 | $150 | $300 | | Discount Rate | $225 | $100 | $350 |
Insight: NPV is most sensitive to unit price. Focus on sales forecasts.
Tools:- Excel (Data Table, Goal Seek).- Python (numpy, matplotlib for visualization).
Data Table
Goal Seek
numpy
matplotlib
What it does: Values flexibility in investment decisions (e.g., delaying, expanding, or abandoning a project).
Common types:| Option | Example | |-----------------|------------------------------------------| | Expand | Scale up a robotics line if demand grows.| | Abandon | Shut down an AI project if accuracy is low.| | Delay | Wait for cheaper sensors before automating.| | Switch | Repurpose a 3D printer for new materials.|
How to value:1. Binomial option pricing (simplified model).2. Black-Scholes (for financial options, adapted for real assets).3. Decision trees (for sequential choices).
Example:- Project cost: $1M - NPV (no flexibility): $200K - Option to expand (50% chance): +$500K - Option to abandon (30% chance): -$200K
Expected value with options = $200K + 0.5$500K - 0.3$200K = $390K
Tools:- Excel (Real Options Valuation add-ins).- Python (Pyomo for optimization).
Real Options Valuation
Pyomo
B2:B5: -100000, 40000, 50000, 30000
Calculate NPV:
=NPV(10%, B3:B5) + B2 (Excel’s NPV function excludes the initial investment).
=NPV(10%, B3:B5) + B2
Calculate IRR:
=IRR(B2:B5)
Interpret results:
Cash Flow * (1 - Tax Rate)
Project Name: Initial Investment: Discount Rate: Year 1-5 Cash Flows: NPV: IRR: Payback Period: Sensitivity Analysis (Key Variables): Real Options:
A company evaluates two projects: - Project A: NPV = $500K, IRR = 18% - Project B: NPV = $400K, IRR = 22%
The projects are mutually exclusive, and the company’s discount rate is 15%. Which project should it choose?
Options:A) Project A, because it has a higher NPV.B) Project B, because it has a higher IRR.C) Neither, because both IRRs exceed the discount rate.D) Both, because they are independent.
Correct Answer: A) Project A, because it has a higher NPV.
Explanation:For mutually exclusive projects, NPV is the primary decision criterion because it measures absolute value creation. IRR can be misleading when projects differ in scale or timing.
Why the Distractors Are Tempting:- B) IRR is intuitive ("higher return = better"), but it ignores project size.- C) While both
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.