z = 1.96, two-tailed
z = 1.96The area to the right of 1.96 on the normal curve is 0.025; doubled for two tails it is 0.05. This is the boundary case: exactly significant at the 5% level, which is why 1.96 is the number everyone remembers.
From a z, t or chi-square statistic to its p-value, with the tail drawn and the decision explained.
Last updated
The Coddy math course teaches the method itself - you work each step on an interactive board and get told exactly where a move went wrong.
A p-value answers one narrow question: if the null hypothesis were true, how often would a statistic at least this extreme turn up? That "how often" is an area under a curve, and the curve depends on the statistic. A z-score lives on the standard normal curve, a t statistic on the heavier-tailed t curve for its degrees of freedom, and a chi-square statistic on a curve that starts at zero and only has a right tail. Most calculators give you the number; this page shades the area the number stands for, because a p-value you can see is a p-value you can explain.
The choice of tails is the part students lose marks on. A two-tailed test asks whether the statistic is extreme in either direction, so the area is taken on both sides and, by symmetry, doubled. A one-tailed test asks about one direction only. The chi-square test is always right-tailed, because a large statistic means a bad fit and a small one means a good fit in either direction. Set the tails to match the hypothesis you actually wrote down before looking at the data.
Beside the p-value the page lists the critical value at 0.10, 0.05, 0.01 and 0.001, so you can also make the decision the older way, by comparing the statistic with a table entry. The two routes always agree: p is below alpha exactly when the statistic is beyond the critical value. Seeing both at once is what makes the equivalence obvious. The far tails are computed directly rather than as one minus a rounded number, so a p-value of one in a hundred million prints as what it is instead of collapsing to zero.
A z-score comes from a normal model or a large-sample proportion test. A t statistic comes from a t-test on means and carries degrees of freedom. A chi-square statistic comes from a contingency table or a goodness-of-fit test and also carries degrees of freedom.
"Different from" is two-tailed. "Greater than" is right-tailed, "less than" left-tailed. Chi-square is right-tailed by nature.
That area, on the right curve, is the p-value. For a two-tailed test take the area beyond the absolute value on one side and double it.
p below alpha means significant. Equivalently, the statistic beyond the critical value at that alpha means significant. Both are shown; they never disagree.
The statistic a two-tailed test (or a right-tailed chi-square) must reach to be significant.
| Test | α = 0.10 | α = 0.05 | α = 0.01 |
|---|---|---|---|
| z, two-tailed | 1.645 | 1.960 | 2.576 |
| t, df = 10, two-tailed | 1.812 | 2.228 | 3.169 |
| t, df = 30, two-tailed | 1.697 | 2.042 | 2.750 |
| chi-square, df = 1 | 2.706 | 3.841 | 6.635 |
| chi-square, df = 4 | 7.779 | 9.488 | 13.277 |
z = 1.96The area to the right of 1.96 on the normal curve is 0.025; doubled for two tails it is 0.05. This is the boundary case: exactly significant at the 5% level, which is why 1.96 is the number everyone remembers.
t = 2.5, df = 12On the t curve with 12 degrees of freedom the two-tailed p is about 0.028. On the normal curve the same 2.5 would give 0.012; the t curve's fatter tails make the same statistic less impressive when the sample is small.
χ² = 7.8, df = 3The right tail beyond 7.8 has area about 0.050, so the result sits right at the 5% boundary. The critical value at 0.05 for 3 degrees of freedom is 7.815, and 7.8 falls just short of it, which is the same decision read the other way.