Questions
Consider two 5-year bonds: one has an 5% coupon rate and sells for $98; the other...

Consider two 5-year bonds: one has an 5% coupon rate and sells for $98; the other has an 8% coupon rate and sells for $109. What is the price of a 5-year zero coupon bond? (Assume that coupons are paid annually, and the face values of all the bonds are $100.)

(Keep your answer to 2 decimal places, e.g. xx.12.)

In: Finance

Below is a list of prices for $1,000-par zero-coupon Treasury securities of various maturities. An 11%...

Below is a list of prices for $1,000-par zero-coupon Treasury securities of various maturities. An 11% coupon $100 par bond pays an semi-annual coupon and will mature in 1.5 years. What should be the YTM on the bond? Assume semi-annual interest compounding for this question. Maturity (periods) Price of $1,000 par bond

1 943.4

2 873.52

3 770

In: Finance

There is abundant research that substantiates the role of capital markets in fostering corporate and national...

There is abundant research that substantiates the role of capital markets in fostering corporate and national growth. In other words, no economy can grow and prosper without active and efficient capital markets. What is a capital market? Are there different capital markets? How does a cost-efficient capital market help reduce the price of goods and services?

Response should contain at least 100 words

In: Finance

Below is a list of prices for $1,000-par zero-coupon Treasury securities of various maturities. An 12%...

Below is a list of prices for $1,000-par zero-coupon Treasury securities of various maturities. An 12% coupon $100 par bond pays an semi-annual coupon and will mature in 1.5 years. What should be the YTM on the bond? Assume semi-annual interest compounding for this question. Maturity (periods) Price of $1,000 par bond 1 943.4 2 873.52 3 780

In: Finance

1. Irene’s Dairy is deciding whether or not to enter the market for ice cream, currently...

1.

Irene’s Dairy is deciding whether or not to enter the market for ice cream, currently monopolized by Mattie’s Ice-cream. If it enters the market, Mattie’s can either accommodate him and share his 10million in profits equally with Irene or fight him and cause a 5million loss for each in a price war.​

​ If Mattie wants to discourage Irene from entering the market, what strategy should she follow?

a.

​Threaten to always accommodate

b.

​Always accommodate

c.

​Threaten to always fight

d.

​All of the above

2.

If a union threatens to strike during a peak demand period, it is more likely to

a.

​Have its conditions accepted

b.

​Have its conditions rejected

c.

​Get laughed at

d.

​All of the above

3.

Consider a sequential game between a shopkeeper and a haggling customer. The party who moves first chooses either a high price ($50) or low price ($20) and the second mover either agrees to the price or walks away from the deal and neither party gets anything. Ignore costs and assume the customer values the item at $60.

​ If the shopkeeper goes first and quotes a high price, what is the best response of the customer?

a.

​Walk away from the deal

b.

​Swear off shopping forever

c.

​Yell at the store owner

d.

​Accept the high price

4.

In sequential games,

a.

​Players take turns and observe their rivals choices before they make their choices

b.

​Players take turns but don’t observe their rivals choices before they make their choices

c.

​Players move at the same time

d.

​None of the above

In: Economics

Write a program that repeatedly generates a random integer in the range [1, 100], one integer...

Write a program that repeatedly generates a random integer in the range [1, 100], one integer at a time, and displays the generated numbers on the screen according to the following rules:

  • If the second number generated is greater than the first number, they are displayed on the screen in the order of their input and while the next random number generated is greater than the previous one, the random number is displayed on the screen and the program continues. As soon as the number generated is less than or equal to the previous one, the program terminates. For example, if the first 6 random numbers generated are 1, 6, 34, 67, 88, and 12, the output of the program would be:

1

6

34

67

88

  • If the second number generated is less than the first number, they are displayed on the screen in the order of their input and while the next random number generated is less than the previous one, the random number is displayed on the screen and the program continues. As soon as the number generated is greater than or equal to the previous one, the program terminates. For example, if the first 3 random numbers generated are 44, 32, and 32, the output of the program would be:

44

32

  • If the second number generated is equal to the first number, the program terminates and no message is displayed on the screen.

Note: Attach your cpp file to this question.

