Distributions and Statistical Models
Calculate the probability of a given number of events occurring in a fixed interval of time or space.
Explore real-world scenarios to understand how the Poisson distribution works.
A call center receives an average of 10 calls per hour. What is the probability of receiving exactly 5 calls in one hour?
λ: 10, x: 5
A factory produces light bulbs, and there are, on average, 2 defects per 100 bulbs. What's the probability of finding no defects in a batch of 100?
λ: 2, x: 0
A biologist expects to find 4 of a certain type of bacteria on a petri dish. What is the probability of finding at most 3 bacteria?
λ: 4, x: 3
A website gets an average of 5.5 visitors per minute. What is the probability of getting more than 7 visitors in a minute?
λ: 5.5, x: 7