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.
A rejection region is fixed by three things, all settled before the data arrive: the significance level (alpha), the direction of , and the reference curve the statistic will be read against. Find the critical value that cuts off area in the relevant tail or tails, and the region is everything at or beyond it. It is a set of test statistic values, not a set of parameter values.
For a two-sided test at the cutoff is , so the region is with 0.025 in each tail. Make the alternative one-sided and the whole 5% moves to one side, dropping the cutoff to 1.645: the region is , or for a left-tailed . Change the curve to a with 24 degrees of freedom and the two-sided cutoff rises to 2.064, because a curve carries heavier tails than the normal.
Which is why "anything past 1.96 is significant" costs points. A statistic of 2.00 rejects on the standard normal, two-sided, at . The same 2.00 fails to reject on a curve with 24 degrees of freedom, where the cutoff is 2.064 and the two-sided p-value is 0.0569. Memorising the number instead of the recipe is how correct arithmetic ends up with the wrong verdict attached.
Not every region has two sides available. A chi-square test for homogeneity or independence squares its differences, so direction is gone and the region is always the upper tail: with one degree of freedom at it is . And because the region lives on the statistic, it never doubles as a range of plausible values for or (mu). That job belongs to a confidence interval.
The region and the p-value never disagree, since a statistic lands in the region exactly when its p-value is at or below . The Fall 2026 topic list has a topic titled p-Values (3.6) and none titled rejection region or critical region, so the p-value comparison is the form you meet by name.
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 is a conditional probability computed while the null hypothesis is taken as true. Written out, it is , where extreme means in whichever direction the alternative hypothesis points.
Suppose you flip a coin 100 times, get 60 heads, and test against . Under the null, (p hat) is centered at 0.5 with standard deviation 0.05, so the observed sits standard deviations out. Under the normal model the z-test uses, the two-sided p-value is 0.0455. Said aloud: if the coin really were fair, that model puts about 4.6 percent of samples of 100 flips at least 0.10 away from 0.5 in one direction or the other. Against the one-sided the same model gives 0.0228, half as much, because only the upper tail counts.
Two readings of that 0.0455 are wrong and both are everywhere. It is not the probability that the coin is fair, and it is not the probability that the result happened by chance. Both of those are claims about the hypothesis, while the p-value is a claim about the data that takes the hypothesis as given. The conditioning runs one way only, and reversing it is the single most repeated error in applied statistics.
A large p-value is not evidence for either. It means the data would not be surprising if were true, which is a much weaker statement than being true. Small samples have little power to detect anything, so a large p-value from one may mean only that the test could not have found an effect of ordinary size, which is why a p-value of 0.4 from 12 observations tells you very little.
The decision comes from comparing the p-value against a significance level (alpha) fixed before the data are seen: reject when the p-value is at or below , and fail to reject it otherwise. The p-value itself is a measure of evidence on a continuous scale, so 0.049 and 0.051 carry nearly identical information despite falling on opposite sides of the usual cutoff.