Systematic vs simple random sample

By Jude Wallis · Published

Both use chance, and both can give every individual the same chance of selection. Only a simple random sample makes every possible sample of size n equally likely. A systematic sample is decided by its random start, so from 12 students taken 3 at a time only 4 of 220 samples can occur.

AP Statistics: Unit 1 (topics 1.11 Random Sampling). Both methods are named in topic 1.11 (Random Sampling) in Unit 1 of the Fall 2026 AP Statistics course, which is 20% to 30% of the multiple-choice section. The topic asks you to identify a sampling method from a description and to justify why it suits the question being investigated.

Systematic vs simple random sample: the short answer

Both methods use chance, and both can give every individual in the population exactly the same chance of ending up in the sample. Only one of them is a simple random sample.

A simple random sample (SRS) of size nn is drawn so that every possible sample of size nn is equally likely. The condition is about whole samples, not about individuals.

A systematic random sample puts the population in some order, fixes an interval kk, draws a starting position at random from the first kk places, then takes every kk-th unit after it. The random start is the only randomness in the procedure. Once it is drawn, every remaining member of the sample is determined by arithmetic.

That is the whole distinction. Because the start decides everything, only kk different samples can ever occur, so almost every subset of size nn has probability zero. Equal chance for each individual survives. Equal chance for each group does not.

What each procedure actually does

To take an SRS, you need a list. Number the population 1 to NN, where NN is the population size, generate random numbers in that range, ignore repeats, and take the first nn distinct labels. Any combination of nn individuals can come out, and all of them are equally likely.

To take a systematic sample, you need an order rather than a list. Choose the interval kk, draw a start at random from the positions 1 through kk, then take positions start, start +k+ k, start +2k+ 2k, and so on to the end. When NN is a multiple of nn you set k=N/nk = N/n and every possible sample comes out at exactly size nn. You never need to know who is on the list in advance, which is why this method can be run at a checkout line or a factory belt where an SRS cannot.

Now compare the chance one named individual has. In an SRS it is n/Nn/N, the sample size over the population size. In a systematic sample, individual ii is chosen exactly when the random start matches its position within the cycle, and there are kk equally likely starts, so the chance is 1/k1/k. With k=N/nk = N/n those two numbers are the same. Equal individual probability is not what separates the methods.

Enumerate a roster of 12 and the trap is visible

Take an alphabetical roster of 12 students and a sample of 3. For the systematic plan, k=123=4k = \frac{12}{3} = 4, and the random start is one of positions 1, 2, 3, 4.

Random startThe sample it forces
1students 1, 5, 9
2students 2, 6, 10
3students 3, 7, 11
4students 4, 8, 12

Four samples, each with probability 14\frac{1}{4}. Every student appears in exactly one of the four, so every student has probability 14\frac{1}{4} of being selected.

Now the SRS. The number of samples of size 3 from 12 students is (123)=220\binom{12}{3} = 220, and each has probability 1220\frac{1}{220}. Any one student sits in (112)=55\binom{11}{2} = 55 of them, so that student's chance is 55220=14\frac{55}{220} = \frac{1}{4}, identical to the systematic figure.

The two methods part company at the group level. The systematic plan can produce 4 of the 220 subsets, so the other 216 have probability zero. Students 1 and 2 can never be sampled together, because any two selected students sit 4 or 8 places apart on the roster. Under the SRS that same pair turns up in 10 of the 220 samples, a probability of 10220=122\frac{10}{220} = \frac{1}{22}. Same chance for each student, wildly different chances for each group of students.

The differences side by side

FeatureSimple random sampleSystematic random sample
Where the randomness sitsIn every selectionIn the starting point alone
What is equally likelyEvery sample of size nnEvery one of the kk starts
Possible samples (12 students, n=3n = 3)2204
Chance for one named individualn/Nn/N1/k1/k, which equals n/Nn/N when N=nkN = nk
What you need before you beginA full list of the populationAn order you can walk through
The way it goes wrongAn incomplete list leaves people unreachableThe order repeats on a cycle that lines up with kk

Read the first two rows together. Every other difference on this page follows from the fact that a systematic sample randomizes once and then stops.

The one real failure mode: a list with a matching period

Systematic sampling is not fragile in general. Its main failure is one specific situation: when the order of the list repeats on a cycle whose length lines up with kk. Every unit you take then sits at the same phase of that cycle, so the sample sees one slice of a pattern instead of a spread across it. The other thing to watch is arithmetic, because unless NN is a multiple of kk the starts return samples of different sizes and the sample mean is no longer guaranteed to be unbiased.

A calendar is the standard case. Sample every 7th day and every day in the sample falls on the same weekday. Suppose a shop's daily customer counts run Monday 40, Tuesday 44, Wednesday 46, Thursday 48, Friday 62, Saturday 96, Sunday 84, and two identical weeks give a 14-day population with mean 84014=60\frac{840}{14} = 60 customers per day. With k=7k = 7 the sample is two days of the same name, so the sample mean equals that weekday's count. The seven possible sample means are 40, 44, 46, 48, 62, 96, and 84.

