An insurance policy sells for $600. Based on past data, an average of 1 in 50 policy holders
will file a $5,000 claim, an average of 1 in 100 policyholders will file a $10,000 claim, and an average
of 1 in 200 policyholders will file a $30,000 claim.
(a) Find the expected value (to the company) per policy sold.
(b) If the company sells 10,000 policies, what is the expected profit or loss

Respuesta :

Using a discrete distribution, we have that:

a) The expected value is of $250 per policy sold.

b) The expected profit for 10,000 policies is of $2,500,000.

What is the mean of a discrete distribution?

The expected value of a discrete distribution is given by the sum of each outcome multiplied by it's respective probability.

Considering that an insurance profit sells for $600, the distribution of the company's earnings is given as follows:

  • P(X = -4400) = 0.02.
  • P(X = -9400) = 0.01.
  • P(X = -29400) = 0.005.
  • P(X = 600) = 0.965.

Hence the expected value for a policy sold is given by:

E(X) = 600(0.965) - 4400(0.02) -9400(0.01) - 29400(0.005) = 250.

For 10,000 policies, the expected profit is given by:

E = 10000 x 250 = 2,500,000.

More can be learned about discrete distributions at https://brainly.com/question/24802582

#SPJ1