P-Value Examples in Math
Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of P-Value.
This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.
Concept Recap
The probability of observing a test statistic at least as extreme as the one computed from the sample data, assuming the null hypothesis H_0 is true.
The p-value answers: 'If nothing special is going on (H_0 is true), how surprising is my data?' A tiny p-value means the data would be very rare under H_0, so maybe H_0 is wrong. Think of it like this: you flip a coin 100 times and get 92 heads. If the coin is fair, the chance of that happening is astronomically small (tiny p-value)โso you'd conclude the coin is probably not fair.
Read the full concept explanation โHow to Use These Examples
- Read the first worked example with the solution open so the structure is clear.
- Try the practice problems before revealing each solution.
- Use the related concepts and background knowledge badges if you feel stuck.
What to Focus On
Core idea: The p-value measures the strength of evidence against H_0: smaller p-value = stronger evidence against the null hypothesis. It is NOT the probability that H_0 is true.
Common stuck point: A p-value of 0.03 does NOT mean 'there's a 3\% chance H_0 is true.' It means 'if H_0 were true, there's a 3\% chance of seeing data this extreme.'
Worked Examples
Example 1
mediumSolution
- 1 Two-tailed p-value: p = 2 \times P(Z > 2.3) = 2 \times (1 - 0.9893) = 2 \times 0.0107 = 0.0214
- 2 At \alpha=0.05: p=0.0214 < 0.05 โ Reject H_0 (result is statistically significant)
- 3 At \alpha=0.01: p=0.0214 > 0.01 โ Fail to reject H_0 (result is not significant at 1% level)
- 4 Interpretation: there's a 2.14% probability of getting a test statistic at least as extreme as 2.3 if H_0 is true
Answer
Example 2
hardPractice Problems
Try these problems on your own first, then open the solution to compare your method.
Example 1
easyExample 2
hardRelated Concepts
Background Knowledge
These ideas may be useful before you work through the harder examples.