Hypothesis Testing Examples in Math
Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Hypothesis Testing.
This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.
Concept Recap
A systematic method to decide whether sample data provides enough evidence to reject a claim (null hypothesis) about a population parameter.
Think of a courtroom trial: the null hypothesis (H_0) is 'innocent until proven guilty.' You look at the evidence (data) and ask: 'Is this evidence so strong that it would be very unlikely if the defendant were truly innocent?' If yes, you reject the null hypothesis. If not, you don't have enough evidence to convictβbut that doesn't prove innocence.
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: Hypothesis testing follows a fixed procedure: (1) state H_0 and H_a, (2) choose significance level \alpha, (3) compute the test statistic, (4) find the p-value, (5) reject H_0 if p-value < \alpha, otherwise fail to reject.
Common stuck point: 'Fail to reject H_0' does NOT mean 'H_0 is true'βit means there's not enough evidence against it. Absence of evidence is not evidence of absence.
Worked Examples
Example 1
mediumSolution
- 1 Calculate test statistic: z = \frac{\bar{x} - \mu_0}{\sigma/\sqrt{n}} = \frac{78 - 75}{12/\sqrt{36}} = \frac{3}{2} = 1.5
- 2 Find p-value (one-tailed): P(Z > 1.5) = 1 - 0.9332 = 0.0668
- 3 Compare to \alpha = 0.05: p = 0.0668 > 0.05
- 4 Decision: Fail to reject H_0. Conclusion: insufficient evidence that the true mean exceeds 75.
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.