Question

In: Statistics and Probability

I do not know why I keep getting this question wrong, I triple checked my work!...

I do not know why I keep getting this question wrong, I triple checked my work!

A distribution of values is normal with a mean of 80 and a standard deviation of 18. From this distribution, you are drawing samples of size 23.

Find the interval containing the middle-most 40% of sample means: ANSWER HERE

Enter your answer using interval notation. In this context, either inclusive or exclusive intervals would be acceptable. Your numbers should be accurate to 1 decimal places. Answers obtained using exact z-scores or z-scores rounded to 3 decimal places are accepted.

I got 84.5 as my answer

Solutions

Expert Solution

Let , , n=23

Now , we want to find the interval containing the middle most 40% of the sample means.

We have , the sampling distribution of the sample mean is approximately normally distributed with mean and standard deviation

Now ,

.................(I)

From standard normal distribution table , ...............(II)

From (I) and (II) , we get ,

Therefore , (78.0,82.0) be the interval containing the middle-most 40% of sample means.


Related Solutions

hi i do not know what is wrong with my python code. this is the class:...
hi i do not know what is wrong with my python code. this is the class: class Cuboid: def __init__(self, width, length, height, colour): self.__width = width self.__length = length self.__height = height self.__colour = colour self.surface_area = (2 * (width * length) + 2 * (width * height) + 2 * (length * height)) self.volume = height * length * width def get_width(self): return self.__width def get_length(self): return self.__length def get_height(self): return self.__height def get_colour(self): return self.__colour def set_width(self,...
I did most of this problem theres only a part that I keep getting wrong or...
I did most of this problem theres only a part that I keep getting wrong or not getting. I need help figuring out the blank boxes. that says Purchasing and Power and Question 2. Rest is done Sequential Method Jasmine Company manufactures both pesticide and liquid fertilizer, with each product manufactured in separate departments. Three support departments support the production departments: Power, General Factory, and Purchasing. Budgeted data on the five departments are as follows: Support Departments Producing Departments Power...
I don't know why I keep getting the following error: AttributeError: 'tuple' object has no attribute...
I don't know why I keep getting the following error: AttributeError: 'tuple' object has no attribute 'size' I am using python in Anaconda. import numpy as np def information_gain(x_array, y_array): parent_entropy = entropy(x_array) split_dict = split(y_array) for val in split_dict.values(): freq = val.size / x_array.size child_entropy = entropy([x_array[i] for i in val]) parent_entropy -= child_entropy* freq return parent_entropy x = np.array([0, 1, 0, 1, 0, 1]) y = np.array([0, 1, 0, 1, 1, 1]) print(round(information_gain(x, y), 4)) x = np.array([0,...
My program is working until it gets to val2 / 1000000. I keep getting my answer...
My program is working until it gets to val2 / 1000000. I keep getting my answer to be 0. Can someone help please? int main() {    int n, num, num1, num2, time, val1, val2, Ts;                printf("**** Welcome to the Time Study Program ****\n");    printf("\n");    printf("Enter the number of elements for the give operation being perform\n");    printf("Number of elements: ");    scanf_s("%d", &n);    printf("\n");    printf("Enter the Performance Rating (PR) factor...
My code works in eclipse, but not in Zybooks. I keep getting this error. Exception in...
My code works in eclipse, but not in Zybooks. I keep getting this error. Exception in thread "main" java.util.NoSuchElementException at java.base/java.util.Scanner.throwFor(Scanner.java:937) at java.base/java.util.Scanner.next(Scanner.java:1478) at Main.main(Main.java:34) Your output Welcome to the food festival! Would you like to place an order? Expected output This test case should produce no output in java import java.util.Scanner; public class Main {    public static void display(String menu[])    {        for(int i=0; i<menu.length; i++)        {            System.out.println (i + " - " + menu[i]);...
How do I calcuate the FIT for this question? My calculations are wrong.................. Assume during the...
How do I calcuate the FIT for this question? My calculations are wrong.................. Assume during the quarter ending December 31 of the current year, Cox Security Systems had 13 weekly paydays and three monthly paydays. The names of the employees of Cox Security Systems and their regular salaries are shown in the following payroll register. Note that Hall and Short are paid monthly on the last payday, while all others are paid weekly. Employee Name Marital Status No. of W/H...
4 of these questions are wrong. I need to know which question I got wrong because...
4 of these questions are wrong. I need to know which question I got wrong because I am not sure. During the early and middle twentieth century, there was a sharp increase in human birth rate. a sharp decrease in human death rate. (both) (neither) True/False: If you ask a population ecologist, all the individuals in a population belong to the same species. : True A single population might exist in multiple territories that do not overlap, with no migration...
HI. I have been trying to run my code but I keep getting the following error....
HI. I have been trying to run my code but I keep getting the following error. I can't figure out what I'm doing wrong. I also tried to use else if to run the area of the other shapes but it gave me an error and I created the private method. Exception in thread "main" java.util.InputMismatchException at java.base/java.util.Scanner.throwFor(Scanner.java:939) at java.base/java.util.Scanner.next(Scanner.java:1594) at java.base/java.util.Scanner.nextInt(Scanner.java:2258) at java.base/java.util.Scanner.nextInt(Scanner.java:2212) at project2.areacalculation.main(areacalculation.java:26) My code is below package project2; import java.util.Scanner; public class areacalculation { private static...
I am getting 7 errors can someone fix and explain what I did wrong. My code...
I am getting 7 errors can someone fix and explain what I did wrong. My code is at the bottom. Welcome to the DeVry Bank Automated Teller Machine Check balance Make withdrawal Make deposit View account information View statement View bank information Exit          The result of choosing #1 will be the following:           Current balance is: $2439.45     The result of choosing #2 will be the following:           How much would you like to withdraw? $200.50      The...
PLEASE ACTUALLY DO IT OUT! I TRIED TO DO THE BOTTOM ANSWERS AND KEPT GETTING WRONG...
PLEASE ACTUALLY DO IT OUT! I TRIED TO DO THE BOTTOM ANSWERS AND KEPT GETTING WRONG FOR LAST TWO. The heating coils in a hair dryer are 0.800 cm in diameter, have a combined length of 1.00 m, and a total of 375 turns. (a) What is their total self-inductance assuming they act like a single solenoid? H (b) How much energy is stored in them when 11.5 A flows? J (c) What average emf opposes shutting them off if...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT