Questions
Your landscaping company can lease a truck for $7,200 a year for 6 years. It can...

Your landscaping company can lease a truck for $7,200 a year for 6 years. It can instead buy the truck for $35,000. The truck will be valueless after 6 years. a. What is the present value of the lease payments, if the opportunity cost of capital is 7%. (Do not round intermediate calculations. Round your answer to 2 decimal places.) Present value $ b. Is it cheaper to buy or lease? Lease Buy

In: Finance

Adjustment Letter: Ben & Jerry’s In an exciting inside look, you see managers discussing six factors...

Adjustment Letter: Ben & Jerry’s

In an exciting inside look, you see managers discussing six factors that determine Ben & Jerry’s continuing success. Toward the end of the video, you hear staffers discuss a new packaging material made with unbleached paper. As a socially responsible company, Ben & Jerry’s wanted to move away from ice cream packages made from bleached papers. Bleaching requires chlorine, a substance that contains dioxin, which is known to cause cancer, genetic and reproductive defects, and learning disabilities. In producing paper pulp mills using chlorine are also adding to dioxin contamination of waterways. After much research, Ben & Jerry’s found a chlorine-free, unbleached paper board for its packages, That was the good news. The bad news is that the inside of the package is now brown.

Assume you have been hired at Ben & Jerry’s to help answer incoming letters. Although you are fairly new, your boss gives you a letter from an unhappy customer. This customer opened a pint of Ben & Jerry’s “World’s Best Vanilla” and then threw it out. After seeing the brown inner lid, he decided that his pint must have been used for chocolate before it was used for vanilla. Or, he said, “The entire pint has gone bad and somehow turned the sides brown.” Whatever the reason, he wasn’t’ taking any changes. He wanted his money back.

TASK: Write a letter that explains the brown carton, justifies the reason for using it, and retains the customer’s business.

In: Economics

C++ Problem Use the following global structure declaration as an example only. You will need to...

C++ Problem

Use the following global structure declaration as an example only. You will need to create your own data structure based on a database of your own design. For example, movies in a video collection, houses for sale, business appointments, etc. Your data structure should include a minimum of four fields. At least one field should be string, and one field should be numeric (int, or double).  

Example Only

struct VEHICLE

{

string make;

string model;

int year;

int miles;

double price;

};

In main() create an array that has room that has room for 50 database records(i.e. an array of structures). Your program should support the following general menu choices –

  1. Add Items (i.e. Add Vehicle)

  2. List All Items (i.e. Show All Vehicles)

      Q. Quit

Your program should implement a separate function to add items, and display items. For example,

void addVehicle(VEHICLE arr[], VEHICLE addItem, int pos);

adds vehicle item that is a structure to the pos position in the dealer array.

void displayAll(VEHICLE arr[], int n);

displays all vehicle info for the number of vehicles stipulated (i.e. 0 to n-1)

Notes: You are welcome to create one or more additional functions to support your program. For example, showMenu, or getMenuChoice might be useful. Also, you might create a function to collect information, for example, a getVehicleInfo function could populate a structure that was passed ByRef. Please note, in the example above, addVehicle is passed a structure variable in addition to the array. In this approach, addVehicle should take the passed structure variable and add it to the dealer array at the position stipulated. You will need to use an index variable that your program can use to keep track of the next available position in the dealer array. This index variable should be local to main(). So NO global variables please. You will need to update or increment this index variable everytime you call addVehicle. You can use this variable when calling addVehicle, and displayAll.

In: Computer Science

Create a system which ends when the user wants it to. After a user has used...

Create a system which ends when the user wants it to. After a user has used this system, there is an option of another user using it. The system should ask whether you want to continue or not. Below is a sample of the input/output system.

Are you a student or a librarian?
Hit 1 for student and 2 for librarian.
$1
Enter Name: $William
How many books do you want to take?
$4
What books do you want to take?
Enter book ISBN no(Ex: 242424) // Let's assume we have a 6 digit ISBN number for this project. Put any number to test //your system.
$454092

$535212

$676685

$128976
William borrowed 4 books.
Hit 1 to continue 0 to end system
$1
Are you a student or a librarian?
Hit 1 for student and 2 for librarian.
$2
Enter Name: $Miss Benny
0 Lisa borrowed 1 books //format: student_id Student_name "borrowed" number_of_books "books"
1 William borrowed 4 books
Type student id for more info.
$ 0
Lisa borrowed 1 books
235633
Hit 1 to continue 0 to end system
$0

