Exercise
A city has just added 100 new female recruits to its police force. The city will provide a pension to each new hire who remains with the force until retirement. In addition, if the new hire is married at the time of her retirement, a second pension will be provided for her husband. A consulting actuary makes the following assumptions:
- Each new recruit has a 0.4 probability of remaining with the police force until retirement.
- Given that a new recruit reaches retirement with the police force, the probability that she is not married at the time of retirement is 0.25.
- The events of different new hires reaching retirement and the events of different new hires being married at retirement are all mutually independent events.
Calculate the probability that the city will provide at most 90 pensions to the 100 new hires and their husbands.
- 0.60
- 0.67
- 0.75
- 0.93
- 0.99
The problem describes three possible scenarios for each new recruit regarding pensions:
- 0 Pensions: The recruit does not remain with the police force until retirement.
- 1 Pension: The recruit remains with the police force until retirement but is not married at the time of retirement.
- 2 Pensions: The recruit remains with the police force until retirement and is married at the time of retirement.
Let's calculate the probability for each scenario based on the given information:
- Probability of remaining with the force until retirement = 0.4.
- Probability of not remaining with the force until retirement = [math]1 - 0.4 = 0.6[/math].
- Given she reaches retirement, probability of not being married = 0.25.
- Given she reaches retirement, probability of being married = [math]1 - 0.25 = 0.75[/math].
We can summarize these probabilities in the following table:
| Number of Pensions | Scenario | Probability Calculation | Probability |
|---|---|---|---|
| 0 | Recruit does not remain until retirement. | [math]P(\text{not retire})[/math] | 0.6 |
| 1 | Recruit retires AND is not married. | [math]P(\text{retire}) \times P(\text{not married } | \text{ retire}) = 0.4 \times 0.25[/math] | 0.1 |
| 2 | Recruit retires AND is married. | [math]P(\text{retire}) \times P(\text{married } | \text{ retire}) = 0.4 \times 0.75[/math] | 0.3 |
Let [math]X[/math] be the number of pensions for a single recruit. The sum of probabilities is [math]0.6 + 0.1 + 0.3 = 1.0[/math].
Using the probabilities from Step 1, we can calculate the expected number of pensions (mean) and the variance for a single recruit. Expected Number of Pensions ([math]E[X][/math]): The expected value is calculated as the sum of (each outcome multiplied by its probability).
We have 100 new hires, and the events for different new hires are mutually independent. Let [math]X_i[/math] be the number of pensions for the [math]i[/math]-th recruit. The total number of pensions, [math]T[/math], is the sum of pensions from all 100 recruits:
Since the total number of pensions [math]T[/math] is the sum of 100 independent and identically distributed random variables, we can use the Central Limit Theorem to approximate the distribution of [math]T[/math] with a normal distribution. We need to calculate the probability that the city will provide at most 90 pensions, which is [math]P(T \le 90)[/math]. When using a normal approximation for a discrete distribution, we apply a continuity correction. "At most 90" means we are interested in the probability up to 90.5 on the continuous scale. So, we want to find [math]P(T \le 90.5)[/math]. Now, we standardize this value to a Z-score using the mean ([math]\mu_T = 70[/math]) and standard deviation ([math]\sigma_T = 9[/math]) calculated in Step 3.
- Complex probability scenarios for multiple individuals can be broken down by first analyzing the probabilities for a single individual.
- The expected value and variance for a sum of independent random variables can be found by summing their individual expected values and variances, respectively.
- For a large number of independent and identically distributed random variables, the Central Limit Theorem allows approximation of their sum's distribution with a normal distribution.
- When approximating a discrete probability distribution with a continuous one (like the normal distribution), a continuity correction is essential for accuracy. For [math]P(X \le k)[/math], use [math]P(X \le k + 0.5)[/math].
- The expected number of pensions per recruit (0.7) is a key metric, directly scaling up to the total expected pensions for the group.
Solution: E
For a single recruit, the probability of 0 pensions is 0.6, of 1 pension is 0.4(0.25) = 0.1, and of 2 pensions is 0.4(0.75) = 0.3. The expected number of pensions is 0(0.6) + 1(0.1) + 2(0.3) = 0.7. The second moment is 0(0.6) + 1(0.1) + 4(0.3) = 1.3. The variance is 1.3 – 0.49 = 0.81. For 100 recruits the mean is 70 and the variance is 81. The probability of providing at most 90 pensions is (with a continuity correction) the probability of being below 90.5. This is (90.5 – 70)/9 = 2.28 standard deviations above the mean. From the tables, this probability is 0.9887.