Sampling methods practice problems

By Jude Wallis · Published

This set has 8 problems on identifying and choosing sampling methods, naming the bias in a flawed design, and stating what population a result generalizes to. Solve each on paper, then check your reasoning against the full solution steps.

AP Statistics: Unit 1 (topics 1.11 Random Sampling, 1.12 Potential Problems with Sampling, 1.13 Experimental Design). These problems cover Unit 1 topics 1.11 (simple random, stratified, cluster, and systematic sampling) and 1.12 (voluntary response, undercoverage, nonresponse, and response bias) in the Fall 2026 AP Statistics course, where Unit 1 is 20 to 30% of the multiple-choice section. Two problems also reach 1.13, where the difference between random selection and random assignment decides whether a causal claim is allowed.

What these problems build

These 8 problems build one workflow you can run on any study description. First, find the chance mechanism: what device selected the individuals, and at what level did it act? That single question separates the six named designs.

  • A simple random sample (SRS) of size nn gives every possible group of nn individuals the same chance of being chosen.
  • A stratified random sample splits the population into non-overlapping groups whose members are alike (strata), then takes an SRS inside every stratum.
  • A cluster random sample splits the population into groups that each ideally mirror the whole population, takes an SRS of whole clusters, and collects data from everyone in the chosen clusters.
  • A systematic random sample picks a random start among the first kk units, then takes every kkth unit from the list.
  • A convenience sample takes whoever is easiest to reach.
  • A voluntary response sample takes whoever chooses to answer.

The first four use chance; the last two do not, which is why they are named as sampling methods that produce biased samples rather than as valid random designs. For the two that get confused most often, read simple random vs stratified sampling, and for the definition of the cluster case see cluster sample.

The four named types of bias

Bias is a systematic error in the method that pushes a statistic consistently above or consistently below the parameter. It is a lean built into the procedure, not bad luck on one sample, which is why a larger sample never removes it. The course names four types.

  • Voluntary response bias: the sample is made of people who chose to answer, and volunteers tend to hold stronger opinions than the population.
  • Undercoverage bias: the method leaves part of the population out of the sampling frame, or makes part of it less likely to be selected.
  • Nonresponse bias: some selected individuals do not respond, and responders differ from non-responders on the variable being measured.
  • Response bias: answers lean away from the truth in one direction, usually from leading or confusing question wording, or from a sensitive question people answer inaccurately.

Full credit takes three moves, not one: name the bias, say which direction it pushes the estimate, and tie the reason to the context of that study. Practice the naming step on how to identify the type of bias and the size argument on does a bigger sample fix bias.

Stating what a result covers

Every problem here ends with a scope statement, because that is where answers most often lose credit. Two separate uses of chance control two separate conclusions.

  1. Random selection from a population lets you generalize a result to the population the sampling frame actually covered. If the frame missed part of the population, the result stops at the group the frame reached.
  2. Random assignment of treatments lets you conclude cause and effect. Selecting a sample at random never licenses a causal claim on its own; see experiments vs observational studies.

So the scope sentence names a population, not a vague audience: "these results describe the 4,000 students in this district" beats "these results describe students." When the design used no chance at all, the honest scope is the respondents themselves. More sets are on the practice page.

Frequently asked questions

Is a systematic sample a simple random sample?

No. In a systematic sample with interval kk, every individual has the same chance 1k\frac{1}{k} of selection, but only kk different samples are possible, so most groups of size nn can never occur. An SRS requires every group of size nn to be equally likely, which is a stronger condition than equal chances for individuals.

How do I tell a stratified sample from a cluster sample?

Count where the sampled individuals come from. Stratified sampling takes some individuals from every group, and the groups are built so members are alike, such as grade levels. Cluster sampling takes every individual from some groups, and each group is meant to look like the whole population on its own, such as a bus route or a dorm floor.

Does taking a bigger sample fix bias?

No. Bias is a systematic lean in the method, so it repeats in the same direction on every sample the method produces. A larger sample narrows the variability around the wrong value, which makes a biased estimate look more precise while leaving it just as wrong. Only a better method fixes bias.

What does the exam want when it says describe how to select the sample?

Enough detail that another person could carry it out without asking a question. Name the frame you are numbering, the chance device, what you do with repeated numbers, how many individuals you take, and, for a stratified design, that you repeat the process separately inside each stratum before combining.

Problem 1