Notice what is and is not broken. Those seven means average to 4207=60\frac{420}{7} = 60, exactly the population mean, so the method is still unbiased. What collapses is precision: you get one of those seven and nothing in between. A Saturday start reports 96, which is 60% above the truth, and a Monday start reports 40, a third below it. An SRS of 2 days could land on both Saturdays too, but only with probability 1(142)=191\frac{1}{\binom{14}{2}} = \frac{1}{91}, while the systematic plan hands you that sample with probability 17\frac{1}{7}, thirteen times as often.

The repair is to know what the order means. If the ordering has nothing to do with the variable being measured, a systematic sample behaves much like an SRS. If it might cycle, randomize the order before you start, or pick an interval that shares no factor with the cycle length and a list long enough to walk the whole cycle. Both halves are needed. Stepping every 7th or every 14th day lands on one weekday however long the list runs, and stepping every 10th day visits all seven weekdays only once the list runs to 70 days, since seven weekdays take seven selections and a start as late as day 10 needs 70 days to make seven of them. On the 14 days above, a step of 10 returns one or two days and can still hand you Saturday's 96 on its own.

When to use which

Use an SRS whenever you hold a complete list of the population and can reach anyone on it. It assumes nothing about order, leaves every subset possible, and is the benchmark the other methods are judged against. A registrar with a numbered roster of 8,000 students can run one straight off the list, and only needs something else when a known trait splits the students in a way that moves the answer.

Use a systematic sample when the list does not exist yet but the individuals come past you in an order: every 20th item off a production line, every 12th shopper through a door, every 50th file in a drawer. You do not need to know NN in advance to start, and the sample spreads itself evenly along the list rather than clumping at one end the way a small SRS sometimes does. Before you commit, ask one question: does anything about this order repeat? If the answer is yes and the cycle length shares a factor with kk, change the interval or randomize the order first. Nearness is not the test: against a 7-day cycle, k=6k = 6 and k=8k = 8 are the two closest intervals and neither one locks onto it, while k=14k = 14 sits further away and locks on completely.

Both are random sampling methods, so both support generalizing to the population, and neither supports a cause-and-effect claim on its own. Choosing among all the named methods, including stratified and cluster, is worked through in how to choose a sampling method.

The classic mix-up and how to avoid it

The mistake the exam is built to catch is the sentence "everyone had an equal chance of being picked, so it was a simple random sample." Equal individual chance is necessary for an SRS and it is not sufficient. The roster above makes that concrete: 1 in 4 for every student under both plans, and 216 subsets that only one of them can produce.

Two habits keep it straight.

  1. Ask what the randomness picks. If chance selects each member of the sample, the plan can be an SRS. If chance selects one thing (a starting position, a set of clusters, a coin flip) and that one thing determines the rest, it is not.
  2. Try to name a subset that can never happen. Two neighbours on the list can never both be in a systematic sample. One impossible sample of size nn is enough to rule out an SRS.

That second test also rules out stratified and cluster samples, which fail the same condition for their own reasons, set side by side in simple random vs stratified sampling.

The error also runs the other way. Calling a systematic sample "not random because the interval is fixed" is wrong too: the random start is genuine randomness and it is what gives every individual a known, equal chance. For any sample size worth taking, a systematic sample is a random sample and it is not an SRS. Both halves of that sentence get tested.

Enumerate both plans on the same 12 students

A club has 12 members listed alphabetically and wants a sample of 3. Plan A numbers the members 1 to 12, runs a random number generator, and takes the first 3 distinct numbers. Plan B picks a random start among positions 1 to 4 and then takes every 4th member. For each plan, find the chance that member 7 is selected, the number of different samples that can occur, and the chance that members 1 and 2 are both selected.

  1. Set up Plan B. The interval is k=123=4k = \frac{12}{3} = 4, and the four possible starts give the samples {1,5,9}\{1, 5, 9\}, {2,6,10}\{2, 6, 10\}, {3,7,11}\{3, 7, 11\} and {4,8,12}\{4, 8, 12\}, each with probability 14\frac{1}{4}.

  2. Member 7 under Plan B. Member 7 appears in exactly one of those four samples, the one starting at 3, so the chance is 14=0.25\frac{1}{4} = 0.25.

  3. Member 7 under Plan A. The chance for any named individual in an SRS is nN=312=0.25\frac{n}{N} = \frac{3}{12} = 0.25. Check it by counting instead: the samples containing member 7 are formed by choosing 2 others from the remaining 11, which is (112)=55\binom{11}{2} = 55, out of (123)=220\binom{12}{3} = 220 total, and 55220=0.25\frac{55}{220} = 0.25. The two plans agree exactly.

  4. Count the possible samples. Plan A can produce all (123)=220\binom{12}{3} = 220 subsets of size 3. Plan B can produce 4 of them, so 2204=216220 - 4 = 216 subsets have probability zero under Plan B.

  5. Members 1 and 2 under Plan B. Any two members selected together sit a multiple of 4 apart on the list, and members 1 and 2 sit 1 apart, so this pair can never occur. The probability is 0.

  6. Members 1 and 2 under Plan A. Fix both of them and choose the third member from the remaining 10, giving (101)=10\binom{10}{1} = 10 samples out of 220, so the probability is 10220=1220.045\frac{10}{220} = \frac{1}{22} \approx 0.045.

  7. State the conclusion the exam wants. Both plans give each individual the same probability, 0.25, so equal individual chance cannot be what identifies an SRS. Plan B fails the definition because 216 samples of size 3 are impossible under it.

