To solve the given problem, we need to calculate the Internal Rate of Return (IRR) and the Net Present Value (NPV) for both projects using the provided cash flows.
a. IRR Calculation: The IRR is the discount rate that makes the NPV of all cash flows from a particular project equal to zero. We will use Python's financial library to compute the IRR for each project.
b. NPV Calculation: The NPV is calculated by discounting all future cash flows back to the present value using the given discount rate of 5.1%. We will use Python to compute the NPV for each project.
The Internal Rate of Return (IRR) is the discount rate that makes the Net Present Value (NPV) of all cash flows from a particular project equal to zero. For Project A, the cash flows are:
- Year 0: \(-\$48\) million
- Year 1: \(\$26\) million
- Year 2: \(\$20\) million
- Year 3: \(\$21\) million
- Year 4: \(\$12\) million
The IRR is found by solving the equation:
\[
0 = -48 + \frac{26}{(1 + r)^1} + \frac{20}{(1 + r)^2} + \frac{21}{(1 + r)^3} + \frac{12}{(1 + r)^4}
\]
Using a financial calculator or software to solve for \(r\), we find:
\[
\text{IRR for Project A} = 26.65\%
\]
For Project B, the cash flows are:
- Year 0: \(-\$100\) million
- Year 1: \(\$21\) million
- Year 2: \(\$40\) million
- Year 3: \(\$50\) million
- Year 4: \(\$59\) million
The IRR is found by solving the equation:
\[
0 = -100 + \frac{21}{(1 + r)^1} + \frac{40}{(1 + r)^2} + \frac{50}{(1 + r)^3} + \frac{59}{(1 + r)^4}
\]
Using a financial calculator or software to solve for \(r\), we find:
\[
\text{IRR for Project B} = 21.19\%
\]
The NPV is calculated using the formula:
\[
\text{NPV} = \sum_{t=0}^{n} \frac{C_t}{(1 + r)^t}
\]
For Project A, with a discount rate of \(5.1\%\):
\[
\text{NPV} = -48 + \frac{26}{(1 + 0.051)^1} + \frac{20}{(1 + 0.051)^2} + \frac{21}{(1 + 0.051)^3} + \frac{12}{(1 + 0.051)^4}
\]
Calculating each term:
\[
= -48 + \frac{26}{1.051} + \frac{20}{1.1046} + \frac{21}{1.1608} + \frac{12}{1.2190}
\]
\[
= -48 + 24.7393 + 18.1087 + 18.0914 + 9.8432
\]
\[
= 22.7826
\]
Rounding to two decimal places:
\[
\text{NPV for Project A} = \$22.75 \text{ million}
\]
- The IRR for Project A is \(\boxed{26.65\%}\).
- The IRR for Project B is \(\boxed{21.19\%}\).
- The NPV for Project A at a discount rate of 5.1% is \(\boxed{\$22.75 \text{ million}}\).