8  Expected Value

Example 8.1 This is a very simplified example illustrating the basic idea of how insurance works. Every year an insurance company sells many thousands of car insurance policies to drivers within a particular risk class. Each policyholder pays a “premium” of $1000 at the start of the year, and the insurance company agrees to pay for the cost of all damages that occur during the year. Suppose that each policy incurs damage of either $0, $5000, $20000, or $50000 with the following probabilities.

Amount of damage ($) Profit ($) Probability
0 1000 0.910
5000 -4000 0.070
20000 -19000 0.019
50000 -49000 0.001

The insurance company’s profit on a policy at the end of the year is the difference between the premium of $1000 and any damage paid out. For example, a policy that incurs no damage results in a profit of $1000; a policy that incurs $5000 in damage results in a profit of -$4000 (that is, a loss of $4000) for the insurance company.

  1. Interpret the probabilities 0.91, 0.07, 0.019, and 0.001 as long run relative frequencies in this context.




  2. Imagine 100,000 hypothetical policies. How many of these policies would you expect to result in a profit of $1000? -$4000? -$19000? -$49000?




  3. What do you expect the total profit for these 100,000 policies to be?




  4. What do you expect the average profit per policy for these 100,000 policies to be?




  5. Compute the probability that a policy has a profit equal $220.




  6. Compute the probability that a policy has a profit greater than $220.




  7. Is $220 the most likely value of profit for a single policy?




  8. Is $220 the profit you would expect for a single policy?




  9. Explain in what sense $220 is “expected”.




Example 8.2 Continuing Example 8.1. We considered what we would expect for 100000 hypothetical policies, but what about an unspecified large number of policies?

  1. Imagine that we have recorded the profit for each of a large number of policies (not necessarily 100000). Explain in words the process by which you would compute the average profit per policy. (In other, more general, words: how do you compute an average of a list of numbers?)




  2. Given that the profit of any policy is either 1000, -4000, -19000, or -49000, how could we simplify the calculation of the sum in the previous part? Write a general expression for the average profit per policy in this scenario.




  3. What do you think the expression in the previous part converges to in the long run?




  4. Explain how the value in the previous part is a “probability-weighted average value”.




Example 8.3 Recall Example 7.2. Suppose a very large number of applicants have applied for a job, and you’ll interview one applicant at a time until you find one that is qualified, whom you’ll hire, and then you stop interviewing people. Let \(X\) be the total number of applicants interviewed (including the hire)

Assume that 30% of applicants are qualified, and applicants are interviewed one at a time in random order, independently.

  1. Make an educated guess for the expected value of \(X\). Suggest an intuitive formula for the expected value of a Geometric(\(p\)) distribution. (It might help to consider \(p=0.1\) first.)




  2. Use the definition to compute \(\text{E}(X)\). Does it match your guess?




  3. Interpret \(\text{E}(X)\) in this context.




8.1 Exercises

Exercise 8.1 Continuing Example 8.1 and Example 8.2. For a randomly selected policy let \(X\) be the amount of damage and let \(Y\) be the company’s profit.

  1. What is the relationship between \(X\) and \(Y\)?




  2. Compute and interpret \(\text{E}(Y)\).




  3. What is the relationship between \(\text{E}(X)\) and \(\text{E}(Y)\)? Does this make sense? Why?




  • Expected values and linear rescaling: If \(X\) is a random variable and \(a, b\) are non-random constants then \[ \text{E}(aX+b) = a\text{E}(X) + b \]

Exercise 8.2 Recall the matching problem from Example 6.3 and Exercise 7.3 with a general \(n\) and let \(X\) be the number of matches.

  1. Compute and interpret \(\text{E}(X)\) when \(n=3\).




  2. Compute and interpret \(\text{E}(X)\) for a general \(n\).