SOLUTION: An insurance company has discovered that only about 0.1% of the population is involved in a certain type of accident each year. If its 10000 policy holders were randomly selected f

Algebra ->  Probability-and-statistics -> SOLUTION: An insurance company has discovered that only about 0.1% of the population is involved in a certain type of accident each year. If its 10000 policy holders were randomly selected f      Log On


   



Question 245302: An insurance company has discovered that only about 0.1% of the population is involved in a certain type of accident each year. If its 10000 policy holders were randomly selected from the population, what is the probability that not more than 5 of its clients are involved in such an accident next year?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
An insurance company has discovered that only about 0.1% of the population is involved in a certain type of accident each year. If its 10000 policy holders were randomly selected from the population, what is the probability that not more than 5 of its clients are involved in such an accident next year?
-----------------------------------
It's binomial with n = 10000, p = 0.001 , 0<=x<=5
--------------
binomcdf(10,000,0.001,5) = 0.067
=======================================
Cheers,
Stan H.