Decision Under Uncertainty Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

medium
An umbrella decision: if you bring an umbrella, you carry it all day (cost: mild inconvenience, βˆ’1-1). If you don't bring it and it rains (prob 0.4), you get wet (cost: βˆ’10-10). If you don't bring it and it doesn't rain (prob 0.6), cost is 0. Calculate expected values for both decisions.

Solution

  1. 1
    Expected value of bringing umbrella: E(bring)=βˆ’1E(\text{bring}) = -1 (certain cost)
  2. 2
    Expected value of not bringing: E(noΒ umbrella)=0.4(βˆ’10)+0.6(0)=βˆ’4E(\text{no umbrella}) = 0.4(-10) + 0.6(0) = -4
  3. 3
    Optimal decision: bring umbrella (βˆ’1>βˆ’4-1 > -4)
  4. 4
    Interpretation: expected cost is 4 times worse without umbrella β€” bring it

Answer

Bring umbrella (EV=-1) vs. don't bring (EV=-4). Bringing umbrella is optimal under expected value.
Decision under uncertainty uses expected value to compare options with probabilistic outcomes. Each option is evaluated by its probability-weighted average outcome. The action with the highest (or least negative) expected value is optimal for a risk-neutral decision-maker.

About Decision Under Uncertainty

Decision under uncertainty involves choosing between options whose outcomes are not known for certain, typically by comparing expected values or risk profiles.

Learn more about Decision Under Uncertainty β†’

More Decision Under Uncertainty Examples