Using the capital asset pricing model (CAPM), Sun State determined that the required rate of return for a capital budgeting project it is evaluating is equal to 18 percent. If U.S. Treasury bonds yield 7 percent and the market risk premium is 5 percent, what is the project's beta coefficient?
A. 5.50
B. 2.20
C. 5.00
D. 12.50
E. 0.45
Answer: B
You might also like to view...
________ occurs when the sample results lead to nonrejection of a null hypothesis that is in fact false
A) Type I error B) Type II error C) Type III error D) Type IV error E) Power of a test
Kegan and Lahey wrote about a language shift, for example, from the language of complaint to the language of ______.
a. commitment b. personal responsibility c. competing commitments d. ongoing regard
Real gross domestic product (GDP) measures the total value of final goods and services produced within a nation's physical boundaries over a given period of time,adjusted for:
A. a loss of workforce. B. recession. C. inflation. D. a rise in unemployment.
What is wrong with the following VBScript code? 1 Select Case x 2 Case 1 3 Call MsgBox("1") 4 Case 2 5 Call MsgBox("2") 6 Case Else 7 Call MsgBox("?") 8 End Select
a) Nothing. b) Line 1 should read Switch Case x and Line 8 should read End Switch. c) There should be colons at the ends of lines 2, 4 and 6 d) There should be break statements after lines 3, 5 and 7.