Name the sampling method used in each design. (a) A principal numbers all 1,450 students in the school directory and uses a random number generator to draw 100 different numbers. (b) A line inspector draws a random number between 1 and 25, starts at that bottle, and then pulls every 25th bottle. (c) A pollster splits 8,000 registered voters into four age groups and takes an SRS of 50 voters from each group. (d) A district numbers its 60 bus routes, picks 6 routes at random, and surveys every student who rides those 6 routes. (e) A reporter stands outside one grocery store and interviews the first 30 shoppers who walk out. (f) A magazine prints a survey and asks readers who wish to reply to mail it in; 900 readers do.

Show the worked solution
  1. Ask what device selected the individuals and at what level it acted. If no chance device was used, the design is convenience or voluntary response.

  2. (a) A random number generator draws individuals directly from a list of all 1,450 students, so every group of 100 students is equally likely. This is a simple random sample.

  3. (b) A random start followed by a fixed interval of every 25th bottle is a systematic random sample. Chance sets only the starting point.

  4. (c) The population is split into groups of similar individuals and an SRS is taken inside every group. The sample takes some voters from every one of the four age groups, so this is a stratified random sample.

  5. (d) Whole routes are chosen at random and every student on a chosen route is surveyed, with no one sampled from the other 54 routes. This is a cluster random sample.

  6. (e) The first 30 shoppers at one store are simply the easiest people to reach, and no chance device is involved. This is a convenience sample.

  7. (f) The 900 readers selected themselves by choosing to mail the form in. This is a voluntary response sample.

  8. Keep (c) and (d) apart with one line: stratified takes some individuals from every group, cluster takes every individual from some groups.

(a) simple random sample; (b) systematic random sample; (c) stratified random sample; (d) cluster random sample; (e) convenience sample; (f) voluntary response sample.

Problem 2

A warehouse has 1,200 employees on a numbered payroll list, and an auditor wants a sample of 60. (a) Name the design and find the interval kk. (b) If the random start is employee 7, give the first three employee numbers selected and the last one. (c) What is each employee's chance of being selected? (d) Is this a simple random sample? Explain.

Show the worked solution
  1. (a) Taking every kkth name from a list after a random start is a systematic random sample. The interval is k=Nn=120060=20k = \frac{N}{n} = \frac{1200}{60} = 20, so the auditor picks a random integer from 1 to 20 as the start and then takes every 20th name.

  2. (b) With a start of 7, the selected numbers are 77, 7+20=277 + 20 = 27, and 7+40=477 + 40 = 47. The 60th selection is 7+20(601)=7+1180=11877 + 20(60 - 1) = 7 + 1180 = 1187.

  3. (b) Check the count: from 7 to 1187 in steps of 20 gives 1187720+1=59+1=60\frac{1187 - 7}{20} + 1 = 59 + 1 = 60 employees, as required.

  4. (c) There are 20 possible starts, each equally likely, and each employee belongs to exactly one of the 20 resulting samples. So any given employee is selected with probability 120=0.05\frac{1}{20} = 0.05, which matches 601200=0.05\frac{60}{1200} = 0.05.

  5. (d) No. An SRS requires every group of 60 employees to be equally likely, and here only 20 different samples are possible. The group made of employees 1 through 60 has probability 0, so equal chance for each individual is not enough to make the design an SRS.

  6. One risk worth naming: if the payroll list repeats with period 20, for example if every 20th name is a shift supervisor, the sample over-represents or misses that group every time the method is used.

(a) Systematic random sample, k=20k = 20. (b) 7, 27, 47, and the last is 1187. (c) 120=0.05\frac{1}{20} = 0.05 for each employee. (d) Not an SRS: only 20 samples are possible, so groups such as employees 1 through 60 cannot occur.

Problem 3

A district has 4,000 students: 1,800 in elementary schools, 1,200 in middle schools, and 1,000 in high schools. The superintendent wants a stratified random sample of 200 students, allocated in proportion to the size of each level, to estimate the mean time students spend on homework. (a) How many students come from each level? (b) Describe how to select them. (c) Give one reason to stratify by school level here rather than take an SRS of 200 from the whole district. (d) What population does the estimate describe?

Show the worked solution
  1. (a) Find the sampling fraction first: f=2004000=0.05f = \frac{200}{4000} = 0.05, so the sample takes 5% of each stratum.

  2. (a) Apply it to each level. Elementary: 1800×0.05=901800 \times 0.05 = 90. Middle: 1200×0.05=601200 \times 0.05 = 60. High: 1000×0.05=501000 \times 0.05 = 50. Check the total: 90+60+50=20090 + 60 + 50 = 200.

  3. (b) Number the elementary students 1 to 1800 and use a random number generator to produce distinct integers in that range, ignoring repeats, until 90 different students are chosen. Repeat separately for the 1,200 middle school students, taking 60, and for the 1,000 high school students, taking 50. Combine the three groups into the sample of 200.

  4. (c) Homework time plausibly differs a lot between elementary, middle, and high school students but less within a level. Stratifying guarantees all three levels appear in the right proportion and, when strata differ like this, it produces an estimate that varies less from sample to sample than an SRS of the same size.

  5. (d) The sample was drawn at random from a frame covering all 4,000 district students, so the estimate describes the mean homework time of all 4,000 students in this district. It says nothing about students in other districts, who had no chance of selection.

(a) 90 elementary, 60 middle, 50 high, from a sampling fraction of 0.050.05. (b) Number the students within each level and use a random number generator to draw 90, 60, and 50 distinct numbers, then combine. (c) Levels differ on homework time, so stratifying guarantees representation and lowers the variability of the estimate. (d) All 4,000 students in this district.

Problem 4

A minor league baseball team posts a poll on its own fan page asking whether the city should fund a new stadium with a hotel tax. About 50,000 people see the post and 4,200 answer it, of whom 2,856 say yes. The team's press release states that 68% of city residents support the stadium. (a) Name the sampling method. (b) Verify the 68% and find the share of the people who saw the post who answered it. (c) Name the bias and the direction it pushes the estimate. (d) What population does the 68% actually describe? (e) Would 42,000 responses fix the problem?

Show the worked solution
  1. (a) Nobody was selected by a chance device. The 4,200 people chose to answer an open poll, so this is a voluntary response sample.

  2. (b) The percentage saying yes is 28564200=0.68\frac{2856}{4200} = 0.68, or 68%, and the share who answered is 420050000=0.084\frac{4200}{50000} = 0.084, or 8.4%. Only about 1 in 12 of the people who saw the post answered it.

  3. (b) Call that 8.4% a participation rate, not a response rate. A response rate counts the people who answered out of the people a study selected, which is why Design B in a later problem has one and this poll does not. Nobody here was selected by anyone, so there was nothing to respond to, and the 8.4% measures who volunteered rather than who was reached.

  4. (c) The main flaw is voluntary response bias: people who feel strongly enough about the stadium to stop and answer are not typical of city residents, and on a team's own fan page the people who feel strongly are overwhelmingly supporters. The estimate is therefore biased upward, so 68% overstates support among all city residents.

  5. (c) There is undercoverage as well. Residents who do not follow the team on social media had no chance to answer, and they are exactly the people least likely to favor spending public money on a stadium, which pushes the estimate in the same upward direction.

  6. (d) At best the 68% describes the 4,200 people who chose to answer. It is not a valid estimate for the roughly 50,000 who saw the post, and it is certainly not an estimate for all city residents.

  7. (e) No. Bias is a lean in the method, so it repeats in the same direction no matter how many people answer. A poll of 42,000 self-selected fans would give a narrower but equally wrong estimate. The fix is a different method: a random sample drawn from a frame that covers all city residents.

(a) Voluntary response sample. (b) 28564200=0.68\frac{2856}{4200} = 0.68, or 68%, and 420050000=0.084\frac{4200}{50000} = 0.084, or 8.4%, of those who saw the post answered it, a participation rate rather than a response rate since nobody was selected. (c) Voluntary response bias plus undercoverage of non-fans, both pushing the estimate of support upward. (d) Only the 4,200 who answered. (e) No, a larger self-selected sample keeps the same lean.

Problem 5

A university houses 7,200 students on 240 dorm floors of about 30 residents each. The housing office numbers the floors 1 to 240, uses a random number generator to choose 8 floors, and surveys every resident of those floors about dining hall hours. (a) Name the method and give the approximate sample size. (b) Explain why this is not a stratified random sample. (c) The office wants to report the result for all 12,000 undergraduates at the university. Name the problem this creates and state what the sample can actually support.

Show the worked solution
  1. (a) Whole floors are chosen at random and everyone on a chosen floor is surveyed, so the floors are clusters and this is a cluster random sample. The sample holds about 8×30=2408 \times 30 = 240 residents.

  2. (a) Note the two matching fractions: the office sampled 8240=130\frac{8}{240} = \frac{1}{30} of the floors and about 2407200=130\frac{240}{7200} = \frac{1}{30} of the residents, which is what taking whole clusters at random should produce.

  3. (b) A stratified design takes an SRS inside every group, so every floor would contribute someone. Here 232 of the 240 floors contribute nobody at all, and the 8 selected floors contribute everybody. Strata are also built to be alike within a group, while clusters are meant to look like the whole population on their own.

  4. (c) The chance mechanism selected floors from a frame of dorm floors, so the result generalizes to the 7,200 students living in university housing. Undergraduates who live off campus or commute had zero chance of selection, so extending the result to all 12,000 is undercoverage bias.

  5. (c) State the direction as well: students who live in dorms eat in dining halls far more than commuters do, so their views on dining hall hours are unrepresentative and the estimate leans toward the interests of on-campus residents. To reach all 12,000, the office needs a frame listing every undergraduate, for example stratifying by housing status and taking an SRS within each stratum.

