Questions
impact of terrorist attacks on 9/11 on criminal justice agencies. include the creation of new governmenr...

impact of terrorist attacks on 9/11 on criminal justice agencies. include the creation of new governmenr department.

In: Psychology

Discuss how Space Law has evolved. How is it applied to industrialized nations that use space...

Discuss how Space Law has evolved. How is it applied to industrialized nations that use space as a resource, as a weapon?

In: Operations Management

An asset used in a 4-year project falls in the 5-year MACRS class (refer to MACRS...

An asset used in a 4-year project falls in the 5-year MACRS class (refer to MACRS table on page 277), for tax purposes. The asset has an acquisition cost of $22,437,430 and will be sold for $5,064,805 at the end of the project. If the tax rate is 0.39, what is the aftertax salvage value of the asset (SVNOT)?

In: Finance

Broussard Skateboard's sales are expected to increase by 25% from $7.8 million in 2016 to $9.75...

Broussard Skateboard's sales are expected to increase by 25% from $7.8 million in 2016 to $9.75 million in 2017. Its assets totaled $5 million at the end of 2016. Broussard is already at full capacity, so its assets must grow at the same rate as projected sales. At the end of 2016, current liabilities were $1.4 million, consisting of $450,000 of accounts payable, $500,000 of notes payable, and $450,000 of accruals. The after-tax profit margin is forecasted to be 4%, and the forecasted payout ratio is 55%. What would be the additional funds needed? Do not round intermediate calculations. Round your answer to the nearest dollar.
$___________?

In: Finance

Consider the following two mutually exclusive projects: Year Cash Flow (A) Cash Flow (B) 0 –$205,347...

Consider the following two mutually exclusive projects:

Year Cash Flow (A) Cash Flow (B)

0 –$205,347 –$15,086

1 27,500 4,476

2 50,000 8,301

3 52,000 13,650

4 389,000 9,283

Whichever project you choose, if any, you require a 6 percent return on your investment.

a. What is the payback period for Project A?

b. What is the payback period for Project B?

c. What is the discounted payback period for Project A?

d. What is the discounted payback period for Project B?

e. What is the NPV for Project A?

f. What is the NPV for Project B ?

g. What is the IRR for Project A?

h. What is the IRR for Project B?

i. What is the profitability index for Project A?

j. What is the profitability index for Project B?

In: Finance

What are the driving forces for Oil Industry? list and explain three main forces.

What are the driving forces for Oil Industry? list and explain three main forces.

In: Economics

True or False The kinds of atoms found in living things have a fundamentally different composition...

True or False

The kinds of atoms found in living things have a fundamentally different composition and structure than atoms found in inanimate ​materials.

An adequate supply of vitamins and minerals is essential to the healthy functioning of cells.
The effects on organisms of dominant alleles are always bad, while those of recessive alleles are always good.
The “language” of DNA, i.e., how the sequences of A, C, G, and T are interpreted, is the same in all species, even those that ​appear to differ greatly in complexity such as fungi and mammals.

In: Biology

3. Analysis of an expansion project Companies invest in expansion projects with the expectation of increasing...

3. Analysis of an expansion project

Companies invest in expansion projects with the expectation of increasing the earnings of its business.

Consider the case of Yeatman Co.:

Yeatman Co. is considering an investment that will have the following sales, variable costs, and fixed operating costs:

Year 1

Year 2

Year 3

Year 4

Unit sales 3,000 3,250 3,300 3,400
Sales price $17.25 $17.33 $17.45 $18.24
Variable cost per unit $8.88 $8.92 $9.03 $9.06
Fixed operating costs except depreciation $12,500 $13,000 $13,220 $13,250
Accelerated depreciation rate 33% 45% 15% 7%

This project will require an investment of $25,000 in new equipment. The equipment will have no salvage value at the end of the project’s four-year life. Yeatman pays a constant tax rate of 40%, and it has a weighted average cost of capital (WACC) of 11%. Determine what the project’s net present value (NPV) would be when using accelerated depreciation.

Determine what the project’s net present value (NPV) would be when using accelerated depreciation.

$10,468

$8,374

$12,562

$9,421

Now determine what the project’s NPV would be when using straight-line depreciation. ____________________

Using the _________________ depreciation method will result in the highest NPV for the project.

No other firm would take on this project if Yeatman turns it down. How much should Yeatman reduce the NPV of this project if it discovered that this project would reduce one of its division’s net after-tax cash flows by $300 for each year of the four-year project?

$931

$559

$698

$1,024

The project will require an initial investment of $25,000, but the project will also be using a company-owned truck that is not currently being used. This truck could be sold for $14,000, after taxes, if the project is rejected. What should Yeatman do to take this information into account?

Increase the amount of the initial investment by $14,000.

The company does not need to do anything with the value of the truck because the truck is a sunk cost.

Increase the NPV of the project by $14,000.

In: Finance

United States regulatory agencies such as FAA and TSA have the ability to enforce regulations through...

United States regulatory agencies such as FAA and TSA have the ability to enforce regulations through administrative law. Discuss the Administrative Law procedures. How would a violator respond to a warning? A Fine? Discuss the appeals process. Respond to at least one of your classmates.

In: Operations Management

Which logical network topology requires the use of a token that is passed among the nodes?...

Which logical network topology requires the use of a token that is passed among the nodes?

  • A. Ring

  • B. Star

  • C. Bus

  • D. Mesh

In: Electrical Engineering

Suppose a rocket ship accelerates upwards with acceleration equal in magnitude to twice the magnitude of...

Suppose a rocket ship accelerates upwards with acceleration equal in magnitude to twice the magnitude of g (we say that the rocket ship accelerations upwards at 2g), but runs out of fuel after 100 seconds, after which point it stops accelerating upward. At this point, the rocket begins accelerating downwards with a magnitude of g. Assume that the gravitational pull of the Earth on the rocket doesn't change with altitude.

a)How high above the surface of the Earth does the rocket travel before it stops accelerating?

