document.write( "Question 5080: In a certain country, there is a bank failure once every six days, on average. What is the probability of at least one bank failure in the next 30 days?\r
\n" );
document.write( "\n" );
document.write( "Is this set up 1 less 1/6? \n" );
document.write( "
Algebra.Com's Answer #2575 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! I think youu have to use Poisson distribution \n" ); document.write( " the mean (avg) of one bank failing is 1 for every 6 days. \n" ); document.write( " Hence, the mean is 5 =30/6 banks failing for 30 days . \n" ); document.write( " Now lambda = 5, \n" ); document.write( " Let the random variable of Poisson dist. with mean u = 5 (in 30 days). \n" ); document.write( " \n" ); document.write( " We have Pr(X=k) = u^k/k! *e^(-u)\r \n" ); document.write( "\n" ); document.write( " Hence, Pr(X =>1) = 1- Pr(X =0) = 1 - e^(-5) = 0.993\r \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " \n" ); document.write( " |