Study Guide

p-Values

AP StatisticsΒ· 12 min read

1. Formal Definition of the p-valueβ˜…β˜…β˜†β˜†β˜†β± 3 min

[Block type renderer not yet implemented Β· content will appear once shipped]
πŸ“˜ Definition

p-value

PP

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.

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.

βœ“ Quick check

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

    Reveal answer
    The probability of getting a test statistic at least as extreme as observed, assuming H0 is true β€”

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

2. Calculating p-values for Proportion Z-Testsβ˜…β˜…β˜…β˜†β˜†β± 4 min

[Block type renderer not yet implemented Β· content will appear once shipped]
z=p^βˆ’p0p0(1βˆ’p0)nz = \frac{\hat{p} - p_0}{\sqrt{\frac{p_0(1-p_0)}{n}}}
  1. For a right-tailed alternative , the p-value is the area to the right of your calculated z-score

  2. For a left-tailed alternative , the p-value is the area to the left of your calculated z-score

  3. For a two-tailed alternative , 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. 1

    First, identify the null proportion, sample proportion, and sample size:

  2. 2
    p0=0.75,p^=162/200=0.81,n=200p_0 = 0.75, \hat{p} = 162/200 = 0.81, n = 200
  3. 3

    Calculate the z test statistic:

  4. 4
    z=0.81βˆ’0.750.75βˆ—0.25200β‰ˆ1.96z = \frac{0.81 - 0.75}{\sqrt{\frac{0.75 * 0.25}{200}}} \approx 1.96
  5. 5

    This is a two-tailed test, so find the area to the right of z=1.96 and double it:

  6. 6
    pβˆ’value=2βˆ—P(Z>1.96)β‰ˆ2βˆ—0.025=0.05p-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.

3. Interpreting p-values in Contextβ˜…β˜…β˜…β˜†β˜†β± 3 min

[Block type renderer not yet implemented Β· content will appear once shipped]

4. Drawing Conclusions Using p-valuesβ˜…β˜…β˜…β˜†β˜†β± 3 min

[Block type renderer not yet implemented Β· content will appear once shipped]
  • If p-value < : Reject the null hypothesis. There is statistically significant evidence to support the alternative hypothesis in context.

  • If p-value >= : 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 . Write a valid conclusion for a test of whether more than 60% of voters support a ballot measure.

  1. 1

    Compare the p-value to alpha:

  2. 2
    0.027<0.050.027 < 0.05
  3. 3

    State the formal decision about the null hypothesis:

  4. 4

    We reject the null hypothesis that the true proportion of voters supporting the measure is 0.60.

  5. 5

    State the contextual conclusion tied to the research question:

  6. 6

    There is statistically significant evidence at the 0.05 level to conclude that more than 60% of voters support the ballot measure.

5. Common Pitfalls

Wrong move:

Claiming the p-value is the probability the null hypothesis is true

Why:

The p-value is calculated conditional on H0 being true, so it cannot quantify the probability H0 is true

Correct move:

Always state that you assume H0 is true when describing the p-value

Wrong move:

Forgetting to double the tail area for a two-tailed test

Why:

This will give you a p-value half the correct size, leading you to incorrectly reject H0

Correct move:

Check the direction of the alternative hypothesis before calculating the p-value

Wrong move:

Writing a conclusion that says 'we accept the null hypothesis'

Why:

Failing to reject H0 does not prove H0 is true, it only means you do not have enough evidence to reject it

Correct move:

Always use the exact phrasing 'fail to reject the null hypothesis'

Wrong move:

Interpreting a p-value without referencing the problem's specific context

Why:

AP rubrics deduct 100% of points for generic interpretations that do not name the parameter

Correct move:

Include the population, parameter, and sample result in every interpretation

Wrong move:

Using the sample proportion instead of the null hypothesis proportion when calculating standard error

Why:

This gives an incorrect z-score and wrong p-value that will not earn credit

Correct move:

Always use , the null value, for standard error calculation for proportion tests

6. Quick Reference Cheatsheet

Test Type

p-value Calculation

Decision Rule at Ξ±=0.05

Right-tailed

Reject H0 if p < 0.05

Left-tailed

Reject H0 if p < 0.05

Two-tailed

Reject H0 if p < 0.05

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· FRQ 2

    Interpret p-value for proportion test

  • 2022 Β· MCQ Set 4

    Calculate two-tailed p-value

  • 2021 Β· FRQ 1

    Use p-value to draw conclusion

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.