Exercise
The number of hurricanes that will hit a certain house in the next ten years is Poisson distributed with mean 4. Each hurricane results in a loss that is exponentially distributed with mean 1000. Losses are mutually independent and independent of the number of hurricanes.
Calculate the variance of the total loss due to hurricanes hitting this house in the next ten years.
- 4,000,000
- 4,004,000
- 8,000,000
- 16,000,000
- 20,000,000
Solution: C
Let [math]N[/math] denote the number of hurricanes, which is Poisson distributed with mean and variance 4.
Let [math]X_i[/math] denote the loss due to the [math]i^{th}[/math] hurricane, which is exponentially distributed with mean 1,000 and therefore variance 1,0002 = 1,000,000.
Let [math]X[/math] denote the total loss due to the [math]N[/math] hurricanes.
This problem can be solved using the conditional variance formula. Note that independence is used to write the variance of a sum as the sum of the variances.