By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Corporate finance is the discipline of managing a company’s money to maximize shareholder value. You use it to decide how to fund operations, invest in growth, and return profits to owners—whether you’re a startup founder, CFO, or small-business owner.
Every business decision—hiring, expansion, product launches—boils down to money. Corporate finance provides the tools to: - Avoid bankruptcy by ensuring cash flow covers obligations.- Grow sustainably by choosing the right projects and funding sources.- Outperform competitors by allocating capital more efficiently.- Attract investors with clear financial plans and metrics.
Without it, companies either hoard cash (missing opportunities) or overspend (risking collapse).
Corporate finance revolves around three key decisions: - Investment (Capital Budgeting): What projects should we fund? - Use tools like NPV (Net Present Value) and IRR (Internal Rate of Return) to evaluate opportunities. - Example: Should you buy a new machine or lease it? Calculate the NPV of both options.- Financing (Capital Structure): How do we pay for it? - Choose between debt (loans, bonds) and equity (selling shares). - Debt is cheaper but risky (fixed payments); equity dilutes ownership but has no repayment obligation.- Dividends & Share Buybacks: How do we return profits to shareholders? - Pay dividends (cash to shareholders) or buy back shares (boosting stock price). - Tax implications and investor expectations matter here.
A dollar today is worth more than a dollar tomorrow because of inflation and opportunity cost.- Present Value (PV): What future cash flows are worth today. - Formula: PV = FV / (1 + r)^n (where FV = future value, r = discount rate, n = periods).- Future Value (FV): What today’s money will grow to. - Formula: FV = PV * (1 + r)^n.- Why it matters: TVM underpins NPV, IRR, and loan amortization.
PV = FV / (1 + r)^n
FV
r
n
FV = PV * (1 + r)^n
The minimum return a company must earn to satisfy investors.- Weighted Average Cost of Capital (WACC): Blends the cost of debt and equity. - Formula: WACC = (E/V * Re) + (D/V * Rd * (1 - T)) - E = Equity value, D = Debt value, V = Total value (E + D). - Re = Cost of equity (e.g., CAPM), Rd = Cost of debt, T = Tax rate.- Why it matters: WACC is the hurdle rate for projects. If a project’s IRR > WACC, it’s worth pursuing.
WACC = (E/V * Re) + (D/V * Rd * (1 - T))
E
D
V
Re
Rd
T
Three key statements: 1. Income Statement: Revenue - Expenses = Profit.2. Balance Sheet: Assets = Liabilities + Equity.3. Cash Flow Statement: Operating, Investing, and Financing cash flows.
Key Ratios:| Ratio | Formula | What It Measures | |---------------------|----------------------------------|--------------------------------------| | Current Ratio | Current Assets / Current Liabilities | Short-term liquidity | | Debt-to-Equity | Total Debt / Total Equity | Leverage (how much debt vs. equity) | | ROE | Net Income / Shareholders’ Equity | Profitability relative to equity | | P/E Ratio | Stock Price / Earnings per Share | Valuation (is the stock overpriced?) |
Corporate finance is a cycle of decisions that starts with strategy and ends with execution:
Example:- A retail chain wants to open 10 new stores.- Step 1: Estimate cash flows (revenue, costs) for each store.- Step 2: Calculate NPV (e.g., Store A: +$500K, Store B: -$200K).- Step 3: Fund Store A with a mix of debt (60%) and equity (40%).- Step 4: Track sales vs. projections; close underperforming stores.
Scenario: You’re evaluating a 3-year project with: - Initial cost: $10,000 - Year 1 cash flow: $4,000 - Year 2 cash flow: $5,000 - Year 3 cash flow: $3,000 - Discount rate (WACC): 10%
Steps:1. List cash flows: - Year 0: -$10,000 - Year 1: $4,000 - Year 2: $5,000 - Year 3: $3,000
4000 / (1 + 0.10)^1 = $3,636
5000 / (1 + 0.10)^2 = $4,132
Year 3: 3000 / (1 + 0.10)^3 = $2,254
3000 / (1 + 0.10)^3 = $2,254
Sum PVs and subtract initial cost:
NPV = 3,636 + 4,132 + 2,254 - 10,000 = $22
Expected Outcome:- NPV = $22 (positive = accept the project).- If NPV were negative, reject it.
Excel Shortcut:
=NPV(10%, 4000, 5000, 3000) - 10000
Scenario: A company has: - Market value of equity (E): $60M - Market value of debt (D): $40M - Cost of equity (Re): 12% - Cost of debt (Rd): 6% - Tax rate (T): 25%
Steps:1. Calculate weights: - Total value (V) = E + D = $100M - Weight of equity (E/V) = 60/100 = 0.6 - Weight of debt (D/V) = 40/100 = 0.4
WACC = (0.6 * 12%) + (0.4 * 6% * (1 - 0.25)) = 7.2% + 1.8% = 9%
Expected Outcome:- WACC = 9% (use this as the discount rate for NPV).
numpy
When to Use What:- Startups: Excel + QuickBooks.- Public companies: Bloomberg/CapIQ + Python.- Freelancers: Google Sheets + Xero.
A company is evaluating two projects: - Project A: NPV = $500, IRR = 15% - Project B: NPV = $400, IRR = 20% Which project should it choose if the WACC is 12%?
Options:A) Project A because it has a higher NPV.B) Project B because it has a higher IRR.C) Neither; both are acceptable.D) Project A only if it has lower risk.
Correct Answer: A) Project A because it has a higher NPV.Explanation: NPV is the gold standard for project selection because it measures absolute value added. IRR can be misleading for mutually exclusive projects.Why the Distractors Are Tempting:- B) IRR is intuitive ("higher return = better"), but it ignores scale (Project B might be smaller).- C) Both are acceptable, but you can’t fund both if they’re mutually exclusive.- D) Risk is already factored into WACC; NPV accounts for it.
A startup has: - $1M in equity (cost = 15%) - $500K in debt (cost = 5%, tax rate = 20%) What is its WACC?
Options:A) 10.0% B) 11.7% C) 12.5% D) 13.3%
Correct Answer: B) 11.7% Explanation:- Weights: Equity = 2/3, Debt = 1/3.- After-tax cost of debt = 5% * (1 - 0.20) = 4%.- WACC = (2/3 * 15%) + (1/3 * 4%) = 10% + 1.7% = 11.7%.Why the Distractors Are Tempting:- A) Ignores the tax shield on debt.- C) Uses pre-tax cost of debt (5% instead of 4%).- D) Miscalculates weights (e.g., assumes 50/50 split).
A project costs $10,000 today and will generate $3,000/year for 5 years. If the discount rate is 10%, what is the NPV?
Options:A) -$1,326 B) $1,372 C) $2,372 D) $3,000
Correct Answer: B) $1,372 Explanation:- PV of cash flows = $3,000 * (1 - (1 + 0.10)^-5) / 0.10 = $11,372.- NPV = $11,372 - $
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.