# p-Values

> AP Statistics · AP 2024-2026 Statistics CED
> Source: https://www.owlsprep.com/study/ap-statistics-u12-p-values/

This module covers formal p-value definition, calculation for one/two-tailed proportion z-tests, rubric-compliant contextual interpretation, and proper use to draw statistical significance conclusions.

**Prerequisites:** [Null and alternative hypotheses for population proportions](https://www.owlsprep.com/study/ap-statistics-u12-null-alternative-hypotheses/); [Sampling distributions for sample proportions](https://www.owlsprep.com/study/ap-statistics-u11-sampling-distributions-proportions/)

## Learning objectives

- Define p-value formally under the null hypothesis significance testing framework
- Calculate one-tailed and two-tailed p-values for population proportion z-tests
- Write full, rubric-compliant contextual interpretations of p-values
- Use p-values to draw valid statistical conclusions aligned to AP exam requirements

## Formal Definition of the p-value

The p-value is the core output of null hypothesis significance testing, and the single most frequently tested concept in AP Statistics inference units. College Board rubrics award full points only if your interpretation explicitly references the assumption that the null hypothesis is true.

**p-value** — The probability of observing a test statistic as extreme, or more extreme, than the one calculated from your sample data, if the null hypothesis is exactly true.

*Notation:* P

*Example:* If your sample gives a z-score of +2.1 for a right-tailed test, the p-value is the area to the right of z=2.1 under the standard normal curve.

> **info**
>
> The p-value is a conditional probability: it always conditions on the null being true. It is NOT the probability that the null hypothesis is true, a mistake that will cost you all points on AP FRQs.

**Check your understanding**

Test your understanding of the definition before moving on

1. Which of the following is a correct description of a p-value?

   - The probability the null hypothesis is true
   - The probability of getting a test statistic at least as extreme as observed, assuming H0 is true
   - The probability the alternative hypothesis is true
   - The probability your sample result will replicate

   *Why:* This matches the formal definition, and is the exact phrasing College Board accepts for full points.

## Calculating p-values for Proportion Z-Tests

For inference on a single population proportion, the test statistic follows a standard normal (z) distribution when normality conditions are satisfied. The direction of the alternative hypothesis determines which tail(s) of the distribution you use to find the p-value.

$$z = \frac{\hat{p} - p_0}{\sqrt{\frac{p_0(1-p_0)}{n}}}$$

1. For a right-tailed alternative $H_a: p > p_0$, the p-value is the area to the right of your calculated z-score
2. For a left-tailed alternative $H_a: p < p_0$, the p-value is the area to the left of your calculated z-score
3. For a two-tailed alternative $H_a: p \neq p_0$, the p-value is double the tail area beyond the absolute value of your z-score

**Worked example:** A researcher tests whether the proportion of high school students who own a smartphone is different from 0.75, using a sample of 200 students where 162 own smartphones. Calculate the appropriate p-value.

1. First, identify the null proportion, sample proportion, and sample size:
2. $$p_0 = 0.75, \hat{p} = 162/200 = 0.81, n = 200$$
3. Calculate the z test statistic:
4. $$z = \frac{0.81 - 0.75}{\sqrt{\frac{0.75 * 0.25}{200}}} \approx 1.96$$
5. This is a two-tailed test, so find the area to the right of z=1.96 and double it:
6. $$p-value = 2 * P(Z > 1.96) \approx 2 * 0.025 = 0.05$$

> **Exam tip:** You can use your TI-84 normalcdf function to calculate p-values directly, but you must show your z-score calculation on FRQs to earn full credit.

## Interpreting p-values in Context

AP Stats exam rubrics require your interpretation to include three mandatory components: reference to the null hypothesis, the extremity of the result, and the specific context of the problem. Missing any one component will deduct all points for that part of the question.

**Exam command terms**

Common AP exam prompts ask you to interpret a given p-value, and these cue words define your required response:

- **Interpret the p-value** — You must write a full sentence that includes all three required components, no shorthand allowed *(Assuming 75% of students own smartphones, the probability of getting a sample proportion as far or farther from 0.75 than 0.81 is 0.05.)*

- **Explain the p-value in this setting** — You must explicitly name the population parameter and sample size in your interpretation

> **mnemonic**
>
> Use the mnemonic N-E-C to remember the three required parts: Null assumed, Extreme result, Context specific.

## Drawing Conclusions Using p-values

The standard decision rule compares your calculated p-value to your pre-specified significance level $\alpha$, almost always set to 0.05 for AP Stats problems. Your conclusion must always link back to the original research question, not just reference 'reject H0' in isolation.

- If p-value < $\alpha$: Reject the null hypothesis. There is statistically significant evidence to support the alternative hypothesis in context.
- If p-value >= $\alpha$: Fail to reject the null hypothesis. There is not statistically significant evidence to support the alternative hypothesis in context.

**Worked example:** A test for a proportion has a p-value of 0.027, using a significance level of $\alpha = 0.05$. Write a valid conclusion for a test of whether more than 60% of voters support a ballot measure.

1. Compare the p-value to alpha:
2. $$0.027 < 0.05$$
3. State the formal decision about the null hypothesis:
4. We reject the null hypothesis that the true proportion of voters supporting the measure is 0.60.
5. State the contextual conclusion tied to the research question:
6. There is statistically significant evidence at the 0.05 level to conclude that more than 60% of voters support the ballot measure.

## Common pitfalls

- **Wrong:** Claiming the p-value is the probability the null hypothesis is true
  - Why it fails: The p-value is calculated conditional on H0 being true, so it cannot quantify the probability H0 is true
  - Correct: Always state that you assume H0 is true when describing the p-value
- **Wrong:** Forgetting to double the tail area for a two-tailed test
  - Why it fails: This will give you a p-value half the correct size, leading you to incorrectly reject H0
  - Correct: Check the direction of the alternative hypothesis before calculating the p-value
- **Wrong:** Writing a conclusion that says 'we accept the null hypothesis'
  - Why it fails: Failing to reject H0 does not prove H0 is true, it only means you do not have enough evidence to reject it
  - Correct: Always use the exact phrasing 'fail to reject the null hypothesis'
- **Wrong:** Interpreting a p-value without referencing the problem's specific context
  - Why it fails: AP rubrics deduct 100% of points for generic interpretations that do not name the parameter
  - Correct: Include the population, parameter, and sample result in every interpretation
- **Wrong:** Using the sample proportion instead of the null hypothesis proportion when calculating standard error
  - Why it fails: This gives an incorrect z-score and wrong p-value that will not earn credit
  - Correct: Always use $p_0$, the null value, for standard error calculation for proportion tests

## Cheatsheet

| Test Type | p-value Calculation | Decision Rule at α=0.05 |
| --- | --- | --- |
| Right-tailed $H_a: p > p_0$ | $P(Z > z_{obs})$ | Reject H0 if p < 0.05 |
| Left-tailed $H_a: p < p_0$ | $P(Z < z_{obs})$ | Reject H0 if p < 0.05 |
| Two-tailed $H_a: p \neq p_0$ | $2 * P(Z > \|z_{obs}\|)$ | Reject H0 if p < 0.05 |

## What's next

Mastering p-values is the foundation for all inference you will encounter for the rest of your AP Stats course, from two-proportion tests to t-tests for means, chi-square tests, and linear regression inference. The College Board weights p-value understanding extremely heavily, with at least one p-value question appearing on nearly every recent AP exam. Next, you will learn how to pair p-values with confidence intervals to draw consistent two-sided conclusions, before moving on to power and type I/type II error calculations that build directly on your understanding of hypothesis testing logic. Prioritize practicing full contextual interpretations to avoid losing easy points on FRQs.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-statistics-u12-p-values/