(a) Cluster random sample of about 8×30=2408 \times 30 = 240 residents. (b) Cluster sampling takes everyone from some groups, while stratified sampling takes some people from every group; 232 floors contribute no one. (c) Reporting for all 12,000 undergraduates is undercoverage bias; the sample supports a conclusion about the 7,200 students in university housing only.

Problem 6

A city wants to estimate the proportion of its adults who have a primary care doctor. Design A dials 600 randomly chosen listings from the residential landline directory and 540 people answer. Design B mails a survey to 800 addresses drawn at random from the city address list and 168 are returned. (a) Find each response rate. (b) Name the main bias in each design and give a likely direction. (c) Which design is easier to repair, and why?

Show the worked solution
  1. (a) Design A: 540600=0.90\frac{540}{600} = 0.90, a response rate of 90%. Design B: 168800=0.21\frac{168}{800} = 0.21, a response rate of 21%.

  2. (b) Design A suffers undercoverage bias. Adults in households with no landline, which today means most younger adults, have no chance of being selected at all. Landline households skew older, and older adults are more likely to have a primary care doctor, so Design A likely overstates the true proportion.

  3. (b) Design B suffers nonresponse bias. Fully 800168=632800 - 168 = 632 of the selected households, or 79%, did not answer. People who take the time to return a health survey are plausibly those already connected to regular care, so Design B likely overstates the proportion as well.

  4. (c) Compare where each flaw lives. Design A's flaw is in the sampling frame: the landline directory permanently excludes part of the population, and no amount of extra effort with that frame reaches cell-only households. Design B's frame is the city address list, which does cover the population; only the response step failed.

  5. (c) So Design B is easier to repair, through follow-up mailings, a second contact, or in-person visits to a random subset of the non-responders. Design A needs a new frame, such as a list that includes cell phone numbers, before it can estimate anything about all city adults.

  6. Note that the 90% response rate does not make Design A the better study. A high response rate within a frame that misses part of the population still leaves an estimate that is systematically wrong.

(a) Design A 90%, Design B 21%. (b) A has undercoverage bias from the landline frame, likely overstating the proportion because landline households skew older; B has nonresponse bias from the 79% who did not reply, likely overstating it because responders are more engaged with health care. (c) Design B, because its frame covers the population and nonresponse can be reduced with follow-up, while A's frame permanently excludes cell-only households.

Problem 7

A town takes an SRS of 600 registered voters and splits it at random into two groups of 300. Group A is asked, "Do you support a small sales tax increase so the public library can stay open seven days a week?" and 219 say yes. Group B is asked, "Do you support raising taxes to pay for longer library hours?" and 129 say yes. (a) Find both percentages and the gap between them. (b) The selection was random, so name what went wrong. (c) Say which direction each wording pushes its estimate. (d) Would asking 6,000 voters close the gap? (e) What should the town report?

Show the worked solution
  1. (a) Group A: 219300=0.73\frac{219}{300} = 0.73, or 73% saying yes. Group B: 129300=0.43\frac{129}{300} = 0.43, or 43%. The gap is 0.730.43=0.300.73 - 0.43 = 0.30, or 30 percentage points.

  2. (b) The voters came from an SRS and were split into the two groups at random, so the two groups are alike in composition and the flaw is not in who was asked. A 30 percentage point gap between two random halves of the same sample is far too large to explain as ordinary sampling variability. The flaw is in the measurement, and its name is response bias from question wording.

  3. (b) Notice what the random split buys here. The two wordings were randomly assigned to two halves of one sample, which makes this a small randomized experiment sitting inside the survey, so the wording itself can be named as the cause of the 30 point gap. Compare this with problem 8, where random selection alone supports no causal claim at all.

  4. (c) Version A calls the increase "small" and pairs it with a concrete, appealing benefit in the same sentence, which pushes the estimate upward: 73% overstates real support. Version B leads with "raising taxes" and gives a vaguer benefit, which pushes the estimate downward: 43% understates it.

  5. (d) No. Each wording carries its own systematic lean, so asking 3,000 voters per version would tighten each estimate around its own biased value rather than move either toward the truth. A larger sample shrinks variability, never bias.

  6. (e) Neither number is a trustworthy estimate of support. The town should ask again with neutral wording that states the actual tax rate and the service in the same sentence, without the word "small" and without leading with the word taxes, and report the estimate from that survey instead.

