Large Counts Condition vs 10% Condition

Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.

Large Counts condition

Sampling distributions

The Large Counts condition checks that np is at least 10 and n(1-p) is at least 10, so the sampling distribution of p-hat is close to normal.

Large Counts is the shape check for proportion procedures: at least 10 expected successes and at least 10 expected failures before you may treat the sampling distribution of p^\hat{p} (p-hat, the sample proportion) as normal. It exists because p^\hat{p} is a binomial count divided by nn, and a binomial is symmetric only when p=0.5p = 0.5, piling up against a wall as pp slides toward 0 or 1. Large Counts is the textbook name; the AP course calls the same check the normality condition.

Which value of pp goes in depends on the procedure. A significance test has a hypothesized value, so verify np010np_0 \ge 10 and n(1p0)10n(1-p_0) \ge 10 using p0p_0 (p-naught). A confidence interval assumes nothing about pp, so verify np^10n\hat{p} \ge 10 and n(1p^)10n(1-\hat{p}) \ge 10, which is just counting the successes and failures you observed. Testing p0=0.25p_0 = 0.25 with n=60n = 60 passes, since np0=15np_0 = 15 and n(1p0)=45n(1-p_0) = 45. If those same 60 observations contained only 9 successes, the interval version fails on np^=9n\hat{p} = 9. One data set, two procedures, two different answers, and that is not a contradiction.

The misreading is "n=60n = 60 is more than 30, so the normal model is fine." The 30 belongs to sample means and never appears in a proportion problem. How large nn must be depends entirely on pp: at p=0.05p = 0.05 the condition demands n200n \ge 200, which is why the rule counts outcomes instead of counting observations.

Passing is not the same as exact. With n=50n = 50 and p=0.60p = 0.60 both counts clear the bar comfortably, yet the exact coverage of the nominal 95 percent z-interval is 94.1 percent. Break the condition at n=20n = 20 and p=0.90p = 0.90, where n(1p)=2n(1-p) = 2, and coverage falls to 87.6 percent. The coverage simulator reports the exact coverage at any setting. The bar of 10 is a convention rather than a theorem, and some textbooks use 5 or 15, but AP standardized on 10.

Full entry for large Counts condition

10% condition

Sampling distributions

The 10% condition says a sample drawn without replacement should be no more than 10% of the population, so the observations stay nearly independent.

Sampling without replacement makes the draws dependent: taking one person out changes what is left for the next draw. The standard deviation formulas σn\frac{\sigma}{\sqrt{n}} and p(1p)n\sqrt{\frac{p(1-p)}{n}} are built for independent draws, and the exact spread under sampling without replacement carries an extra factor NnN1\sqrt{\frac{N-n}{N-1}}, where NN is the population size. The 10% condition, n0.10Nn \le 0.10N, is the promise that this factor is close enough to 1 to ignore.

Put nn right at the ceiling and the size of the approximation becomes visible. With N=1,000N = 1{,}000 and n=100n = 100, the factor is 900999=0.9492\sqrt{\frac{900}{999}} = 0.9492, so the true standard deviation is about 5 percent below what the formula reports. The error runs in the safe direction, since a spread that is too large gives intervals slightly too wide rather than too narrow. Sample half the population, n=500n = 500, and the factor falls to 0.7075: the true standard deviation is now 29 percent below the formula, which is no longer ignorable.

The sentence to correct is this one: "the sample has to be at least 10 percent of the population." It is backwards twice. The condition is a ceiling, not a floor, and it has nothing to do with being representative. A random sample of 1,000 from 300 million is about 0.0003 percent of its population and is perfectly sound, because representativeness comes from random selection rather than from the fraction sampled.

Keep the checks apart, because they do different jobs. Randomness comes from the design. Large Counts is about shape, whether a normal model fits the sampling distribution. This one is about spread, whether the independence formula is close enough to the truth. It is the check you skip when sampling is done with replacement, and the one you cite when arguing independence from a design.

Full entry for 10% condition

Where each one fits in the course