Question

In: Statistics and Probability

Suppose that the annual return, R on a share is normally distributed with an expected annual...

Suppose that the annual return, R on a share is normally distributed with an expected annual return of 10% and an annual standard deviation of 20%.

Find using the Table of the normal distribution provided, the probability that the annual return on the share will:

(i) Be positive. [2]

(ii) Be less than -5%. [2]

(iii) Lie between 5% and 15%. [2]

(iv) Be within one standard deviation of zero. [2]

(v) Be within one standard deviation of its mean. [2]

Solutions

Expert Solution

[Used R-Software]

R-commands and outputs:

# X ~ N(mu,sigma) (X : annual return R)
mu=10/100
sigma=20/100

# (i) Be positive
# P(X > 0)
1-pnorm(0,mu,sigma)
[1] 0.6914625

# (ii) Be less than -5%.
# P(X < (-5/100))
pnorm((-5/100),mu,sigma)
[1] 0.2266274

# (iii) Lie between 5% and 15%
# P(0.05 < X < 0.15)=P(X<0.15)-P(X<0.05)
pnorm(0.15,mu,sigma)-pnorm(0.05,mu,sigma)
[1] 0.1974127

# (iv) Be within one standard deviation of zero
# This means P(0-sigma < X < 0+sigma)
pnorm(0+sigma, mu, sigma)-pnorm(0-sigma, mu, sigma)
[1] 0.6246553

# (v) Be within one standard deviation of its mean
# This means P(mu-sigma < X < mu+sigma)
pnorm(mu+sigma, mu, sigma)-pnorm(mu-sigma, mu, sigma)
[1] 0.6826895

Screenshot:


Related Solutions

Suppose that the returns on an investment are normally distributed with an expected return of 8%...
Suppose that the returns on an investment are normally distributed with an expected return of 8% and standard deviation of 4%. What is the likelihood of making a negative return? (Hint: the area under a curve for 1 std dev is 34.13%, 2 std dev is 47.73% and 3 std dev is 49.87%). A. 47.73% B. 34.13% C. 15.87% D. 2.27%
Suppose the returns on an asset are normally distributed. The historical average annual return for the...
Suppose the returns on an asset are normally distributed. The historical average annual return for the asset was 7.3 percent and the standard deviation was 8.4 percent. What is the probability that your return on this asset will be less than –4.5 percent in a given year? Use the NORMDIST function in Excel® to answer this question. (Do not round intermediate calculations. Enter your answer as a percent rounded to 2 decimal places, e.g., 32.16.) Probability 8.0 % What range...
Suppose the returns on an asset are normally distributed. The historical average annual return for the...
Suppose the returns on an asset are normally distributed. The historical average annual return for the asset was 6.7 percent and the standard deviation was 12.6 percent.      What range of returns would you expect to see 95 percent of the time? (Enter your answers for the range from lowest to highest. A negative answer should be indicated by a minus sign. Do not round intermediate calculations. Enter your answers as a percent rounded to 2 decimal places, e.g., 32.16.)...
Suppose the returns on an asset are normally distributed. The historical average annual return for the...
Suppose the returns on an asset are normally distributed. The historical average annual return for the asset was 5.9 percent and the standard deviation was 10.5 percent. a. What is the probability that your return on this asset will be less than –7.3 percent in a given year? Use the NORMDIST function in Excel® to answer this question. (Do not round intermediate calculations and enter your answer as a percent rounded to 2 decimal places, e.g., 32.16.) b. What range...
Suppose the returns on long-term corporate bonds are normally distributed. The average annual return for long-term...
Suppose the returns on long-term corporate bonds are normally distributed. The average annual return for long-term corporate bonds from 1926 to 2007 was 6.7 percent and the standard deviation of those bonds for that period was 9.4 percent. (a) Based on this historical record, what is the approximate probability that your return on these bonds will be less than -3.6 percent in a given year? (Do not round intermediate calculations.)       (Click to select)14.21%12.98%13.66%14.34%27.32%      (b) What range of returns would...
The continuously compounded annual return on a stock is normally distributed with a mean of 24%...
The continuously compounded annual return on a stock is normally distributed with a mean of 24% and standard deviation of 31%. With 95.45% confidence, we should expect its actual return in any particular year to be between which pair of values? a. −38.0% and 86.0% b.−28.0% and 86.0% c.−24.7% and 72.7% d.−12.5% and 62.5%
Assume that the returns from an asset are normally distributed. The average annual return for this...
Assume that the returns from an asset are normally distributed. The average annual return for this asset over a specific period was 14.7 percent and the standard deviation of those returns in this period was 43.59 percent. a. What is the approximate probability that your money will double in value in a single year? (Do not round intermediate calculations and enter your answer as a percent rounded to 2 decimal places, e.g., 32.16.) b. What about triple in value? (Do...
Assume that the returns from an asset are normally distributed. The average annual return for this...
Assume that the returns from an asset are normally distributed. The average annual return for this asset over a specific period was 17.2 percent and the standard deviation of those returns in this period was 43.53 percent. a. What is the approximate probability that your money will double in value in a single year? (Do not round intermediate calculations and enter your answer as a percent rounded to 2 decimal places, e.g., 32.16.) b. What about triple in value? (Do...
Assume that annual returns on large-company stocks are normally distributed with an average historical return of...
Assume that annual returns on large-company stocks are normally distributed with an average historical return of 12.3% and a standard deviation of 20.0%. What is the probability that annual return on large-company stocks is greater than 5% and Less than 30%?
Assume the returns from holding an asset are normally distributed. Also assume the average annual return...
Assume the returns from holding an asset are normally distributed. Also assume the average annual return for holding the asset a period of time was 16.3 percent and the standard deviation of this asset for the period was 33.5 percent. What is the approximate probability that your money will double in value in a single year? (Do not round intermediate calculations and enter your answer as a percent rounded to 3 decimal places, e.g., 32.161.) What is the approximate probability...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT