The risk of an investment is measured in terms of the varian…
The risk of an investment is measured in terms of the variance in the return that could be observed. Random samples of 10 yearly returns were obtained from two different portfolios. The data are given below (in thousands of dollars.) Portfolio 1 130 135 135 131 129 135 126 136 127 132 Portfolio 2 154 144 147 150 155 153 149 139 140 141 What is 95% confidence interval on the ratio of the variances of the two portfolios. Interpret your answer.
Read DetailsThe Dean of Students at ACME University wants to estimate th…
The Dean of Students at ACME University wants to estimate the proportion of students who cheated on a major exam. Previous studies at other universities indicate this proportion is less than 65.7% How many students does the Dean need to select in the sample in order to be 95% confident that the sample proportion is within two percentage points of the actual proportion who cheated, if the Dean thinks ACME students have more integrity than students at other universities. (Hint: Don’t use 0.657 in your calculations)
Read DetailsBonus question 1: 3 points (Refer to class diagram 1) Write…
Bonus question 1: 3 points (Refer to class diagram 1) Write the code for the getArea method of the Square class that overrides the abstract method named getArea in the Shape class. This method should return the area of the Square object. Write this method as concisely as possible.
Read DetailsSuppose the user enters 243.3 at the prompt “Enter quantity:…
Suppose the user enters 243.3 at the prompt “Enter quantity: “. What is the output of the following code? int quantity = 0;try { System.out.print(“Enter quantity: “); quantity = sc.nextInt();}catch (InputMismatchException e) { sc.next(); System.out.println(“Error! Invalid quantity. Try again.\n”); continue;}
Read Details