Tickets to a concert are sold according to a poisson distribution with mean 30 per day.What are the probability that
i) less than 20 tickets are sold in one day
ii)all 180 tickets are sold in 5 day working week
Poisson distribution with per day.
i. P(x<20)
The table below gives the values for x = 0-19
From the table,
Thus,
=POISSON.DIST(19,30,TRUE) excel function can be used to obtain the solution.
ii. P(x=180) in 5 days
Comments