Question

Election Problem

You have $1,200 to invest and are considering buying some combination of the shares of two companies, DonkeyInc and ElephantInc. Shares of DonkeyInc will pay a return of 8 percent if the Democrats are elected, an event you believe to have a 30 percent probability; otherwise the shares pay a zero return. Shares of ElephantInc will pay 6 percent if the Republicans are elected (a probability of 70 percent), zero otherwise. Either the Democrats or the Republicans will be elected.

 

Instructions: Enter your response as percentage rounded to one decimal place.


a. If your only concern is maximizing your average expected return, with no regard for risk, you should invest your $1,200 in ElephantInc.  Correctand your expected return will be   Numeric Response1. Edit Unavailable.4.2correct.%.

 

b. What is your expected return if you invest $600 in each stock? (Hint: Consider what your return will be if the Democrats win and if the Republicans win, then weight each outcome by the probability that event occurs.)

Instructions: Enter your response as percentage rounded to two decimal places.

Expected rate of return:      Numeric Response2. Edit Unavailable.3.33correct.%

  

d. Devise an investment strategy that is riskless, that is, one in which the return on your $1,200 does not depend at all on which party wins.

Instructions: Enter your responses rounded to two decimal places.

You should invest $   in ElephantInc and $   in DonkeyInc.

 

e. Using the investment strategy devised in part d, you will earn  % regardless of which party wins.
 

FILL IN THE EMPTY BOXES 

1.52% for e. is not correct

0 0
Add a comment Improve this question Transcribed image text
Answer #1

a. Let's calculate the expected return if all of $1200 is invested in either donkeylnc or ElephantInc.

Expected return from donkeylnc,

= 0.3 × 8%

= 2.4%

Similarly the expected return from ElephantInc,

= 0.7 × 6

= 4.2%

So the all of 1200 should be invested in ElephantInc that will offer a expected return of 4.2%.

b. The expected return when 600 is invested in each donkeylnc or ElephantInc will be equal to,

= 0.3 × 0.08 × 600 + 0.7 × 0.06 × 600

= 0.024 × 600 + 0.042 × 600

= 14.4 + 25.2

= 39.6

So the expected return if 600 each is invested in donkeylnc and ElephantInc will be equal to 39.6.

And the expected rate of return will be simply equal to,

= 39.6/1200 × 100

= 39.6/12

= 3.33%

C. The correct answer is option 2.

We should choose to invest 600 in each option because the lower return is compensated by the strategy being less risky, as you'll receive a reasonable return no matter which party wins.

d.

Let the amount invest in Donkeylnc be X and amount invested in ElephantInc be 1200 - X. And we need to choose X such that the return remains the same.

Let return be Y from both investment so that irrespective of whoever wins investor will get Y.

So, return from donkeylnc will be equal to

0.3 × 0.08 × X = Y

0.024X = Y -----------------(1)

And similarly return from ElephantInc will be equal to,

0.7 × 0.06 × (1200 - X) = Y

0.042(1200 - X) = Y

50.4 - 0.042X = Y --------------(2)

Now we can solve equation (1) and (2) to calculate X and Y.

50.4 - 0.042X = 0.024X

50.4 = 0.024X + 0.042X

50.4 = 0.066X

X = 50.4/0.066

X = 763.63

So the amount invested in Donkeylnc should be $763.63.

And similarly the amount invested in ElephantInc will be equal to,

= 1200 - 763.63

= $436.37.


e. And the regardless of whoever wins the investor will get,

= 0.024 × 763.63

= $18.32

And in terms of percentage this will be equal to,

= 18.32/1200 × 100

= 18.32/12

= 1.52%

This is the rate of return that the investor will get regardless of who wins the election.


Please click thumbs up if this helps


