Decision Probability
What Is It? 🤔
Decision Probability uses probability to make informed choices between different options. It combines the likelihood of various outcomes with their consequences (like costs or rewards) to find the best decision.
Why it's useful: It helps you make rational, data-driven decisions in uncertain situations, from business strategies to everyday life.
How to Solve Problems
- List Options & Outcomes: Identify your possible choices and the uncertain events that could follow.
- Assign Probabilities: Determine the probability for each outcome.
- Assign Values: Attach a value (cost, profit, score) to each outcome.
- Calculate Expected Value (EV): For each option: EV = Σ(Probability × Value).
- Compare & Decide: Choose the option with the highest expected value (or lowest, if dealing with costs).
Worked Examples
Example 1: The Game Show
You can choose Door A (50% chance to win $100) or Door B (30% chance to win $250). Which is better?
- Option A EV: (0.50 × $100) + (0.50 × $0) = $50
- Option B EV: (0.30 × $250) + (0.70 × $0) = $75
- Decision: Choose Door B (higher EV).
Example 2: The Commute
You can take the Highway (70% chance of a 30-min trip, 30% chance of a 60-min traffic jam) or the Streets (100% chance of a 45-min trip). Which minimizes travel time?
- Highway EV: (0.70 × 30) + (0.30 × 60) = 21 + 18 = 39 minutes
- Streets EV: (1.00 × 45) = 45 minutes
- Decision: Take the Highway (lower expected time).
Common Mistakes ⚠️
Ignoring All Outcomes: Every possible outcome must be included in your EV calculation, even the ones with $0 or negative value.
Confusing Probability & Value: A high probability doesn't guarantee a good outcome if the value is low. Always multiply them.
Probability Sum Check: The probabilities for all outcomes of a single choice must add up to 1 (or 100%).
Tips & Tricks
EV = "Average Long-Run Result": Think of the Expected Value as the average result you'd get if you could make the same decision hundreds of times.
Organize with a Table: Create a simple table with columns for Choice, Outcome, Probability, and Value to stay organized.
Decision Rule: For profits/rewards, pick the highest EV. For costs/losses, pick the lowest EV.
How to Practice
- Start with simple 2-choice scenarios (like the examples above).
- Create your own real-world problems (e.g., "Should I buy a lottery ticket or save the money?").
- Practice drawing simple decision trees to visualize the options and outcomes.
- Always double-check that your probabilities for each scenario sum to 1.