[Math] One of the Actuary Exam P question.

probabilitystatistics

For Company A there is 60% chance that no claim is made during the coming year. If one or more claim are made, the goal claim amount is normally distributed with mean 10,000 and standard deviation 2,000. For Company B there is a 70% chance that no claim is made during the coming year. If one or more claims are made, the total claim amount is normally distributed with mean 9,000 and standard deviation 2,000. Assume that the total claim amounts of the two companies are in dependent. What is the prob. that, in the coming year, Company B's total claim amount will exceed Company A's total claim amount?

Thank you in advance.

Best Answer

First note that according to the model used, negative claims are possible, although very unlikely. We could take account of such negative claims, or else we can tacitly assume that they will really not happen. We take the second approach.

There are two ways that B's total claim amount can exceed A's:

(i) B makes a claim and A doesn't. This has probability $(0.3)(0.6)$.

(ii) They both make claims, but B's is bigger. The probability they both make claims is $(0.4)(0.3)$. We must multiply this by the probability B's claim is bigger than A's, given they both made a claim. We now go after this probability.

Let $X$ be A's claim, given it made a claim, and let $Y$ be the corresponding claim fo $B$. We want the probability that $Y-X\gt 0$.

Let $W=Y-X$, Then $W$ is normal, mean $9000-10000$, and variance $(2000)^2+(2000)^2$, so standard deviation $\sqrt{2}(2000)$.

So we want the probability that a normal of mean $-1000$ and standard deviation $\sqrt{2}(2000)$ is greater than $0$. This is a standard calculation using standard normal tables or software.

Now one needs to put the pieces together.

Related Question