You are considering making a movie. The movie is expected to cost $ 10.9 million upfront and take a year to make. After that, it is expected to make $ 4.8 million in the first year it is released (end of year 2) and $ 1.8 million for the following four years (end of years 3 through 6) . What is the payback period of this investment? If you require a payback period of two years, will you make the movie? What is the NPV of the movie if the cost of capital is 10.5 % ? According to the NPV rule, should you make this movie? What is the payback period of this investment?
In: Finance
How is a const pointer similar and different from a reference variable? And please give a good example.
Please help! Thank you!
In: Computer Science
Based on the reading of Chronic offending and overall crime patterns, answer the following:
a. What if the justice system was able to identify chronic offenders at a very young age?
b. What kinds of policies could be enacted to reduce crime?
c. Are there any concerns that could be raised by these policies?
In: Psychology
There are two business deals:The business deal A reveals that you have to invest$250,000today. After that you will get $75,000in a year, $75,000in two years, $100,000 in three years, and $100,000in four years. On the other hand, another business deal B has the$300,000initially investment. After that you will get $75,000 in a year,$75,000 in two years, $100,000 in three years, and $150,000 in four years.Please respond to the following questions:
a)If the current interest rate is 10% APR, what is the Present Value of each business deal?(2ptseach)
b)Which business deal will you take?(2 pts)Why?(2pts
In: Operations Management
Eugene and Karen want to retire in 20 years. Both make good money, and want to put aside enough funds for a comfortable retirement. Their current household expenditures (excluding savings) are about $75,000 a year, and they expect to spend about 125% of that in retirement (125% equals a multiplier factor of 1.25.) They estimate their combined Social Security benefits will equal $20,000 a year in today’s dollars and that they’ll receive another combined $35,000 yearly from their company pension plans. They believe future inflation will be about 3% a year, that they’ll be able to earn about 12% on their investments before retirement, and about 8% afterward. Determine how big their investment nest egg will have to be and how much they’ll have to save yearly to accumulate the needed amount within the next 20 years.
PROJECTING RETIREMENT INCOME AND INVESTMENT NEEDS |
|||||||||||
Name(s) |
Eugene & Karen |
Date |
|||||||||
I. |
Estimated Household Expenditures in Retirement: |
||||||||||
A. |
Approximate number of years to retirement |
||||||||||
B. |
Current level of annual household expenditures, excluding savings |
$ |
|||||||||
C. |
Estimated household expenses in retirement as a percent of current |
||||||||||
expenses |
% |
||||||||||
D. |
Estimated annual household expenditures in retirement (B × C) |
$ - |
|||||||||
II. |
Estimated Income in Retirement: |
||||||||||
E. |
Social security, annual income |
$ |
|||||||||
F. |
Company/employer pension plans, annual amounts |
$ |
|||||||||
G. |
Other sources, annual amounts |
$ |
|||||||||
H. |
Total annual income (E + F + G) |
$ - |
|||||||||
I. |
Additional required income, or annual shortfall (D - H) |
$ - |
|||||||||
III. |
Inflation Factor: |
||||||||||
J. |
Expected average annual rate of inflation over the period to retirement |
% |
|||||||||
K. |
Inflation factor (in Appendix A): |
Based on |
years to |
||||||||
retirement (A) and an expected average |
|||||||||||
annual rate of inflation (J) of |
|||||||||||
L. |
Size of inflation-adjusted annual shortfall (I × K) |
$ - |
|||||||||
IV. |
Funding the Shortfall: |
||||||||||
M. |
Anticipated return on assets held after retirement |
% |
|||||||||
N. |
Amount of retirement funds required—size of nest egg (L ÷ M) |
$ - |
|||||||||
O. |
Expected rate of return on investments prior to retirement |
% |
|||||||||
P. |
Compound interest factor (in Appendix B): |
||||||||||
Based on |
years to retirement (A) and an expected rate of return |
||||||||||
on investments of |
|||||||||||
Q. |
Annual savings required to fund retirement nest egg (N ÷ P) |
$ - |
|||||||||
Note: Parts I and II are prepared in terms of current (today’s) dollars. |
In: Finance
Nature of funding for sex research? Be familiar with Kinsey’s publications. What was the focus of Kinsey’s research? Limitations of his research approach? How does it differ from Kinsey institute’s current approach? Nature of his research bias?
In: Psychology
Analyze Burger King when compared to its competitors in terms of its competitive priorities. Provide one recommendation on how they can change/improve.
(Grading will be based on usage of correct terminology and accuracy of analysis)
In: Operations Management
C++ language
Briefly explain and write the pseudocode to delete an element from the red-black tree. Include all cases for full credit.
In: Computer Science
This is a question about C# programming:
True / False questions:
for (int i=5; i < 55; i+=5)
{ decimal decPrcPerGal = decGalPrc + i;
decPayPrc = iBuyGall * decPrcPerGal;
if (decPrcPerGal > decMAX_GALPRC) { continue; }
if (decPrcPerGal > decMAX_GALPRC) { break; }
Console.WriteLine(" {1} gallon(s) at {0,3} would cost
{2,8:$###,##0.00}", decPrcPerGal, iBuyGall, decPayPrc);
}
In the code above:
1. If decGalPrc is 10.57 decPrcPerGal will always be
some number of dollars and 57 cents True/ False?
2. In some cases, the loop’s code block will run several times
without showing anything on the console True/ False?
3. Removing only the code if (decPrcPerGal > decMAX_GALPRC) {
continue; } would change the output of the program
True/ False?
4. Removing only the code if (decPrcPerGal > decMAX_GALPRC) {
break; } would change the output of the program True/ False?
5. Removing the code if (decPrcPerGal > decMAX_GALPRC) {
continue; } Would allow the program to avoid performing some
unnecessary steps True/ False?
In: Computer Science
Marketing is perhaps the most difficult of business disciplines to define. It is also one of the most critical to long-run success given its underlying goal of ensuring demand for products and services while maximizing profitability. To help you not just survive, but to thrive amidst the uncertainties of an increasingly frenetic business climate, I have focused this course in a way to give you a broad understanding of hospitality sales and marketing fundamentals, strategies and tactics designed to ensure that long-run success. The primary goal of this course is to help students see and appreciate the marketplace and its many opportunities.
The Question:
Do you feel that you are leaving here better equipped to thrive and
succeed "in the marketplace"? Please elaborate and explain.
In: Operations Management
What additional costs might bribery impose on a company beyond the amount of the payment? Explain whether or not the costs that bribery also imposes on a country should be the responsibility of the company paying the bribe.
In: Operations Management
In Java
1a. Declare a legal identifier for a variable called test as type double.
1b. Create an if.. else statement that will display You get an A if grade is at least 95 else it will display Maybe you get an A next time
In: Computer Science
(Cost of debt) Temple-Midland, Inc. is issuing a $1,000 par value bond that pays 8.1% annual interest and matures in 15 years. Investors are willing to pay $948 for the bond and Temple faces a tax rate of 32%. What is Temple's after-tax cost of debt on the bond?
In: Finance
Blore Inc., a U.S.-based MNC, has screened several targets. Based on economic and political considerations, only one eligible target remains in Malaysia. Blore would like you to value this target and has provided you with the following information:
In: Finance
For this assignment, create a presentation in PowerPoint, or other presentation software, that discusses the following:
A family member asks what kind of printer they should get for their home system. In a presentation, go over the different options they may have and how it would work for them. What questions should you ask them so you can formulate an adequate answer? Don't forget online options (cloud printing) for the answers you give. Also, give a best guess at cost for them to purchase and run the printer for a period of a year.
This assignment should be a minimum of 10 slides in length (not counting title or references slides)
In: Computer Science