Rejection Region vs P-Value

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.

Rejection region

Hypothesis testing

The rejection region is the set of test statistic values extreme enough to reject the null hypothesis at a chosen significance level alpha.

You fix α\alpha (alpha, the significance level) before collecting data, find the critical value cutting off area α\alpha in the tail or tails, and everything beyond it makes up the rejection region. For a two-sided z-test at α=0.05\alpha = 0.05 the region is z1.96|z| \geq 1.96, while a one-sided test at the same alpha uses z1.645z \geq 1.645 (or z1.645z \leq -1.645 for a left-tailed alternative), because all 5% sits in one tail. The Fall 2026 AP course frames the decision as comparing the p-value to alpha rather than drawing a region, so you will rarely need to sketch one. Both routes give the same verdict, since a test statistic lands in the rejection region exactly when its p-value is at or below alpha.

Full entry for rejection region

P-value

Hypothesis testing

A p-value is the probability, computed assuming the null hypothesis is true, of getting a result at least as extreme as the one you observed.

A p-value measures how well your data agree with the null hypothesis: a small p-value means the observed result would be surprising if the null were true, which counts as evidence against it. It is a probability about the data, not the probability that the null hypothesis is true. For example, a p-value of 0.02 says that if the null hypothesis held, data at least this extreme would occur about 2% of the time. You reject the null hypothesis when the p-value is at or below the significance level α\alpha (the Greek letter alpha).

Full entry for p-value

Where each one fits in the course