Simple random vs stratified vs cluster sampling

By Jude Wallis · Published

A simple random sample gives every group of size n an equal chance. Stratified sampling splits the population into homogeneous strata and takes an SRS within each, which guarantees representation. Cluster sampling splits it into heterogeneous clusters and samples whole clusters to save money.

AP Statistics: Unit 1 (topics 1.11 Random Sampling). In the Fall 2026 course, topic 1.11 asks you to identify a sampling method from a description (skill 2.A) and justify its appropriateness (skill 2.B). It sits in Unit 1 (20% to 30% of the multiple-choice section) under the Collect Data practice.

The three sampling methods at a glance

All three methods use random chance to pick a sample from a population, but they differ in how they split the population and what they draw from those pieces. In a simple random sample (SRS), you do not split at all: you draw nn individuals from one list so that every possible group of size nn is equally likely. In a stratified random sample, you split the population into non-overlapping groups called strata that are internally similar, then take a separate SRS inside each stratum and combine the results. In a cluster random sample, you split the population into groups called clusters that each resemble the whole population, take an SRS of the clusters, and then measure every individual in the chosen clusters.

One contrast drives the whole topic. Stratified sampling makes homogeneous groups and samples within each of them; cluster sampling makes heterogeneous groups and samples whole groups. A fourth method, systematic sampling, orders the population and picks every kk-th unit from a random start. This is Unit 1 topic 1.11, and the exam mostly asks you to read a scenario and name the method.

Simple random sampling: every group of size n is equally likely

The definition of an SRS is stricter than it first sounds. In a simple random sample of size nn, every sample of size nn has the same chance of being selected. That is stronger than saying each individual has an equal chance, because it also requires that every combination of individuals is equally likely. Many biased methods still give each person an equal individual chance, so the group-level condition is what makes an SRS special.

To carry one out, you give every individual a number and then use a random mechanism to choose. Two standard procedures are a random number generator and drawing numbered slips of paper from a hat. AP problems usually want to see the mechanism described: assign labels 1 to NN, where NN is the number of individuals in the population, generate random numbers, and take the first nn distinct labels.

A related idea is sampling with or without replacement. Sampling without replacement means an individual can be chosen only once, since it is not returned to the population before the next draw. Sampling with replacement returns the individual each time, so the same person could be selected again. Real surveys almost always sample without replacement.

The SRS is the benchmark. The other methods still use random chance, but they add structure that an SRS does not have, so they are not simple random samples even when every individual has the same chance of being picked.

Stratified vs cluster: the distinction the exam wants

This is the pair students mix up most. Both methods divide the population first, but they divide it for opposite reasons and then sample it in opposite ways.

Stratified sampling divides the population into strata based on a shared attribute, such as grade level, age band, or region, and good strata are homogeneous, meaning the people inside one stratum are alike on the trait that matters. You then take an SRS within every stratum and combine them into one sample. Because every stratum is forced to appear, stratified sampling guarantees representation of each group, and when the strata really are internally similar it tends to produce a less variable estimate than an SRS of the same total size. That lower variability, not just fairness, is the statistical payoff.

Cluster sampling divides the population into clusters, and the goal is the reverse: each cluster should be heterogeneous and mirror the whole population, with the clusters similar to one another. You take an SRS of the clusters and then collect data from every individual in the selected clusters. The reason to do this is practical. If a full list of individuals is hard to get or people are spread out, sampling a few intact clusters (a few schools, a few city blocks) is cheaper and easier to run than chasing scattered individuals.

A quick way to keep them straight: strata are similar within, and you sample some of each; clusters are each like the whole, and you sample all of a few. If the scenario samples a fraction of every group, it is stratified. If it picks a few whole groups and measures everyone in them, it is cluster.

Systematic sampling and a comparison table

A systematic random sample lines the population up in some order and selects members using a random starting point and a fixed, periodic interval. For example, to pick 40 shoppers from a stream of arrivals, choose a random start among the first 10 people and then take every 10th person after that. It is easy to run in the field because you never need a full list in advance, though it can go wrong if the ordering itself has a hidden pattern that lines up with the interval.

Here is how the four methods compare on how they split the population, what they draw, and why you would choose them.

MethodHow you split the populationWhat you sampleMain reason to use it
Simple randomNo split; one list of all unitsnn units drawn at randomUnbiased benchmark; every group of size nn equally likely
StratifiedHomogeneous strata (shared trait)An SRS within every stratumGuarantees each group appears; can lower variability
ClusterHeterogeneous clusters, each mirrors the wholeEvery unit in randomly chosen clustersCheaper and easier when a full list is hard to get
SystematicOrder the units in a lineEvery kk-th unit from a random startSimple to run in the field with no full list

Each method uses randomness, so each can give an unbiased picture of the population when it is carried out well. The choice among them depends on the question, the budget, and what list of the population you actually have.

How the AP exam tests sampling methods

Sampling methods are Unit 1, topic 1.11, part of the 20% to 30% of the multiple-choice section that Unit 1 carries. The topic sits under the Collect Data statistical practice, which is 20% to 30% of the multiple-choice questions on its own, so it is worth knowing cold. The two learning objectives are to identify a sampling method from a description (skill 2.A) and to justify why a method is appropriate for a given question (skill 2.B).

