Hypothesis Testing

Hypothesis Testing

Updated Mar 26, 2026

A pharmaceutical company claims their new drug lowers cholesterol. A skeptic says it does nothing. How do you settle the debate with data? You cannot just eyeball a graph and declare a winner. You need a formal framework - a set of rules that everyone agrees on before the experiment starts - that tells you when the evidence is strong enough to side with the company over the skeptic. That framework is hypothesis testing, and it is the backbone of every research study you will encounter on the MCAT.

The Jury Trial Analogy

Hypothesis testing works exactly like a criminal trial.

The Null Hypothesis (H-null)

The null hypothesis (H0H_0) is the default assumption: there is no effect, no difference, no relationship. It represents the skeptic’s position.

Examples:

  • “The drug has no effect on cholesterol.” (H0H_0: μ-drug = μ-placebo)
  • “There is no difference in test scores between the two teaching methods.”
  • “There is no correlation between sleep and GPA.”

The null hypothesis always contains an equals sign. It claims nothing interesting is happening.

The Alternative Hypothesis (H1H_1 or Hₐ)

The alternative hypothesis is the researcher’s claim: there IS an effect, a difference, or a relationship. It is what you are trying to find evidence for.

Examples:

  • “The drug lowers cholesterol.” (H1H_1: μ-drug < μ-placebo)
  • “The two teaching methods produce different test scores.”
  • “There is a correlation between sleep and GPA.”

The Steps of Hypothesis Testing

  1. State hypotheses. Define H0H_0 (no effect) and H1H_1 (there is an effect).
  2. Set the significance level (α). By convention, α = 0.05. This is the threshold for “strong enough evidence.”
  3. Collect data and calculate a test statistic. The test statistic measures how far the sample result is from what H0H_0 predicts.
  4. Find the p-value. The probability of getting a result this extreme (or more extreme) if H0H_0 is true.
  5. Make a decision. If p < α, reject H0H_0. If p >= α, fail to reject H0H_0.

”Reject” vs. “Fail to Reject”

This language is deliberate and the MCAT tests it.

Reject H0H_0: The evidence is strong enough to conclude that the null hypothesis is unlikely. The result is “statistically significant.”

Fail to reject H0H_0: The evidence is not strong enough to rule out the null hypothesis. This does NOT mean H0H_0 is true - it means you do not have enough evidence to reject it.

One-Tailed vs. Two-Tailed Tests

A two-tailed test checks for a difference in either direction. H1H_1: the drug changes cholesterol (could go up or down). The α is split between both tails (0.025 in each tail for α = 0.05).

A one-tailed test checks for a difference in a specific direction. H1H_1: the drug lowers cholesterol. All of α (0.05) is in one tail, making it easier to achieve significance in that direction.

A researcher reports p = 0.12 for a study comparing two treatments. What is the correct conclusion?
Click to reveal answer
Fail to reject the null hypothesis. Since p = 0.12 is greater than the standard α of 0.05, the evidence is not strong enough to conclude that the treatments differ. This does NOT mean the treatments are the same - it means we do not have sufficient evidence to say they are different.
Why is it incorrect to say "we accept the null hypothesis"?
Click to reveal answer
Because failing to reject H0H_0 does not prove H0H_0 is true. It only means the evidence was not strong enough to reject it. The study may have lacked statistical power (too few participants, too much variability) to detect a real effect. Absence of evidence is not evidence of absence. The correct language is always "fail to reject H0H_0."