What is Systematic Random Sampling?
Systematic Random Sampling is a type of probability sampling technique where researchers select every kth element from a list or population, starting from a randomly chosen point. It’s simple, structured, and widely used in statistics, social sciences, quality control, and market research.
Systematic sampling refers to a method where the first unit is selected at random, and subsequent units are chosen at regular intervals throughout the population list. This method is efficient, especially when a complete list of the population is available.
To determine the sampling interval k, use the formula:
Where:
Start by selecting a random number r between 1 and k, and then select every kth item thereafter:
r, r+k, r+2k, r+3k, \ldots
Example:
Suppose you want to select 10 students from a list of 100.
This is a classic systematic random sampling example used in education, health surveys, and business analytics.
A systematic sample is the subset obtained using the systematic random sampling method. It ensures equal probability of selection but relies on the structure of the population list.
What is the systematic random sample?
A systematic random sample is one that includes elements selected at equal intervals from an ordered list, after a random starting point is chosen.
These real-life applications show the value and reliability of systematic sampling in various fields.
Example 1: A company wants to select a sample of 10 employees from a list of 100 employees for a training program using systematic random sampling. What should be the sampling interval, and how is the sample selected?
Solution:
Suppose a random starting number is 4.
Then selected employees: 4, 14, 24, 34, ..., 94.
Answer: Sampling interval = 10; Selected employee positions: 4th, 14th, ..., 94th.
Example 2: From a population of 75 households, select a systematic sample of 5.
Solution:
Let’s say the random start = 3
Then: 3, 18, 33, 48, 63
Answer: Sampled households are 3rd, 18th, 33rd, 48th, and 63rd.
Example 3: Population size is 95; sample size is 10. Perform systematic sampling.
Solution:
Pick a random number between 1 and 10, say 7.
Sample: 7, 17, 27, ..., 97 → Stop at max index ≤ 95.
Answer: Use rounded interval (9 or 10); final sample = 7, 17, 27, 37, 47, 57, 67, 77, 87, 97 (if ≤ 95).
Example 4: A factory produces 200 bulbs daily. A quality manager wants to check every 20th bulb starting from the 5th. How many will be selected?
Solution:
Number of bulbs =
Answer: 10 bulbs are selected.
Example 5: In a housing survey of 250 residents, choose 25 participants.
Solution:
Answer: Interval = 10; Participants = every 10th person starting from 6.
(Session 2025 - 26)