Member 7 has probability 0.25 under both plans. Plan A can produce 220 different samples, Plan B only 4. Members 1 and 2 appear together with probability 1220.045\frac{1}{22} \approx 0.045 under Plan A and probability 0 under Plan B, which is why Plan B is a random sample but not a simple random sample.

When the interval locks onto a weekly cycle

A shop's daily customer counts repeat the same pattern every week: Monday 40, Tuesday 44, Wednesday 46, Thursday 48, Friday 62, Saturday 96, Sunday 84. Over a 14-day stretch (two identical weeks), an owner samples 2 days by choosing a random start among the first 7 days and then taking every 7th day. Find the true mean, list every sample mean the plan can produce, and say what goes wrong.

  1. Find the population mean. One week totals 40+44+46+48+62+96+84=42040 + 44 + 46 + 48 + 62 + 96 + 84 = 420 customers, so 14 days total 2×420=8402 \times 420 = 840 and the mean is 84014=60\frac{840}{14} = 60 customers per day.

  2. See what the interval does. With k=7k = 7 and a 7-day cycle, the two sampled days are the same weekday in each week, so the sample mean is just that weekday's count.

  3. List the seven possible sample means, one per start: 40, 44, 46, 48, 62, 96, 84.

  4. Check the center. Those seven equally likely means average to 4207=60\frac{420}{7} = 60, which matches the population mean exactly, so the method is unbiased here.

  5. Check the spread, which is where it breaks. A Saturday start reports 96, and 966060=0.60\frac{96 - 60}{60} = 0.60, so it overstates the truth by 60%. A Monday start reports 40, and 4060600.333\frac{40 - 60}{60} \approx -0.333, understating it by a third. No possible sample lands between 48 and 62.

  6. Compare with an SRS of 2 days. An SRS could also draw the two Saturdays, but that is 1 of the (142)=91\binom{14}{2} = 91 equally likely pairs, a probability of 1910.011\frac{1}{91} \approx 0.011. The systematic plan produces it with probability 170.143\frac{1}{7} \approx 0.143, which is 13 times as often.

  7. Fix the design, not just the interval. An interval that is a multiple of 7, such as 7 or 14, lands on one weekday forever, so a usable interval must share no factor with the cycle length. That is necessary and it is not sufficient: walking through all seven weekdays takes at least seven selections, and this list holds only 14 days. Stepping every 10th day, k=10k = 10, draws a start from 1 to 10 and returns only 1 or 2 days, and its ten possible sample means are 44, 53, 71, 66, 62, 96, 84, 40, 44 and 46, still spanning 40 to 96 and now averaging 60.6 rather than 60. Since k=7k = 7 is the only interval that returns exactly 2 days from a 14-day list, the repair is to randomize the day order before sampling, or to take an SRS of 2 days.

The true mean is 60 customers per day. The plan can only return 40, 44, 46, 48, 62, 96, or 84, and those seven average to 60, so it is unbiased but extremely variable: one sample can read 60% high or a third low. The problem is that k=7k = 7 matches the weekly cycle, and on a 14-day list no other interval fixes it while still returning 2 days: k=10k = 10 returns 1 or 2 days and can still report 96. The repair is to randomize the day order before sampling, or to draw an SRS of 2 days.

Frequently asked questions

Is a systematic sample a simple random sample?

No. An SRS requires every possible sample of size n to be equally likely. A systematic sample is fixed by its random start, so only k samples can ever occur and every other subset has probability zero. From 12 people taken 3 at a time, a systematic plan can produce 4 samples out of the 220 an SRS can produce.

Does every individual really have the same chance in a systematic sample?

Yes, as long as the starting position is drawn at random from the first k places. Each individual is selected exactly when the start matches its position within the cycle, so each has probability 1/k. When the interval is set at k = N/n, that is the same n/N chance an SRS gives.

Is systematic sampling random at all?

Yes. The random start is genuine randomness, and it is enough to give every individual a known, equal chance of selection, which is what separates systematic sampling from convenience sampling. Calling it nonrandom because the interval is fixed is a common and incorrect reading.

When does systematic sampling actually go wrong?

When the order of the list repeats on a cycle that lines up with the interval, because every selected unit then sits at the same phase of that cycle. Sampling every 7th day always lands on one weekday. The center of the estimate need not shift, but a single sample can sit far from the truth. Choose an interval with no factor in common with the cycle, on a list long enough to make several selections, or randomize the order first.

How do I tell them apart in an exam scenario?

Look for an order and a fixed interval. Words like every 10th item, every 25th name, or a random start followed by a step describe a systematic random sample. Drawing labels from one undivided list with a random number generator, with no interval anywhere, describes a simple random sample.