Mistake Master
Student view — seeing the site as a student does

Carrying Out a Test for the Difference Between Two Population Proportions

▶︎  Watch it animatedinteractive step-through · ~3 min · optional

The two-proportion test statistic is $z = \frac{\hat{p}_1 - \hat{p}_2}{\sqrt{\hat{p}_c(1-\hat{p}_c)\left(\frac{1}{n_1} + \frac{1}{n_2}\right)}}$, with nothing subtracted in the numerator because the null puts the difference at 0. For 138 of 300 against 90 of 250: $z = \frac{0.10}{0.0422} \approx 2.37$, one-sided p-value about 0.0089 and two-sided about 0.0178, so at $\alpha = 0.05$ the null is rejected. The conclusion states the comparison, the decision, the direction, and both populations, with a causal verb only if subjects were randomly assigned.

A large p-value gets converted into a finding of equality: the two systems perform equally well, there is no difference, the new one is no better. All three accept the null, and with modest samples a real gap of 5 or 8 percentage points can easily go undetected, so the correct report is that there is not convincing evidence of a difference. The other recurring slips are mechanical: the unpooled standard error used in the test, the observed difference subtracted again in the numerator, and a conclusion that gives no direction because the order of subtraction was never stated.

new: 138 of 300. old: 90 of 250 1 STATE H0: p1 = p2 vs Ha: p1 > p2, alpha = 0.05 2 PLAN two-proportion z-test; random, independent, 10%, counts 138 / 162 / 90 / 160 3 DO p-hat_c = 0.4145, SE = 0.0422 z = 0.10 / 0.0422 = 2.37, p = 0.0089 4 CONCLUDE 0.0089 < 0.05, so reject H0. convincing evidence that the completion rate among ALL new-system shoppers is HIGHER direction and populations both stated: neither is optional
The numerator subtracts nothing because the null puts the difference at zero. The conclusion carries a direction, which is what separates it from the weaker claim that some difference exists.
same data, two procedures TEST: two-sided p = 0.0178 < 0.05 so 0 is rejected as the difference 0 0.018 0.182 INTERVAL: 95% CI excludes 0, and gives the SIZE close but not identical: the test pools, the interval does not
The two answer different questions on the same evidence: whether a difference is detectable, and how large the plausible differences are. Reporting both is what turns a verdict into a finding.

The work

3 ways in · any order
Lesson
Carrying Out a Test for the Difference Between Two Population Proportions

Runs the two-proportion z-test end to end with the pooled standard error, writes a conclusion carrying the direction and both populations, refuses the three sentences that turn a large p-value into equality, and lines the test up against the interval.

Skill check · 10 scenarios
Diagnostic
10-item topic check

Ten items on carrying out a two-proportion test: equality concluded from a large p-value, conclusions without a direction, unpooled standard errors in the statistic, and causal verbs from observed groups. Take it cold to find your habit, or after the lesson to check it is gone.

Not started · 10 items · ~15 min
Targeted Practice
Drill a single misconception

Pick one of the failure modes you missed and drill it on its own. The round is adaptive: two correct in a row clears it for now and moves you to the next. Two in a row is a checkpoint, not proof: if the error resurfaces later, the misconception comes back.

Take the diagnostic to identify your misconceptions