The most common question type gives you a short scenario and asks you to name the method. Work it by asking two questions in order: did the study split the population first, and if so, did it sample within every group or take whole groups?

  • A method that selects individuals at random from one undivided list, with no fixed interval, is an SRS.
  • A method that samples inside every group is stratified.
  • A method that takes a few whole groups is cluster.
  • A method that walks down an ordered list at a fixed interval is systematic.

Watch for the trap that stratified and systematic samples are not simple random samples, because they do not let every group of size nn occur. Also remember that a random method can still be poorly matched to the question, which is why justification (skill 2.B) matters as much as naming.

To see how sampling connects to designing studies, read experiments vs observational studies. To review the vocabulary of a sample statistic estimating a population parameter, see parameter vs statistic. The full unit lives at Unit 1: Exploring One-Variable Data, and the official framework is at AP Central.

Identify the method from four scenarios

Name the sampling method used in each study. (a) A registrar numbers all 8,000 students, runs a random number generator, and picks the first 200 distinct numbers. (b) An airline splits its members into basic, silver, and gold tiers, then takes an SRS of members from each tier and combines them. (c) A district has 40 elementary schools, randomly picks 5 of the schools, and surveys every student in those 5 schools. (d) A quality inspector tests every 50th item off the line, starting from a randomly chosen item among the first 50.

  1. Scenario (a): the registrar draws from one undivided list so that any set of 200 students is equally likely, using a random number generator. No groups are formed, so this is a simple random sample.

  2. Scenario (b): the members are split into tiers, which are homogeneous groups sharing an attribute, and an SRS is taken within every tier and combined. Sampling within each group makes this a stratified random sample.

  3. Scenario (c): the population is split into clusters (the 40 schools), an SRS of 5 whole clusters is chosen, and every student in the chosen clusters is measured. Taking a few whole groups makes this a cluster random sample.

  4. Scenario (d): the items are in order and the inspector takes every 50th one from a random start, a fixed periodic interval, so this is a systematic random sample.

(a) simple random sample, (b) stratified random sample, (c) cluster random sample, (d) systematic random sample.

Stratified or cluster? A tricky pair

A city has 300 apartment buildings. Compare two plans for sampling residents. Plan A: sort residents into three income bands, then take an SRS of 50 residents from within each band. Plan B: take an SRS of 15 buildings and interview every resident living in those 15 buildings. Which plan is stratified and which is cluster, and give one reason someone would choose each?

  1. Look at how each plan splits the city. Plan A splits residents into income bands built to be internally similar (homogeneous), and Plan B splits the city into buildings, each of which holds a mix of residents (heterogeneous).

  2. Look at what each plan samples. Plan A takes a sample within every band, which is the stratified pattern. Plan B takes a few whole buildings and measures everyone in them, which is the cluster pattern.

  3. Match reasons to methods. Plan A guarantees that every income band appears and can reduce the variability of an income estimate because the bands are internally alike. Plan B is cheaper and easier because interviewing everyone in 15 buildings avoids tracking down residents scattered across 300 buildings.

Plan A is stratified (sample within homogeneous income bands, guaranteeing representation and lower variability); Plan B is cluster (sample a few whole buildings, which is cheaper to run).

Proportional allocation in a stratified sample

A high school of 1,200 students has 400 freshmen, 360 sophomores, 240 juniors, and 200 seniors. A counselor wants a stratified sample of 60 students, using grade level as the strata and allocating the sample in proportion to each grade's size. How many students should come from each grade?

  1. Confirm the strata sizes add to the population: 400+360+240+200=1200400 + 360 + 240 + 200 = 1200 students, so the four grades account for everyone.

  2. Find the sampling fraction, the share of the whole population you are sampling: 601200=0.05\frac{60}{1200} = 0.05, so you take 5% of each stratum.

  3. Apply 0.05 to each grade. Freshmen: 0.05×400=200.05 \times 400 = 20. Sophomores: 0.05×360=180.05 \times 360 = 18. Juniors: 0.05×240=120.05 \times 240 = 12. Seniors: 0.05×200=100.05 \times 200 = 10.

  4. Check the parts add back to the target: 20+18+12+10=6020 + 18 + 12 + 10 = 60 students, which matches the requested sample size. Then take an SRS of that many students inside each grade.

Sample 20 freshmen, 18 sophomores, 12 juniors, and 10 seniors (a 5% SRS within each grade), for a total of 60 students.

Frequently asked questions

What is the main difference between stratified and cluster sampling?

Stratified sampling splits the population into homogeneous strata and takes a sample within every stratum, so each group is guaranteed to appear. Cluster sampling splits the population into heterogeneous clusters and samples a few whole clusters, measuring everyone in them. The short version is sample some of each group versus sample all of a few groups.

Why isn't a stratified sample a simple random sample?

An SRS requires that every possible group of size n is equally likely. Stratified sampling forces each stratum to be represented, so a sample made up entirely of one stratum can never occur, which means many groups of size n are impossible. Each individual can still have an equal chance, but the group-level condition for an SRS fails.

When is cluster sampling a good idea?

Cluster sampling helps when a full list of individuals is hard to build or people are spread out, because sampling a few intact clusters is cheaper and easier than reaching scattered individuals. It works best when each cluster resembles the whole population, so a few clusters still reflect it well.

Does stratified sampling always reduce variability?

It tends to reduce the variability of an estimate when the strata are internally similar and differ from one another, because you remove the between-group differences from the sampling error. If the strata are not really homogeneous, the gain over a simple random sample of the same size shrinks.