SOLUTION: It is given that population mean is 200 with a standard deviation of 40. A sample of size 50 is taken with mean 60 then what is the probability of observing a mean value of upto 6
Algebra.Com
Question 1031436: It is given that population mean is 200 with a standard deviation of 40. A sample of size 50 is taken with mean 60 then what is the probability of observing a mean value of upto 60(assume that the underlying population is not normal).
Norm.dist(60,200,40/sqrt(50), true)
1-Norm.dist(60,200,40,true)
Norm.dist(60,200,40,true)
None of these
I think the answer is (C). IS that correct?
Answer by ewatrrr(24785) (Show Source): You can put this solution on YOUR website!
•If the population is not normally distributed, but the sample size is sufficiently large, then the sample means will have an approximately normal distribution. Some books define sufficiently large as at least 30 and others as at least 31.
The formula for a z-score when working with the sample means is: z =
P(x-bar <60) = P(z < ) =Norm.dist(60,200,40/sqrt(50), true)
RELATED QUESTIONS
samples of size 81 are taken from a population of size 500 with mean 10 and standard... (answered by CPhill)
a random sample of size 36 is taken from a population whith mean of 50 and standard... (answered by tommyt3rd)
If random samples of size 9 is taken from a normal distribution with mean 50 and standard (answered by stanbon)
Consider an infinite population with a mean of 160 and a standard deviation of 25. A... (answered by stanbon)
Given a population with a mean of 170 and a standard deviation of 12. With a sample of 50 (answered by stanbon)
consider an infinite population with a mean of 160 and standard deviation of 25,a random... (answered by stanbon)
A college dean would like to estimate a population mean to within 40 units with 99%... (answered by stanbon)
Consider a normal population with a mean of 50 and standard deviation of 2. A random... (answered by Boreal)
A population has a skewed right distribution with mean 27 and standard deviation 12. For (answered by ElectricPavlov)