SOLUTION: If the population standard deviation is o = 8, how large a sample is necessary to have a standard error that is:
a) less than 4 points?
b) less than 2 points?
c) less than 1 poi
Algebra ->
Probability-and-statistics
-> SOLUTION: If the population standard deviation is o = 8, how large a sample is necessary to have a standard error that is:
a) less than 4 points?
b) less than 2 points?
c) less than 1 poi
Log On
Question 408527: If the population standard deviation is o = 8, how large a sample is necessary to have a standard error that is:
a) less than 4 points?
b) less than 2 points?
c) less than 1 point?
You can put this solution on YOUR website! If the population standard deviation is sigma = 8, how large a sample is necessary to have a standard error that is:
-----
Standard error = s/sqrt(n)
---
a) less than 4 points?
Solve 8/sqrt(n) < 4
2/sqrt(n) < 1
2 < sqrt(n)
n > 4
-------------------
b) less than 2 points?
Solve 8/sqrt(n) < 2
4/sqrt(n)< 1
squrt(n) > 4
n > 16
--------------------
c) less than 1 point?
8/sqrt(n) < 1
8 < sqrt(n)
n > 64
==============
Cheers,
Stan H.