Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

How does diversification impact systematic risk in a portfolio? a . It has no impact on systematic risk. b . It transforms systematic risk into

How does diversification impact systematic risk in a portfolio?
a.
It has no impact on systematic risk.
b.
It transforms systematic risk into unsystematic risk.
c.
It increases systematic risk.
d.
It decreases systematic risk (WRONG ans.)
Your portfolio contains 25% of stock A,35% of stock B, and 40% of stock C. Assume that stock A earned a 4% return, stock B earned 5% return, stock C earned 3% return this year. Which of the following codes is CORRECT to calculate total portfolio return this year?
a.
0.25*4%+0.35*5%+0.4*3%(WRONG)
b.
25%*3%+35%*5%+40%*3%
c.
0.25*0.04+0.35*0.05+0.4*0.03
d.
25%*0.03+35%*0.05+40%*0.03
What would be the output of the following R code? f <- function(x){ x +2} f(5)
a.
[1]10(WRONG)
b.
[1]8
c.
[1]7
d.
[1]5
What will the following function return when called as avg(c(1,2,3,4,5))? avg <- function(numbers){sum(numbers)/ length(numbers)}
a.
2.5(WRONG)
b.
15
c.
5
d.
3
What happens to the variance of a two-asset portfolio when assets are less than perfectly correlated?
a.
Variance is reduced compared to the individual asset variances.
b.
The variance is always equal to the sum of the individual asset variances.
c.
The variance is a weighted average of the individual asset variances.
d.
Variance increases as the correlation between the assets decreases. (WRONG)
What is the significance of a Sharpe ratio of zero in a portfolio?
a.
It implies that the portfolio has the highest possible risk.
b.
It signifies that the portfolio's return is equal to the risk-free rate. (WRONG)
c.
It means the portfolio offers no excess return over the risk-free rate.
d.
It indicates that the portfolio has no risk.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Public Finance Theory And Practice

Authors: M. Marlow

1st Edition

0030969603, 978-0030969607

More Books

Students also viewed these Finance questions