Back at Attaway Airlines, the morning meeting ended with no agreement between Dan Esposito and Molly Kinnon. In fact, a new issue arose. Molly now says that the new accounting system is entitled to the highest priority because the federal government soon will require the reporting of certain types of company-paid health insurance premiums. Because the current system will not handle this report, she insists that the entire accounting system is a nondiscretionary project. As you might expect, Dan is upset. Can part of a project be nondiscretionary? What issues need to be discussed? The committee meets again tomorrow, and the members will look to you, as the IT director, for guidance.
In: Computer Science
1. The face value for Karen’s Limited bonds is $100,000 and has a 2 percent annual coupon. The percent annual coupon bonds matures in 2022, and it is now 2012. Interest on these bonds is paid annually on December 31 of each year, and new annual coupon bonds with similar risk andmaturity are currently yielding 12 percent. How much should Karen sell her bonds today?
2. What is the semi-annual coupon bond’s nominal yield to maturity (YTM), if the years to maturity is 15 years, and sells for 119% with coupons rate of 10%? Assume the par value of the bond is $1,000.
3. MJI Corporation bonds mature in 6 years and have a yield to maturity of 8.5 percent. The par value of the bonds is $1,000. The bonds have a 10 percent coupon rate and pay interest on a semi-annual basis. Assuming there are no changes to interest rates during the course of the year, what are the current yield and capital gains yield on the bonds for this year?
In: Finance
Identify a company that you think its marketing activity involves an ethical issue. The company can be local or foreign. The marketing ethical issue should be recent (2016-present) and the information should be publicly available. You are required to use relevant information to perform a critical analysis of the ethical issue from a marketing perspective.
In: Operations Management
What is the law aspect, basic data and history of Airbnb?
In: Operations Management
In: Computer Science
In what ways is IRR more useful than NPV? In what ways is NPV more useful than IRR? Or you could view this question as asking for the pros and cons of each calculation.
In: Finance
In: Operations Management
Create a program in visual basic that allows the user to manage vehicle information including: • License plate number • Owner name • Owner phone number The user interface will be GUI-based providing the following capabilities: • Add up to 100 vehicles • Remove specified vehicles • View a sorted list of all known license plates • View the data for a specified vehicle • Save the database contents into a file • Load a saved database from a file
In: Computer Science
ART
What is the difference between graffiti, street art, and public art?
Is street art vandalism?
Does street art to some extent depend/thrive on its own illegality?
Did Banksy’s film, JR’s work, or any of the artists you discovered change your view of street art? Of street artists?
What are the artists’ motivations to create street art and graffiti art?
How does assigning the value (selling it as a commodity) to street art/public art affect the overall message and purpose of the art?
In: Psychology
We decided that we need to specify the type of retirement income we want and make plans to accomplish our goal. Our goal is to plan for 25 years of retirement, at $150,000 per year, but we want to receive the
$150,000 at the beginning of each year of our retirement. So, to reach our objective, for the next 30 years, we need to set aside the right amount of money as an annual constant contribution into a retirement fund at the end of each of those years. So in total, there will be 25 annual payments (withdrawals) of 150,000 each received at the beginning of each month, preceded by 30 annual contributions made at the end of each period. (The last contribution time may correspond with that of the first withdrawal time).
We discussed this in general terms with another pension adviser, and she advised us to assume an average nominal annual rate of return of 8.50%, compounded annually, for the entire 55-year period.
Ques 1) How much money would we need in our pension plan when we retire after 30 years of work to make our pension dream come true? Please use (display + name) the excel function/ formula used for each yellow cell.
Answer 1. amount needed at beginning of retirement |
|
APR |
8.50% |
period rate |
|
annual pension |
-$150,000.00 |
#periods |
25 |
Amount needed at BEG of retirement: |
Ques 2) In order to accumulate this amount of money, how much would we need to deposit in our pension plan at the end of each year, for each of the next 30 years of work, if we contributed a constant amount each year? Please use (display + name) the excel function/ formula used for each yellow cell.
Answer 2. required annual contribution |
|
period rate |
|
#periods |
30 |
Required annual contribution: |
Ques 3) If the inflation rate for the next 30 years were to be 2% per year (assuming country’s Bank manages to meet its target inflation of about 2%), what annual income now would provide the same purchasing power as a $150,000 annual income in 30 years? Please use (display + name) the excel function/ formula used for each yellow cell.
Answer 3. inflation impact after 30 years |
|
inflation rate |
0.02 |
payment in 30 years |
$150,000.00 |
equivalent amount in today's dollars: |
In: Finance
In this project, you are required to write the java program “IO.java” to implement integer operations “+”, “−”, “*”. Specifically, your program reads operands from a file named “input.txt” (which will be manually placed under the directory of the program) as strings. Then your program converts strings to integers, and computes the addition, subtraction, and multiplication of the operands. Finally, your program creates a file named “output.txt” (under the directory of the program) and writes the results to the file. Please check the attached sample files “input.txt” and “output.txt”. In “input.txt”: 1. First line is an integer x. 2. Second line is another integer y. In “output.txt”: 1. First line is the result of x + y. 2. Second line is the result of x − y. 3. Third line is the result of x * y
In: Computer Science
answer in basic JAVA im in and INTRO JAVA CLASS
Problem 2: Point of Sale System
The McDowell Restaurant chain has asked you to write a menu program
for their new Fast-food
service machines. Your program already prints the following menu
like this:
**********************************************************************
McDowell’s Restaurant
**********************************************************************
Make your selection from the menu below:
1. Regular Hamburger $1.50
2. Regular Cheeseburger $1.75
3. Fish Sandwich $2.50
4. Half-pounder with cheese $2.75
5. French Fries $0.99
6. Large Soft Drink $1.25
***********************************************************************
Select 1, 2, 3, 4, 5, or 6 ----- >
Your program must now read the customer’s selection and compute the
total price of their
purchase, including 6.5% sales tax.
Input
The first line of input represents N, the number of test cases. The
additional lines consists of a
sequence of integers scoped between 1 to 6. Each number should
indicate a selection from the
above menu to be purchased.
Output
The program should print the sum of the orders plus tax as “Please
pay $<dollars>”, where
<dollar> is the total amount of the purchase then conclude
with “Thank you for eating at
McDowell’s”.
Sample Input Sample Output
1
1 4 4 5 3 1 Please pay $12.77
Thank you for eating at McDowell’s!
In: Computer Science
amusement park that charges different rates for different age groups: (1) Admission for anyone under age 4 is free; (2) Admission for anyone between the ages of 4 and 18 is $5; (3) Admission for anyone age 18 or older is $10. Write a Python program that outputs a person's admission fee.
Please give me the answer with showing the full details how to do it in jupitar note book. The answer is in the chegg its so confusing and i want to see the full details in jupitar notebook.
In: Computer Science
We are learning about notes receivables in my Intermediate Accounting class, and I am trying to understand the terms. My textbook states "When the interest stated on an interest-bearing note equals the effective (market) rate of interest, the note sells at face value.13 When the stated rate differs from the market rate, the cash exchanged (present value) differs from the face value of the note."
If someone could break this down in layman's terms I would really appreciate it. This is our first dip into this material, so no amount of over-simplification is too much.
In: Accounting
Please assist me with this C++ problem.
Lawn Mowing Company: A lawn mowing company offers to mow one acre of grass for $150. An acre equals 43,450 square feet. There are 3 feet in a yard. And, a standard soccer field, with buffer for the sidelines is about 140 yards by 100 yards. How much would it cost to hire this company to mow the one soccer field? Assume that the company does calculate for partial acres. Write a program to calculate the total cost and display it to the screen. Starter code has been provided for this problem:
https://www.onlinegdb.com/r15z8TfE4
In: Computer Science