SOLUTION: A grocery store counts the number of customers who arrive during an hour. The average over a year is 19 customers per hour. Assume the arrival of customers follows a Poisson distri
Algebra ->
Statistics
-> Binomial-probability
-> SOLUTION: A grocery store counts the number of customers who arrive during an hour. The average over a year is 19 customers per hour. Assume the arrival of customers follows a Poisson distri
Log On
Question 1202116: A grocery store counts the number of customers who arrive during an hour. The average over a year is 19 customers per hour. Assume the arrival of customers follows a Poisson distribution. (It usually does.)
Find the probability that at least one customer arrives in a particular one minute period. Round your answer to 3 decimals.
Find the probability that at least two customers arrive in a particular 5 minute period. Round your answer to four decimals.
You can put this solution on YOUR website! 19 per hour is 19/12 per 5 minute period, since it is proportional to time.
it is 19/60 per 1 minute period.
probability that at least 1 customer arrives in a 1 minute period is 1-P(0) arrive in that time.
P(0)=e^-19/60=0.7286, so the answer is 1-0.729=0.271.
--
at least 2 means 1-P(0)-P(1)
P(0)=e^-19/12=0.2053
P(1)=e-19/12*19/12^1/1!=0.3250
so at least two customers would be 1-P(0)-P(1)=1-0.2053-0.3250=0.4697