The price of Build A Fire Corp. stock will be either $52 or $83 at the end of the year. Call options are available with one year to expiration. T-bills currently yield 5 percent. a. Suppose the current price of the company's stock is $60. What is the value of the call option if the exercise price is $50 per share? (Do not round intermediate calculations and round your answer to 2 decimal places, e.g., 32.16.) Value of the call option $ b. Suppose the exercise price is $80 and the current price of the company's stock is $60. What is the value of the call option now? (Do not round intermediate calculations and round your answer to 2 decimal places, e.g., 32.16.) Value of the call option $
In: Finance
From the e-Activity, explain in your own words the purpose of the Software Engineering Institute’s (SEI) exercises regarding team communication, and determine whether or not you believe this type of testing and analysis is a beneficial use of resources. Justify your answer. Based on the testing and analysis described in the e-Activity, indicate the two most important things that you believe are needed in order for cross-team communication to be successful when dealing with potential widespread incidents
In: Computer Science
How do the institutional arrangements of local governments influence the services they provide?
In: Finance
Write a program in C that takes the length and the integers to be stored in an array and shifts array by N positions.
Example:
Input the number of elements to store in the array (max 10) : 5
Input 5 integers to be stored :
Index - 0 : 12
Index - 1 : 29
Index - 2 : 68
Index - 3 : 32
Index - 4 : 97
Input number of shifts : 2
Expected Output :
The given array is : 12 29 68 32 97
After 3 shifts the array becomes: 32 97 12 29 68
In: Computer Science
Prove that the rank of the Jacobian matrix does not depend on the choice of the generators of the ideal.
In: Advanced Math
It is your job to determine your company’s marginal cost of capital schedule. The firm’s current capital structure, which it considers optimal, consists of 30% debt, 20% preferred stock, and 50% common equity. The firm has determined that it can borrow up to $15 million in debt at a pre-tax cost of 7%, an additional $9 million at a pre-tax cost of 9%, and any additional debt funds at 11%. The firm expects to retain $25 million of its earnings; any additional income can be raised by issuing new common stock. The firm’s common stock currently trades at $30 per share, and it pays a $3.00 per share dividend. Dividends are expected to grow at a 5% annual rate over time. If the firm issues new common stock it will be sold to the public at a 10% discount. There will also be a $2.00 per share flotation cost. Preferred stock can be issued in unlimited quantities at a pre-tax cost of 12%. If the firm decides to raise more than $80m in capital, what is the cost of that capital? Assume a tax rate of 40%.
Question 12 options:
11.63% |
|
12.38% |
|
13.18% |
|
14.01% |
In: Finance
A manager receives a forecast for next year. Demand is projected to be 600 units for the first half of the year and 900 units for the second half. The monthly holding cost is $2 per unit, and it costs an estimated $55 to process an order.
a. Assuming that monthly demand will be level during each of the six-month periods covered by the forecast (e.g., 100 per month for each of the first six months), determine an order size that will minimize the sum of ordering and carrying costs for each of the six-month periods. (Round your answers to the nearest whole number.)
Period Order Size 1 – 6 months units
7 – 12 months units
b. If the vendor is willing to offer a discount of $10 per order for ordering in multiples of 50 units (e.g., 50, 100, 150), would you advise the manager to take advantage of the offer in either period? If so, what order size would you recommend? (Round intermediate calculations to 2 decimal places.)
Period Order Size
1 – 6 months units
7 – 12 months units
In: Operations Management
How many types of DNA ligases? and describe the (Weiss unit) used to determine the concentration these DNA ligases?
In: Biology
A small copy center uses 6 600-sheet boxes of copy paper a week.
Experience suggests that usage can be well approximated by a normal
distribution with a mean of 6 boxes per week and a standard
deviation of .60 boxes per week. 2 weeks are required to fill an
order for letterhead stationery. Ordering cost is $6, and annual
holding cost is 35 cents per box.
Use Table.
a. Determine the economic order quantity, assuming
a 52-week year. (Round your answer to the nearest whole
number.)
EOQ
boxes
b. If the copy center reorders when the supply on
hand is 13 boxes, compute the risk of a stockout. (Round
"z" value to 2 decimal places and final answer to 4 decimal
places.)
Risk
c. If a fixed interval of 7 weeks is used for
ordering instead of an ROP, how many boxes should be ordered if
there are currently 28 boxes on hand, and an acceptable stockout
risk for the order cycle is .0228? (Round "z" value to 2
decimal places and final answer to the nearest whole
number.)
Q0
In: Operations Management
How does ones perception and/or ability change from studying "Networking Essentials and Security"?
In: Computer Science
The 8 managerial tasks relevant to executing strategy effectively.
Choose at least one of these areas that relate to Netflix and specifically discuss how, as their strategic planner, you would implement the activities involved. You may choose more than one.
In: Operations Management
Sequoia Furniture Company’s sales over the past three months, half of which are for cash, were as follows:
March | April | May |
$430,000 | $680,000 | $550,000 |
a. Assume that Sequoia’s collection period is 60 days. What would be its cash receipts in May? What would be its accounts receivable balance at the end of May?
Cash receipts
Accounts receivable balance
b. Now assume that Sequoia’s collection period is 45 days. What would be its cash receipts in May? What would be its accounts receivable balance at the end of May?
|
In: Finance
Timer 0 in normal mode (AVR) MSYS LAB8
I'm lost on how to write this..
#include <avr/io.h>
#include "led.h"
// Prototype
void T0Delay();
int main()
{
unsigned char x = 0;
//Ready the LED-port
initLEDport();
DDRA = 0x00; //port A as
input
DDRB = 0xFF; //port B as output
while(1)
{
// Wait 1/125 seconds
T0Delay();
// Increment and show the variable
x
x++;
writeAllLEDs(x);
}
}
void T0Delay()
{
//<----- Write this function so that T0Delay() uses
timer 0 in normal mode,
// in order to wait exactly 1/125 seconds.
// Use a clock prescaler value of 1024.
}
In: Computer Science
Sales of Volkswagen's popular Beetle have grown steadily at auto dealerships in Nevada during the past 5 years (see table below).
Year |
Sales |
1 |
460 |
2 |
495 |
3 |
516 |
4 |
555 |
5 |
590 |
a) Forecasted sales for year 6 using the trend projection (linear regression) method are ____ sales (round your response to one decimal place).
b) The MAD for a linear regression forecast is _____ sales (round your response to one decimal place)
c) The MSE for the linear regression forecast is ______ sales (round your response to one decimal place).
In: Operations Management
Using ASP.NET create an Age Calculator; which can determine an age according to a given date of birth. The calculated age will be displayed in years, months, weeks, days, hours, minutes, and seconds. How old are you in years, or months, or weeks, or days, or minutes, or seconds. The only input parameter is the birth date then the user will know his age
In: Computer Science