//There needs to be an array for studentid, student name, isbn index start #, isbn index end #, and libarian name

This is also C++,

If you need further information please specify in the comments and I will edit the problem as needed. I need this information ASAP please.

The $ represents inputs made by the "user"

In: Computer Science

Question 25 On February 1, 2017, Marsh Contractors agreed to construct a building at a contract...

Question 25

On February 1, 2017, Marsh Contractors agreed to construct a building at a contract price of $5,940,000. Marsh estimated total construction costs would be $4,112,000 and the project would be finished in 2019. Information relating to the costs and billings for this contract is as follows:

2017 2018 2019
Total costs incurred to date $1,542,000 $2,724,000 $4,670,000
Estimated costs to complete 2,570,000 1,816,000 -0-
Customer billings to date 2,340,000 4,112,000 5,740,000
Collections to date 2,140,000 3,640,000 5,640,000


Fill in the correct amounts on the following schedule. For percentage-of-completion accounting and for completed-contract accounting, show the gross profit that should be recorded for 2017, 2018, and 2019.

In: Accounting

The demand curve for Widgets is given by QD = 125 + 1.5y - 25p +...

The demand curve for Widgets is given by QD = 125 + 1.5y - 25p + 30pG, where QD is the quantity of widgets demanded, y is the per capita income and pG is the price of Gizmos. An increase in the price of Widget itself will cause Group of answer choices:

movement along the demand curve.

demand increases.

demand shifts right.

demand shifts left.

In: Economics

What are the phases in a traditional project life cycle? How does a project life cycle...

What are the phases in a traditional project life cycle? How does a project life cycle differ from a product life cycle? Why does a project manager need to understand both?

In: Computer Science

Explain methods for gathering crime data [COMET 3] Explain how crime data is used in developing...

Explain methods for gathering crime data [COMET 3]

Explain how crime data is used in developing a tailored COP response

In: Psychology

Give an example of a math problem that you have seen in a previous math class...

Give an example of a math problem that you have seen in a previous math class that would not be considered a discrete math problem. In order to receive full credit for this question you must: state the problem, and give a brief explanation as to why the problem is not a discrete math problem. You DO NOT have to give the solution to the problem

In: Advanced Math

Briefly explain the differences between functional, matrix, and project organizations. Describe how each structure affects the...

Briefly explain the differences between functional, matrix, and project organizations. Describe how each structure affects the management of the project.

In: Computer Science

Write in python: Go through the visualization of the Selection Sort, Bubble Sort and Insertion Sort....

Write in python:

Go through the visualization of the Selection Sort, Bubble Sort and Insertion Sort.

Write a Pseudo code first for each of these sort methods. After writing the pseudo code write python code from the pseudo code.

In: Computer Science

Q4 / A thick walled hollow cylinder having outside and inside radii of (90, and r)...

Q4 / A thick walled hollow cylinder having outside and inside radii of (90, and r) respectively, is subjected to an external pressure of (8000 bar). Find internal radius and the stresses at inner and outer surfaces. E=200GPa

In: Mechanical Engineering

Eastern Electric currently pays a dividend of about $1.71 per share and sells for $25 a...

Eastern Electric currently pays a dividend of about $1.71 per share and sells for $25 a share.


a.

If investors believe the growth rate of dividends is 4% per year, what is the opportunity cost of capital? (Do not round intermediate calculations. Round your answer to 2 decimal places.)


  Cost of Capital %  


b.

If investors' opportunity cost of capital is 10%, what must be the growth rate they expect of the firm? (Do not round intermediate calculations. Round your answer to 2 decimal places.)


  Growth rate %


c.

If the sustainable growth rate is 5% and the plowback ratio is .5, what must be the return on equity ROE? (Round your answer to 2 decimal places.)


  ROE %  

In: Finance

How has wi-fi changed the landscape of channel technology?

How has wi-fi changed the landscape of channel technology?

In: Computer Science

Write comprehensively on the below : What are the data gathering techniques used by the United...

Write comprehensively on the below :

What are the data gathering techniques used by the United states department of treasury ?
Problem faced by the department, how its solved by analytics and explain the analytics method used

In: Computer Science