In: Statistics and Probability
Stephanie has 3 ways to commute to work - driving, subway, or train. The chart below shows how long it takes her to get to work depending on the weather:
| Decision | Clear Skies | Raining | Snowing |
| Driving | 15 | 30 | 45 |
| Subway | 20 | 25 | 35 |
| Train | 30 | 30 | 30 |
Suppose the probabilities for clear skies is 50%, rain is 33% and snow is 17%:
Construct a decision tree and solve it using Expected Value Approach. What is the recommended decision alternative?
Stephanie has 3 options
The decision tree is below

Moving the from the left to the right
chance node 2: when Driving
The expected value (expected time) is

chance node 3: when taking subway
The expected value (expected time) is

chance node 4: when taking train
The expected value (expected time) is

Decision node 1
The expected time taken for the 3 options are
We want to minimize the expected time taken to get to work. Taking subway has the least expected time of the 3 choices. Hence Stephanie should take the subway.