(a) 73% and 43%, a gap of 30 percentage points. (b) Selection was random, so this is response bias from question wording, not sampling bias; because the wordings were randomly assigned, the wording is what caused the gap. (c) Version A leans high at 73%, Version B leans low at 43%. (d) No, a larger sample reduces variability but not bias. (e) Neither figure; re-ask with neutral wording.

Problem 8

A high school with 1,600 students wants to estimate the mean number of hours its students sleep on a school night. A statistics teacher gives the survey to the 120 students in her four sections, an elective taken almost entirely by juniors and seniors, and 96 return it, with a mean of 6.4 hours. (a) Name the sampling method and give the response rate. (b) Name two ways this design biases the estimate of the school mean, each with a direction. (c) The principal instead wants a stratified random sample of 160 students allocated in proportion to grade size, where the grades hold 480, 420, 380, and 320 students. Give the number from each grade and describe the selection. (d) The new sample gives a mean of 6.9 hours. State the population this describes, and say whether the school can conclude that more sleep causes higher test scores.

Show the worked solution
  1. (a) The teacher surveyed the students already in front of her, with no chance device selecting them, so this is a convenience sample. The response rate is 96120=0.80\frac{96}{120} = 0.80, or 80%.

  2. (b) Keep one target in view for both answers: the question asks which way each flaw pushes 6.4 hours as an estimate of the mean for all 1,600 students, so both directions have to be stated against that same number.

  3. (b) First, undercoverage from the convenience design. Every student who does not take her course had no chance of selection, and because the course is a junior and senior elective, that leaves out nearly every freshman and sophomore in the school. Upperclassmen carry heavier course loads and more outside commitments, so they plausibly sleep less than the school as a whole, which pushes 6.4 hours downward as an estimate of the school mean.

  4. (b) Second, nonresponse bias. The 12096=24120 - 96 = 24 students who did not return the form are 20% of the group, and the busiest students, who are also the ones sleeping least, are the most likely to skip a voluntary form. Dropping the shortest sleepers lifts the average of whoever is left, so nonresponse pushes 6.4 hours upward as an estimate of the school mean. A third defensible answer is response bias, since students self-report sleep and tend to round the number up.

  5. (b) The two leans run in opposite directions, so the net error in 6.4 hours cannot be signed, let alone subtracted out. That is the honest reading of a broken design: it is repaired by sampling again, not by adjusting the number it produced.

  6. (c) The sampling fraction is f=1601600=0.10f = \frac{160}{1600} = 0.10, so take 10% of each grade: 480×0.10=48480 \times 0.10 = 48, 420×0.10=42420 \times 0.10 = 42, 380×0.10=38380 \times 0.10 = 38, and 320×0.10=32320 \times 0.10 = 32. Check the total: 48+42+38+32=16048 + 42 + 38 + 32 = 160.

  7. (c) Selection: number the 480 students in the first grade level from 1 to 480, use a random number generator to produce integers in that range, discard repeats, and stop at 48 distinct students. Do the same within each of the other three grades to get 42, 38, and 32 students, then combine the four groups. Follow up with any student who does not respond rather than replacing that student with someone easier to reach, since replacing them rebuilds the nonresponse problem.

  8. (d) Scope: the 160 students were selected at random from a frame covering all 1,600 students in the school, so 6.9 hours estimates the mean sleep for all students at this school. It does not describe students at other schools, who had no chance of being selected.

  9. (d) Causation: no. Random selection supports generalizing to the school, and nothing more. A cause and effect conclusion requires random assignment of treatments in an experiment, and this is an observational study with no treatment assigned. Students who sleep more may also differ in workload, jobs, or activities, and any of those could explain a difference in test scores.

(a) Convenience sample, response rate 96120=80%\frac{96}{120} = 80\%. (b) Undercoverage of everyone outside her junior and senior sections pushes 6.4 hours downward as an estimate of the school mean, and nonresponse from the 24 who did not return the form pushes it upward; the two leans oppose, so the net direction is unknown. (c) 48, 42, 38, and 32 students from the four grades, selected with a random number generator inside each grade and combined. (d) It describes the mean sleep of all 1,600 students at this school; no causal conclusion is possible, since random selection allows generalization but only random assignment supports cause and effect.