---
title: "Simple Random Sample — AP Stats Definition & Exam Guide"
description: "A simple random sample (SRS) gives every group of n individuals an equal chance of selection. It's the random condition behind inference in Units 5-8 of AP Stats."
canonical: "https://fiveable.me/ap-stats/key-terms/simple-random-sample"
type: "key-term"
subject: "AP Statistics"
unit: "Unit 2"
---

# Simple Random Sample — AP Stats Definition & Exam Guide

## Definition

A simple random sample (SRS) is a sampling method where every individual, and every possible group of n individuals, has an equal chance of being selected from the population. On the AP Stats exam, an SRS is the condition that lets you generalize from sample statistics to population parameters.

## What It Is

A simple random sample (SRS) is the gold-standard way to pick a sample. Every individual in the [population](/ap-stats/key-terms/population "fv-autolink") has an equal [chance](/ap-stats/unit-3 "fv-autolink") of being chosen, and so does every possible group of n individuals. Think of it as putting every name in the population into a hat, mixing thoroughly, and drawing n names. No judgment calls, no volunteers, no convenience. Pure chance does the choosing.

Why is that the gold standard? Because random selection is the only thing that removes selection bias and makes the sample representative of the population on average. Every formula you use in Units 5-9, from the [standard deviation of the sampling distribution](/ap-stats/unit-3/sampling-distributions-for-sample-proportions/study-guide/Ezxev8MPpv3mFKjV4Gq3 "fv-autolink") (σ/√n or √(p(1-p)/n)) to chi-square tests, assumes the data came from random sampling. An SRS isn't just a vocabulary word. It's the foundation that makes statistical inference legitimate, which is why "data come from a random sample" shows up as a condition you must check in almost every inference procedure.

## Why It Matters

The SRS is the thread connecting [Unit 5](/ap-stats/unit-5 "fv-autolink") (Sampling Distributions) and Unit 3 (Chi-Square Inference). In Topics 5.5 and 5.7, the formulas for the mean and standard deviation of sampling distributions ([AP Stats](/ap-stats "fv-autolink") 5.5.A and 5.7.A) only hold when samples are selected randomly, and the 10% condition kicks in because real SRSs sample without replacement. The Central Limit Theorem in Topic 5.3 (AP Stats 5.3.A) requires sample values to be independent of each other, and random sampling is how you get that independence. Then in the relevant current topics, the CED is explicit (AP Stats the relevant learning objective): a chi-square test for independence requires data collected using a simple random sample, while a test for homogeneity uses stratified random samples or a randomized experiment. That distinction alone is a classic exam question. If you can't justify why an SRS matters, you can't earn full credit on inference FRQs, because checking conditions is part of the scoring.

## Connections

### [Stratified Sampling (Unit 1, applied in Unit 3)](/ap-stats/key-terms/stratified-sampling)

[Stratified sampling](/ap-stats/key-terms/stratified-sampling "fv-autolink") splits the population into groups first, then takes an SRS within each group. The payoff shows up in the relevant current topics, where a chi-square test for homogeneity expects stratified samples or separate samples from each population, while a test for independence expects one single SRS. The sampling method literally tells you which chi-square test to run.

### Sampling Distributions for Sample Proportions and Means (Unit 5)

The formulas μp̂ = p, σp̂ = √(p(1-p)/n), μx̄ = μ, and σx̄ = σ/√n all assume random sampling. The [10% condition](/ap-stats/key-terms/10percent-condition "fv-autolink") (n ≤ 10% of N) exists because an SRS samples without replacement, which technically shrinks the standard deviation. Small sample relative to population means the difference is negligible.

### Central Limit Theorem (Unit 5)

The CLT promises an approximately normal sampling distribution for large n, but it requires sample values to be independent of each other. An SRS (plus the 10% condition) is how you justify that [independence](/ap-stats/key-terms/independence "fv-autolink"). Without random sampling, the CLT's guarantee doesn't apply to your data.

### [Chi-Square Test for Independence (Unit 3)](/ap-stats/key-terms/chi-square-test-for-independence)

