Sample Size: Simple Random Samples
This lesson describes how to find the smallest sample size that provides
the desired precision, when the sampling method is simple random sampling.
Factors That Influence Sample Size
The "right" sample size for a particular application depends on many factors,
including the following:
These factors interact in complex ways. Although a consideration of all the
variations is beyond the scope of this tutorial, the remainder of this lesson
covers a situation that commonly occurs with simple random samples: How to find
the smallest sample size that provides the required precision.
The next lesson covers two situations that commonly occur with stratified random
samples:
For these, and for other situations not covered in the tutorial, consider using
the Sample Planning Wizard (described below).
Sample Planning Wizard
Stat Trek's Sample Planning Wizard can help you find the right sample size quickly,
easily, and accurately. You specify your main goal - maximize precision, minimize
cost, stay within budget, etc. Based on your goal, the Wizard prompts you for the
necessary inputs and handles all computations automatically, allowing you to
compare alternative designs and sample sizes. The Wizard creates a summary report
that lists key findings and describes analytical techniques. Whenever you want to
quickly find the most precise, cost-effective sample design, consider using the
Sample Planning Wizard. The Sample Planning Wizard is a premium tool available
only to registered users.
>
Learn more
How to Choose Sample Size for a Simple Random Sample
Consider the following problem. You are conducting a survey. The
sampling method is
simple random sampling,
without replacement. You want your survey to provide a
specified level of precision.
To choose the right sample size for a simple random sample,
you need to define the following inputs.
- Specify the desired
margin of error ME. This is your measure of
precision.
- Specify
alpha.
- Find the critical
standard score z.
- Unless the population size is very large, you need to specify
the size of the population (N).
Given these inputs, the following formulas find the smallest sample
size that provides the desired level of precision.
Sample statistic
|
Population size |
Sample size |
| Mean
|
Known |
n = { z2 * σ2
* [ N / (N - 1) ] }
/ { ME2
+ [ z2 * σ2 / (N - 1) ] } |
| Mean
|
Unknown |
n = ( z2 * σ2 ) / ME2 |
| Proportion
|
Known |
n = [ ( z2 * p * q ) + ME2 ]
/ [ ME2 + z2 * p * q / N ] |
| Proportion
|
Unknown |
n = [ ( z2 * p * q ) + ME2 ]
/ ( ME2 ) |
This approach works when the sample size is relatively large (greater than or
equal to 30). Use the first or third formulas when the population size is
known. When the population size is large but unknown, use the second
or fourth formulas.
For proportions, the sample size requirements vary, based on the value
of the proportion. If you are unsure of the right value to use, set
p equal to 0.5. This will produce a conservative sample
size estimate; that is, the sample size will produce at least
the precision called for and may produce better precision.
Sample Problem
At the end of every school year, the state administers a reading test to a
simple random sample drawn without replacement from a population of 100,000
third graders. Over the last five years, students
who took the test correctly answered 75% of the test questions.
What sample size should you use to achieve a margin of error equal to plus or
minus 4%, with a confidence level of 95%?
Solution: To solve this problem, we follow the steps outlined above.
Therefore, to achieve a margin of error of plus or minus 4 percent, we
will need to survey 450 students, using simple random sampling.