Excel offers you the NORM.DIST statistical function for working with normal distributions. The NORM.DIST function calculates the probability that variable X falls below or at a specified value.
So, to find the probability that variable X falls above or at a specified value, we will have to use 1- normdist()
The NORM.DIST function uses the syntax:
=NORM.DIST(x,mean,standard_dev,cumulative)
Therefore, the answer is 1 - normdist( 0.28,0.25,0.433013,True)
Your friend has invented a random number generating machine that returns a value of 1, 2,...
thank you for all the help! i appreciate everythjng!
1
2
3
(1 point) A random sample of 100 observations from a population with standard deviation 8.31 yielded a sample mean of 91.5. Part 1: Part 2: Part 3: Given that the null hypothesis is j = 90 and the alternative hypothesis is #90 using a = .05, find the following: (a) Test statistic = (b) P-value: Note: Round off the test statistic to 2 decimal places and the P-value...
Questions points Answer the following questions: An entrepreneurial scientist has invented a supplement that she believes can enhance short-term memory. She conducts an experiment to test the effect of the supplement on 23 volunteers, 12 of whom are given a placebo and 11 of whom are given the supplement. In analyzing in her study, she obtains a p-value of 0.19. Which of the following is a reasonable interpretation of her results This proves that at most 19% of the time,...
Playing Dice 1 point possible (graded) You and your friend play dice games for fun, but one day you suspect that the die your friend uses is not fair. You will gather data and use the tools of hypothesis testing in this problem to provide a plausible answer as to whether or not the die is tan Pp Your statistical model is ({1,2,3,4,5,6},{Pp ). You roll the die 15 times, writing the sample as random variables X1,..., X15 where p...
Part 1 You have been asked to estimate the mean number of seals killed by a polar bear in one year. The Polar Bear tab of this spreadsheeet contains a random sample of polar bears and their annual seal kills 1. What is your best estimate for the population mean? 2. If you are going to construct at 95% confidence interval, what is the appropriate critical value ("? 13. What is the 95% confidence interval for the population mean? Part...
1. Generating the sampling distribution of the mean Аа Аа Suppose you use sampling techniques to estimate the mean of the numbers 1, 2, 3, 4, 5, 6, 7, and 8. To do this, you perform an experiment in which you roll an eight-sided die two times (or equivalently, roll two eight-sided dice one time) and calculate the mean of your sample The true mean (u) of the numbers 1, 2, 3, 4, 5, 6, 7, and 8 is and...
Question 22 3 pts Suppose you are interested in testing a null hypothesis and the p-value associated with the test statistic is 0.004. As a result, you should o reject the null hypothesis at the 5-percent level of significance, but not at the 1- percent level of significance. do not reject the null hypothesis at the 5-percent level of significance, but do reject the null at the 1-percent level of significance. o do not reject the null hypothesis at the...
Consider the following frequency table of observations on the random variable X. Values 0 1 2 3 4 5 Observed Frequency 8 25 22 21 16 8 (a) Based on these 100 observations, is a Poisson distribution with a mean of 2.4 an appropriate model? Perform a goodness-of-fit procedure with α=0.05. Which of the following is the correct conclusion? (b) Which of the following are the correct bounds on the P-value for this test.
2. (20 points) A bank has been receiving complaints from real estate agents that their customers have been waiting too long for mortgage confirmations. The bank prides itself on its mortgage application process and decides to investigate the claims. The bank manager takes a random sample of 20 customers whose mortgage applications have been processed in the last 6 months and finds the following wait times (in days) 5.7, 22, 4, 12, 9, 9, 14, 3, 6, 5, 15, 10,...
The contingency table shows the results of a random sample of former smokers by the number of times they tried to quit smoking before they were habit-free and gender. At a = 0.10, can you conclude that the number of times they tried to quit before they were habit-free is related to gender Perform the indicated chi-square independence test by completing parts (a) through (e) below. Number of times tried to quit before habit-free Gender 2-3 4 or more 272...
A Gumball machine has a number of different colors available: There are a random number of yellow, blue, white, green, black, purple, silver, cyan and magenta gumballs and one red gumball. With a pocket full of quarters, you have set your heart on getting that single red gumball. So, write a program that will simulate buying gumballs until you get the red one. (Using Python) To start with, the number of gumballs for each color are randomly chosen as follows....