The independence test asks whether two categorical variables are associated in one population, so it needs one SRS from that single population. If you see separate samples from several populations instead, that's a homogeneity setup. Spotting the sampling design is step one of setting up the test.

## On the AP Exam

Simple random samples appear two ways on the exam. First, MCQs test whether you know when an SRS is required and what it guarantees, like "Why is a simple random sample important for a chi-square test of independence?" The answer is that it gives independent observations and a sample that represents the population, which justifies generalizing your conclusion. Second, FRQs (including the 2025 exam, Q4) hand you a study description and expect you to verify conditions before inference. You'll write something like "the problem states the data come from a simple random sample, so the random condition is met," then check the 10% condition and large counts. A common trap is a problem that describes stratified samples from multiple populations. That signals a homogeneity test, not an independence test. Misidentifying the design costs points even if your calculations are perfect.

## Simple Random Sample vs Stratified Random Sample

An SRS draws one sample where every group of n individuals is equally likely, so the sample's makeup is left entirely to chance. A stratified sample divides the population into groups (strata) first, then takes an SRS within each stratum, guaranteeing representation from every group. They're not interchangeable on the exam. A stratified sample is NOT an SRS of the whole population, because not every combination of n individuals is possible (you can't end up with all individuals from one stratum). In Unit 3, this distinction decides your test. One SRS from one population means a chi-square test for independence, while stratified or separate samples from multiple populations means a test for homogeneity.

## Key Takeaways

- In a simple random sample, every individual AND every possible group of n individuals has an equal chance of being selected, not just every individual.
- An SRS is the "random" condition behind nearly every inference procedure, because random selection removes selection bias and justifies generalizing to the population.
- The sampling distribution formulas in Unit 5 (like σx̄ = σ/√n) assume random sampling, and the 10% condition handles the fact that an SRS samples without replacement.
- For a chi-square test for independence, the CED requires data from a single simple random sample; for homogeneity, you need stratified random samples or a randomized experiment.
- An SRS reduces bias but does not eliminate sampling error, since different random samples will still produce different statistics by chance.
- On FRQs, explicitly state that the data come from a random sample when checking conditions. Skipping the conditions check costs points.

## FAQs

### What is a simple random sample in AP Stats?

A simple random sample (SRS) is a sample chosen so that every individual, and every possible group of n individuals, has an equal chance of being selected from the population. It's the standard sampling method assumed by the inference formulas in Units 5-9.

### Does a simple random sample eliminate sampling error?

No. An SRS eliminates selection bias, but sampling error (the natural sample-to-sample variability in a statistic) still exists. That variability is exactly what sampling distributions in Unit 5 describe, and increasing n shrinks it by a factor of √n.

### What's the difference between a simple random sample and a stratified random sample?

An SRS picks n individuals from the whole population at once, so the sample's composition is entirely up to chance. A stratified sample splits the population into groups first and takes an SRS within each one, guaranteeing every group is represented. A stratified sample is not an SRS of the overall population.

### Why does a chi-square test for independence need a simple random sample?

Per the CED (AP Stats the relevant learning objective), the independence test examines whether two categorical variables are associated in one population, so the data must come from a single SRS of that population. If the data come from stratified samples of multiple populations, the correct test is homogeneity instead.

### Is random sampling the same as random assignment?

No. Random sampling (like an SRS) is how you select individuals from a population, and it lets you generalize results to that population. Random assignment is how you place subjects into treatment groups in an experiment, and it lets you make cause-and-effect conclusions. An experiment can have one, both, or neither.

## Related Study Guides

- [2.12 Sampling Distributions and the Central Limit Theorem](/ap-stats/unit-2/central-limit-theorem/study-guide/DPmpebCrsJBYfpSgOKn3)
- [3.2 Sampling Distributions for Sample Proportions](/ap-stats/unit-3/sampling-distributions-for-sample-proportions/study-guide/Ezxev8MPpv3mFKjV4Gq3)
- [4.1 Sampling Distributions for Sample Means](/ap-stats/unit-4/sampling-distributions-for-sample-means/study-guide/JcwkFAqbdjfLgHUdojkE)
- [Is AP Statistics Hard? AP Stats Difficulty and Worth It Guide](/ap-stats/ap-statistics-exam/ap-stats-is-it-hard/study-guide/Yui9reNU4gyyXHtNZNSS)
- [3.14 Setting Up a Chi-Square Test for Homogeneity or Independence](/ap-stats/unit-3/setting-up-chi-square-test-for-homogeneity-or-independence/study-guide/tZimSvE0pNy9ak5fjCmh)

## Structured Data

```json
{"@context":"https://schema.org","@graph":[{"@type":"LearningResource","@id":"https://fiveable.me/ap-stats/key-terms/simple-random-sample#resource","name":"Simple Random Sample — AP Stats Definition & Exam Guide","url":"https://fiveable.me/ap-stats/key-terms/simple-random-sample","learningResourceType":"Concept explainer","educationalLevel":"AP® / High School","about":{"@id":"https://fiveable.me/ap-stats/key-terms/simple-random-sample#term"},"audience":{"@type":"EducationalAudience","educationalRole":"student"},"isPartOf":{"@type":"Collection","name":"AP Statistics Key Terms","url":"https://fiveable.me/ap-stats/key-terms"},"publisher":{"@type":"Organization","name":"Fiveable","url":"https://fiveable.me"}},{"@type":"DefinedTerm","@id":"https://fiveable.me/ap-stats/key-terms/simple-random-sample#term","name":"Simple Random Sample","description":"A simple random sample (SRS) is a sampling method where every individual, and every possible group of n individuals, has an equal chance of being selected from the population. On the AP Stats exam, an SRS is the condition that lets you generalize from sample statistics to population parameters.","url":"https://fiveable.me/ap-stats/key-terms/simple-random-sample","inDefinedTermSet":{"@type":"DefinedTermSet","name":"AP Statistics Key Terms","url":"https://fiveable.me/ap-stats/key-terms"}},{"@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is a simple random sample in AP Stats?","acceptedAnswer":{"@type":"Answer","text":"A simple random sample (SRS) is a sample chosen so that every individual, and every possible group of n individuals, has an equal chance of being selected from the population. It's the standard sampling method assumed by the inference formulas in Units 5-9."}},{"@type":"Question","name":"Does a simple random sample eliminate sampling error?","acceptedAnswer":{"@type":"Answer","text":"No. An SRS eliminates selection bias, but sampling error (the natural sample-to-sample variability in a statistic) still exists. That variability is exactly what sampling distributions in Unit 5 describe, and increasing n shrinks it by a factor of √n."}},{"@type":"Question","name":"What's the difference between a simple random sample and a stratified random sample?","acceptedAnswer":{"@type":"Answer","text":"An SRS picks n individuals from the whole population at once, so the sample's composition is entirely up to chance. A stratified sample splits the population into groups first and takes an SRS within each one, guaranteeing every group is represented. A stratified sample is not an SRS of the overall population."}},{"@type":"Question","name":"Why does a chi-square test for independence need a simple random sample?","acceptedAnswer":{"@type":"Answer","text":"Per the CED (AP Stats the relevant learning objective), the independence test examines whether two categorical variables are associated in one population, so the data must come from a single SRS of that population. If the data come from stratified samples of multiple populations, the correct test is homogeneity instead."}},{"@type":"Question","name":"Is random sampling the same as random assignment?","acceptedAnswer":{"@type":"Answer","text":"No. Random sampling (like an SRS) is how you select individuals from a population, and it lets you generalize results to that population. Random assignment is how you place subjects into treatment groups in an experiment, and it lets you make cause-and-effect conclusions. An experiment can have one, both, or neither."}}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"AP Statistics","item":"https://fiveable.me/ap-stats"},{"@type":"ListItem","position":2,"name":"Key Terms","item":"https://fiveable.me/ap-stats/key-terms"},{"@type":"ListItem","position":3,"name":"Unit 2","item":"https://fiveable.me/ap-stats/unit-2"},{"@type":"ListItem","position":4,"name":"Simple Random Sample"}]}]}
```
