Sunshine Smoothies Company (SSC) manufactures and distributes smoothies. SSC is considering the development of a new line of high-protein energy smoothies. SSC\’s CFO has collected the following information regarding the proposed project, which is expected to last 3 years: What is the project\’s expected NPV and IRR? Round your answers to 2 decimal places. Do not round your intermediate calculations.SSC is considering another project: the introduction of a \”weight loss\” smoothie. The project would require a $3 million investment outlay today (t = 0). The after-tax cash flows would depend on whether the weight loss smoothie is well received by consumers. There is a 40% chance that demand will be good, in which case the project will produce after-tax cash flows of $2.2 million at the end of each of the next 3 years. There is a 60% chance that demand will be poor, in which case the after-tax cash flows will be $0.52 million for 3 years. The project is riskier than the firm\’s other projects, so it has a WACC of 11%. The firm will know if the project is successful after receiving the cash flows the first year, and after receiving the first year\’s cash flows it will have the option to abandon the project. If the firm decides to abandon the project the company will not receive any cash flows after t = 1, but it will be able to sell the assets related to the project for $2.8 million after taxes at t = 1. Assuming the company has an option to abandon the project, what is the expected NPV of the project today? Round your answer to 2 decimal places. Do not round your intermediate calculations. Use the values in \”millions of dollars\” to ascertain the answer. $ millions of dollars
Last Completed Projects
topic title | academic level | Writer | delivered |
---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });