Example 1 — Biased coin?
EasyProblem
A coin lands heads 92 times in 100 flips. Test : the coin is fair () at .
Solution
-
We need the probability of a result at least as extreme as 92 heads, assuming the coin is fair.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I computing the probability of data this extreme assuming the null is true (not the probability the null is true)?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Standardize: under , mean , , so .
The rule is chosen only after the structure matches, so the steps mean something.
-
is far below , essentially 0.
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — how surprising is my data if nothing is going on. If it does not, revisit the recognition step before changing the arithmetic.
Answer
p-value , so reject
Takeaway: A tiny p-value means the data would be extraordinarily rare under the null, so the null is doubtful.