b) How fast is the rocket going when it stops accelerating?

c) How high does the rocket get before it begins to fall back to Earth?

d) How long after launch does the rocket strike the Earth again?

e) What is the average velocity of the rocket between when it leaves the Earth and when it strikes the Earth again?

In: Physics

How to calculate NPV, IRR, MIRR, and Ordinary Payback? Example please

How to calculate NPV, IRR, MIRR, and Ordinary Payback? Example please

In: Finance

Sleeping Barber Problem where there is only 1 barber in the shop for x clients function...

Sleeping Barber Problem where there is only 1 barber in the shop for x clients

function Customer()

acquire(mutex)

if num_waiting < num_chairs then

num_waiting + 1

release(customer)

release(mutex)

acquire(barber)

Cutmyhair()

else

release(mutex)

end

end

function Barber()

while not breaking

acquire(customer)

acquire(mutex)

num_waiting - 1

release(barber)

release(mutex)

Clipaway()

end while

end

QUESTION: come up with the pseudocode for the clipaway() and cutmyhair() methods so that each client pays for there haircut and the barber gives each client a customized haircut.

Any language.

thank you in advance !!!

In: Computer Science

In (300+ words) It is widely believed that testosterone levels play a significant role in how...

In (300+ words)

It is widely believed that testosterone levels play a significant role in how violent a person may be. Because of this, boys and girls are socialized in different manners.

Different cultures have dissimilar views on violence and how it is tolerated in their societies.

What other factors (e.g., exposure to violence as a child) influence the amount of violence that is seen in society? Research and provide support for your views.

In: Psychology

Compare and contrast frustration-aggression theory and social learning theory of aggression

Compare and contrast frustration-aggression theory and social learning theory of aggression

In: Psychology