In: Computer Science

Write a program that repeatedly generates a random integer in the range [1, 100], one integer...

Write a program that repeatedly generates a random integer in the range [1, 100], one integer at a time, and displays the generated numbers on the screen according to the following rules:

  • If the second number generated is greater than the first number, they are displayed on the screen in the order of their input and while the next random number generated is greater than the previous one, the random number is displayed on the screen and the program continues. As soon as the number generated is less than or equal to the previous one, the program terminates. For example, if the first 6 random numbers generated are 1, 5, 32, 68, 89, and 11, the output of the program would be:

1

5

32

68

89

  • If the second number generated is less than the first number, they are displayed on the screen in the order of their input and while the next random number generated is less than the previous one, the random number is displayed on the screen and the program continues. As soon as the number generated is greater than or equal to the previous one, the program terminates. For example, if the first 3 random numbers generated are 45, 31, and 31, the output of the program would be:

45

31

  • If the second number generated is equal to the first number, the program terminates and no message is displayed on the screen.

IN C++ ONLY PLEASE

In: Computer Science

Write a program that repeatedly generates a random integer in the range [1, 100], one integer...

Write a program that repeatedly generates a random integer in the range [1, 100], one integer at a time, and displays the generated numbers on the screen according to the following rules:

  • If the second number generated is greater than the first number, they are displayed on the screen in the order of their input and while the next random number generated is greater than the previous one, the random number is displayed on the screen and the program continues. As soon as the number generated is less than or equal to the previous one, the program terminates. For example, if the first 6 random numbers generated are 1, 5, 31, 69, 87, and 11, the output of the program would be:

1

5

31

69

87

  • If the second number generated is less than the first number, they are displayed on the screen in the order of their input and while the next random number generated is less than the previous one, the random number is displayed on the screen and the program continues. As soon as the number generated is greater than or equal to the previous one, the program terminates. For example, if the first 3 random numbers generated are 43, 31, and 31, the output of the program would be:

43

31

  • If the second number generated is equal to the first number, the program terminates and no message is displayed on the screen.

In: Computer Science

Consider a 5-by-20 integer array grades: a) Write a declaration for grades. b) How many rows...

Consider a 5-by-20 integer array grades:
a) Write a declaration for grades.
b) How many rows does the array have?
c) How many columns does the array have?
d) How many elements does the array have?
e) Write the names of all elements in the first column of the array.
f) Write the name of the element in the third row and second column of the array.
g) Write a single statement to assign the value 100 to the element in the first row and second column.
h) Write a nested loop to get all the elements from the keyboard.
i) Write a nested for statement to initialize all elements to zero.
j) Write a statement that copies the values from an array double mathGrades[20]into the
elements of the first row of grades.
k) Write a series of statements that determine and print the highest value in the first row of grades.
l) Write a statement to display the elements in column 2 of the array.
m) Write a statement to calculate the average of the elements in the first row.
n) Write a series of statements that prints the array grades in a tabular format. List the
column subscripts as headings across the top and list the row subscripts at the left of
each row.

In: Computer Science

Henry is planning to purchase a Treasury bond with a coupon rate of 2.22% and face...

Henry is planning to purchase a Treasury bond with a coupon rate of 2.22% and face value of $100. The maturity date of the bond is 15 May 2033.

(b) If Henry purchased this bond on 4 May 2018, what is his purchase price (rounded to four decimal places)? Assume a yield rate of 1.84% p.a. compounded half-yearly. Henry needs to pay 28.3% on coupon payment as tax payment and tax are paid immediately.

Select one: a. 97.5012 b. 97.5946 c. 97.5003 d. 96.7049

Henry is planning to purchase a Treasury bond with a coupon rate of 2.22% and face value of $100. The maturity date of the bond is 15 May 2033.

(c) If Henry purchased this bond on 4 May 2018, what is his purchase price (rounded to four decimal places)? Assume a yield rate of 1.84% p.a. compounded half-yearly. Henry needs to pay 28.3% on coupon payment and capital gain as tax payment. Assume that all tax payments are paid immediately.

Select one: a. 105.9890 b. 95.8030 c. 76.0108 d. 96.8161

In: Finance