answered by: anonymous
Add a comment
Know the answer?
Add Answer to:
Election Problem
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • You have $1,500 to invest and are considering buying some combination of the shares of two...

    You have $1,500 to invest and are considering buying some combination of the shares of two companies, DonkeyInc and ElephantInc. Shares of DonkeyInc will pay a return of 12 percent if the Democrats are elected, an event you believe to have a 25 percent probability; otherwise the shares pay a zero return. Shares of ElephantInc will pay 10 percent if the Republicans are elected (a probability of 75 percent), zero otherwise. Either the Democrats or the Republicans will be elected....

  • You have $1,000 to invest and are considering buying some combination of the shares of two...

    You have $1,000 to invest and are considering buying some combination of the shares of two companies, Donkey Inc and Elephant Inc. Shares of Donkey Inc will pay a 10 percent return if the Democrats are elected, an event you believe to have a 60 percent probability; otherwise the shares pay a zero return. Shares of Elephant Inc will pay 8 percent if the Republicans are elected (a 40 percent probability), zero otherwise. Either the Democrats or the Republicans will...

  • Chapter 11 Homework You have $500 to invest and are considering buying some combination of the shares of two compa...

    Chapter 11 Homework You have $500 to invest and are considering buying some combination of the shares of two companies, Donkeyinc and Elephantine. Shares of Dort will pay a return of percent of the Democrats are elected an event you believe to have a 20 percent probability otherwise the shares pay a zero retum. Shares of Elephantine will pay 6 percent of the Republicans are elected a probability of 80 percener otherwise her the Democrats of the Republicans will be...

  • Question 4 [5 points] You have $1000 to invest and are considering buying some combination of...

    Question 4 [5 points] You have $1000 to invest and are considering buying some combination of the shares of two companies, Elephantinc and Lioninc Shares of Elephantinc will pay a 5 percent return if the Conservatives are elected an event you believe to have a 60 percent probability, otherwise the shares pay a zero return. Shares of LionInc will pay 10 percent if the Liberals are elected (a 40 percent probability), zero otherwise. Either the Liberals or the Conservatives will...

  • 7. Suppose that after the 2020 presidential election there are three races that are too close...

    7. Suppose that after the 2020 presidential election there are three races that are too close to call: Wisconsin, Michigan, and Pennsylvania. In order to become president, a candidate must receive 270 electoral votes or more. Wisconsin has 10 electoral votes, Michigan has 16, and Pennsylvania has 20. Suppose that in the other decided races, Democrats have 259 electoral votes and Republicans have 233. The Democrat has an 80% chance of winning Wisconsin, a 50% chance of winning Michigan, and...

  • For this problem you need to use Mutual Recursion. This means one function will call another...

    For this problem you need to use Mutual Recursion. This means one function will call another function which will call the first function once again. This game is two-player game. There are m matches in a box. The players will take turns to remove matches. The player who takes the last match wins. Your friends decided to stick to a certain strategy: 1) Steve loves magic numbers. If the number of matches is divisible by 4, Steve will remove 3...

  • Suppose the call money rate is 6.8 percent, and you pay a spread of 1.9 percent...

    Suppose the call money rate is 6.8 percent, and you pay a spread of 1.9 percent over that. You buy 1,200 shares at $82 per share with an initial margin of 70 percent. One year later, the stock is selling for $88 per share and you close out your position. What is your return assuming no dividends are paid? (Do not round intermediate calculations. Enter your answer as a percent rounded to 2 decimal places.) Rate of return %

  • Assume that the economy can experience high growth, normal growth, or recession. Under these conditions, you...

    Assume that the economy can experience high growth, normal growth, or recession. Under these conditions, you expect the following stock market returns for the coming year: State of the Economy Probability Return High Growth 0.2 25% Normal Growth 0.7 11% Recession 0.1 -1% a. Compute the expected value of a $1,000 investment over the coming year. If you invest $1,000 today, how much money do you expect to have next year? What is the percentage expected rate of return? Instructions:...

  • In a raffle, you can pay $10 to select a three-digit number from 000 through 199....

    In a raffle, you can pay $10 to select a three-digit number from 000 through 199. If you select the same sequence of three digits that are drawn, you win and collect $100 otherwise you get nothing. a.   How many different selections are possible? b.   What is the probability of winning? c.   If you win, what is your net profit? d.   Complete the table below to find the expected value of this raffle Event X P(X) X*P(X) Win(net gain) Lose...

  • Assume that the economy can experience high growth, normal growth, or recession. Under these conditions, you...

    Assume that the economy can experience high growth, normal growth, or recession. Under these conditions, you expect the following stock market returns for the coming year: Return 40% 14% State of the Economy High Growth Normal Growth Recession Probability 0.2 0.7 0.1 a. Compute the expected value of a $1,000 investment over the coming year. If you invest $1,000 today, how much money do you expect to have next year? What is the percentage expected rate of return? Instructions: Enter...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT