(NPV with varying required rates of return)
Gubanich Sportswear is considering building a new factory to produce aluminum baseball bats. This project would require an initial cash outlay of $6,000,000 and would generate annual free cash inflows of $1,000,000 per year for 6 years. Calculate the project's NPV given:
a. A required rate of return of 8 percent
b. A required rate of return of 10 percent
c. A required rate of return of 14 percent
d. A required rate of return of 17 percent
In: Finance
• In this script, write MATLAB code to create an array A of size 100 × 3. The first column should contain random numbers between 0 and 10. The second column should also contain random numbers between 0 and 10. The third column should contain random integers between 20 and 50. The first two columns represent the x and y coordinates of a map, respectively. The third column represents the height of buildings. For example, if the first row of A is equal to [3.4 4.5 28], this means that there is a building of height 28 at location (3.4, 4.5) in the map. Because array A has 100 rows, there will be 100 buildings located at random points in the map. • Then, save array A in a file using the MATLAB function save. You may select the name of the file yourselves. • Then, plot the first column of array A vs the second column of array A, using ‘*’ (i.e., the points will be plotted as stars) so that you can see the 100 locations of the buildings. • Finally, after you save the array, clear all variables by placing a clear all at the end of the MATLAB script. • In this script, write MATLAB code to first read the file that you saved in Part A. To read the file, use the MATLAB function load. After you read the file, array A should again become available to you. • Then, write code to move the data from array A to a cell array C of size 10 × 10 in the following way: ◦ The element C{1,1} in C should be an array containing all building heights with x coordinates between 0 and 1 AND y coordinates between 0 and 1. ◦ The element C{2,1} in C should be an array containing all building heights with x coordinates between 1 and 2 AND y coordinates between 0 and 1. ◦ The element C{1,2} in C should be an array containing all building heights with x coordinates between 0 and 1 AND y coordinates between 1 and 2. ◦ The element C{2,2} in C should be an array containing all building heights with x coordinates between 1 and 2 AND y coordinates between 1 and 2. ◦ The element C{3,2} in C should be an array containing all building heights with x coordinates between 2 and 3 AND y coordinates between 1 and 2.
In: Computer Science
Please find the correct option.(A-B-C-D)
A gas turbine power plant operates on a simple Brayton cycle with a pressure ratio of 8. Air enters the compressor with 37 degrees Celsius and 100 kPa pressure. The highest temperature of the cycle is 900K. The compressor and turbine are isentropic and their efficiency is 90% and 80% respectively. The properties of air will be assumed to be constant as Cv = 0.718 kj/kgK, Cp = 1.005 kj/kgK and R = 0.287 kj/kg, k = 1.4. Since the flow rate of the air entering the cycle is 1000kg / h, what is the net power of the cycle?
A-) 8
B-) 83
C-) 140
D-) 43
In: Mechanical Engineering
QUESTION 2 You are developing an online quiz web application and you have been asked to design a JSON file for creating a TestBank. You need to design the JSON file for storing some multiple choice questions/answers. Here is an example of sample data which you need to convert it into JSON Q) 5 + 7 * 2 = ? a) 14 b) 12 c) 24 d) 19 ANS: d Answer the following questions: 1) How do you design the JSON file? Create the JSON file (for 5 sample test-questions) and validate it. 2) Develop a jQuery program which displays all questions, their multiple options, and the right answer.
In: Computer Science
Explain how financial distress cost is useful in explaining low leverage puzzle and the heterogeneity of leverages across the different industries.
In: Finance
In: Operations Management
Using the Accra Institute Technology Wifi for Students as an example, explain the challenge(s) you face while accessing it, explain why the challenge(s) exist(s) and explain what you think could be done to fix the challenge(s).
In: Computer Science
In: Operations Management
(Payback period, NPV, PI, and IRR calculations) You are considering a project with an initial cash outlay of $85,000 and expected free cash flows of $25,000 at the end of each year for 6 years. The required rate of return for this project is 9 percent. a. What is the project's payback period? b. What is the project's NPV? c. What is the project's PI? d. What is the project's IRR?
In: Finance
eBook A project has annual cash flows of $3,000 for the next 10 years and then $11,000 each year for the following 10 years. The IRR of this 20-year project is 11%. If the firm's WACC is 9%, what is the project's NPV? Do not round intermediate calculations. Round your answer to the nearest cent.
In: Finance
Using Java, write code as follows:
Create the appropriate accessors and mutators for both variables.
When a ListOfItems is created, create a new Node and set both the head and the tail to refer to it. The first time that the “add” method is called, add the Object to the head node and increment size from 0 to 1 Each time add is called after that, follow this algorithm:
Also provide an implementation for the get method. This will require you to start at the head and use the getNext method to count the appropriate number of nodes in the list before returning the item at the specified index using its getItem method.
In: Computer Science
Discuss the pricing basis on which divisions should offer to transfer goods in order that corporate profit-maximizing decisions should take place.
Word count for this discussion response - 150 words maximum
In: Accounting
A loan of $12,000 is being repaid with payments of $1,500 at the end of each year for 10 years. These payments can earn interest at an effective rate of 6% per annum. At the end of the year, this interest is reinvested at the annual effective rate 5% for the first 6 years and only 4% for the second 4 years. Find the yield rate over the 10-year period.
In: Finance
Write 3 topics related to organizational dynamics and for each topic that summarizes why they interest you.
In: Psychology
Give a marketing example of each component of marketing design:
In: Operations Management