Example 1 — Comparing two risks
EasyProblem
Option A: 10% chance of losing \$200. Option B: 50% chance of losing \$30. Which is riskier by expected loss?
Solution
-
Each option needs probability multiplied by its loss amount.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I combining the probability of a loss with the size of that loss?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Compute Expected Loss for both.
The rule is chosen only after the structure matches, so the steps mean something.
-
A: ; B: .
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 likely times how bad. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Option A is riskier (\$20 vs \$15 expected loss)
Takeaway: Risk weighs probability times severity, not either one alone.