Example 1 — Predicting a fair coin
EasyProblem
A fair coin lands H,H,H,H. What's the chance the next flip is heads?
Solution
-
Each flip is an independent random outcome; past results don't change it.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Is each single outcome unpredictable while the long-run rates stay fixed?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Use the fixed per-trial probability, ignoring the streak.
The rule is chosen only after the structure matches, so the steps mean something.
-
The probability stays regardless of the four prior heads.
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 — unpredictable one-by-one, regular in the long run. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: Randomness has no memory: each outcome's probability is fixed.