Sampling Methods Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

hard
A researcher randomly selects every 10th name from an alphabetical list of 1000 employees. Explain why this is systematic sampling, calculate the starting point needed, and describe a potential bias if the list is alphabetized by department.

Solution

  1. 1
    Systematic sampling: select every k=10k = 10th element; sample size = 1000/10=1001000/10 = 100
  2. 2
    Starting point: randomly select a number between 1 and 10 (e.g., 3); then sample elements 3, 13, 23, 33, ...
  3. 3
    Potential bias: if the list is grouped by department (all Accounting employees A01โ€“A50, all Biology B01โ€“B30, etc.), selecting every 10th may systematically favor certain departments or consistently skip others if department sizes are multiples of 10

Answer

Systematic: select every 10th, starting at a random number 1โ€“10. Bias if list has periodic departmental structure.
Systematic sampling is susceptible to periodic bias if the list has a cyclical pattern with the same period as k. A randomly shuffled list before systematic sampling eliminates this bias. Always check list ordering before applying systematic sampling.

About Sampling Methods

Systematic approaches for selecting a subset of individuals from a population. The main probability methods are: simple random sample (SRS), stratified random sample, cluster sample, and systematic sample. Convenience sampling is a non-probability method that is generally biased.

Learn more about Sampling Methods โ†’

More Sampling Methods Examples