7. Modeling Randomness
Sign In
Multiply the possible prize by the corresponding probabilities. Then, sum all obtained products together.
Expected Value: $4.5
Should We Play the Game? No, see solution.
We want to find the expected value of drawing one marble and decide whether we should play this game for $5. Let's first recall the definition of expected value.
Expected Value |
If A is an action that includes outcomes A1, A2, A3,… and Value(An) is a quantitative value associated with each outcome, the expected value of A is given by Value(A)=P(A1)⋅Value(A1)+P(A2)⋅Value(A2)+… |
Distribution of Prizes | |||
---|---|---|---|
Money Prize, Value(Ai) | $10 (blue) | $5 (red) | $3 (yellow) |
Probability, P(Ai) | 101=0.1 | 104=0.4 | 105=0.5 |
Now, we can calculate all the products of the possible prizes and their probabilities.
Distribution of Prizes | |||
---|---|---|---|
Money Prize, Value(Ai) | $10 (blue) | $5 (red) | $3 (yellow) |
Probability, P(Ai) | 101=0.1 | 104=0.4 | 105=0.5 |
P(Ai)⋅Value(Ai) | 0.1⋅$10=$1 | 0.4⋅$5=$2 | 0.5⋅$3=$1.5 |