document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #179227 by stanbon(75887)![]() ![]() ![]() 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? \n" ); document.write( "----------------------------------- \n" ); document.write( "It's binomial with n = 10000, p = 0.001 , 0<=x<=5 \n" ); document.write( "-------------- \n" ); document.write( "binomcdf(10,000,0.001,5) = 0.067 \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |