Claims on a particular type of insurance policy follow a compound Poisson process
with an annual claim rate per policy of 0.4. Individual claim amounts are
Exponentially distributed with mean 120. In addition, for a given claim and
independent of its size, there is a probability of 20% that an extra claim handling
expense of 30 is incurred. The insurer charges an annual premium of 60 per policy.
Estimate, using a Normal approximation, the minimum number of policies to be sold
so that the insurer has at least a 99% probability of making a profit.
Let the individual total claim costs be denoted by X.
Then X = Y + Z where Y is the cost of the claim and Z is the claim handling expense.
Var(Y) = 120^2 = 14,400
Var(Z) = 0.2 * 30^2 - 6^2 = 144
Where did 6^2 comes from?
with an annual claim rate per policy of 0.4. Individual claim amounts are
Exponentially distributed with mean 120. In addition, for a given claim and
independent of its size, there is a probability of 20% that an extra claim handling
expense of 30 is incurred. The insurer charges an annual premium of 60 per policy.
Estimate, using a Normal approximation, the minimum number of policies to be sold
so that the insurer has at least a 99% probability of making a profit.
Let the individual total claim costs be denoted by X.
Then X = Y + Z where Y is the cost of the claim and Z is the claim handling expense.
Var(Y) = 120^2 = 14,400
Var(Z) = 0.2 * 30^2 - 6^2 = 144
Where did 6^2 comes from?