document.write( "Question 1150679: The customer service department of HSBCC Bank receives the complaints following a Poisson distribution with the mean rate of two complaints per day.
\n" ); document.write( "(i) What is the probability of at most two complaints per day?
\n" ); document.write( "(ii) Assume that a week has five working days. What is the probability that a randomly selected week has three days with at most two complaints per day?
\n" ); document.write( "

Algebra.Com's Answer #772318 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
at most 2 complaints is 0, 1, 2
\n" ); document.write( "for 0 prob is e^(-2)*2^0/0!
\n" ); document.write( "this is e^(-2) or 0.1353\r
\n" ); document.write( "\n" ); document.write( "for 1 p(1) is e^(-2)*2^1/1! or twice the above or 0.2707\r
\n" ); document.write( "\n" ); document.write( "for 2, it would be e^(-2)*2^2/2!
\n" ); document.write( "or the same as for p(1) or 0.2707
\n" ); document.write( "sum is 0.6767\r
\n" ); document.write( "\n" ); document.write( "For 3 days with at most 2 complaints per day is a binomial distribution
\n" ); document.write( "5C3*0.6767^3*0.3233^2=0.3239, the 5C3 or 10 are the number of ways it can occur in 5 days.
\n" ); document.write( "
\n" );