Answer:
a) 0.195 = 19.5% probability that exactly three arrivals occur during a particular hour.
b) 0.762 = 76.2% probability that at least three people arrive during a particular hour
c) 2 people.
Step-by-step explanation:
In a Poisson distribution, the probability that X represents the number of successes of a random variable is given by the following formula:
![P(X = x) = \frac{e^{-\mu}*\mu^{x}}{(x)!}](https://tex.z-dn.net/?f=P%28X%20%3D%20x%29%20%3D%20%5Cfrac%7Be%5E%7B-%5Cmu%7D%2A%5Cmu%5E%7Bx%7D%7D%7B%28x%29%21%7D)
In which
x is the number of sucesses
e = 2.71828 is the Euler number
is the mean in the given interval.
Poisson process with a rate parameter of four per hour.
This means that
.
(a) What is the probability that exactly three arrivals occur during a particular hour?
This is P(X = 3). So
![P(X = x) = \frac{e^{-\mu}*\mu^{x}}{(x)!}](https://tex.z-dn.net/?f=P%28X%20%3D%20x%29%20%3D%20%5Cfrac%7Be%5E%7B-%5Cmu%7D%2A%5Cmu%5E%7Bx%7D%7D%7B%28x%29%21%7D)
![P(X = 3) = \frac{e^{-4}*4^{3}}{(3)!} = 0.195](https://tex.z-dn.net/?f=P%28X%20%3D%203%29%20%3D%20%5Cfrac%7Be%5E%7B-4%7D%2A4%5E%7B3%7D%7D%7B%283%29%21%7D%20%3D%200.195)
0.195 = 19.5% probability that exactly three arrivals occur during a particular hour.
(b) What is the probability that at least three people arrive during a particular hour?
Either less than three people arrive during a particular hour, or at least three does. The sum of the probabilities of these outcomes is 1. So
![P(X < 3) + P(X \geq 3) = 1](https://tex.z-dn.net/?f=P%28X%20%3C%203%29%20%2B%20P%28X%20%5Cgeq%203%29%20%3D%201)
We want
, in which
. So
![P(X = x) = \frac{e^{-\mu}*\mu^{x}}{(x)!}](https://tex.z-dn.net/?f=P%28X%20%3D%20x%29%20%3D%20%5Cfrac%7Be%5E%7B-%5Cmu%7D%2A%5Cmu%5E%7Bx%7D%7D%7B%28x%29%21%7D)
![P(X = 0) = \frac{e^{-4}*4^{0}}{(0)!} = 0.018](https://tex.z-dn.net/?f=P%28X%20%3D%200%29%20%3D%20%5Cfrac%7Be%5E%7B-4%7D%2A4%5E%7B0%7D%7D%7B%280%29%21%7D%20%3D%200.018)
![P(X = 1) = \frac{e^{-4}*4^{1}}{(1)!} = 0.073](https://tex.z-dn.net/?f=P%28X%20%3D%201%29%20%3D%20%5Cfrac%7Be%5E%7B-4%7D%2A4%5E%7B1%7D%7D%7B%281%29%21%7D%20%3D%200.073)
![P(X = 2) = \frac{e^{-4}*4^{2}}{(2)!} = 0.147](https://tex.z-dn.net/?f=P%28X%20%3D%202%29%20%3D%20%5Cfrac%7Be%5E%7B-4%7D%2A4%5E%7B2%7D%7D%7B%282%29%21%7D%20%3D%200.147)
So
![P(X \geq 3) = 1 - P(X < 3) = 1 - 0.238 = 0.762](https://tex.z-dn.net/?f=P%28X%20%5Cgeq%203%29%20%3D%201%20-%20P%28X%20%3C%203%29%20%3D%201%20-%200.238%20%3D%200.762)
0.762 = 76.2% probability that at least three people arrive during a particular hour.
c) How many people do you expect to arrive during a 30-min period?
One hour, 4 people
Half an hour = 30 min = 4/2 = 2 people.