Answer:
P(4 non-work-related e-mails)=0.1933
P(7 or more non-work-related e-mails)=0.1442
P(3 or less non-work-related e-mails)=0.3771
Step-by-step explanation:
A Poisson distribution is useful to measure the probability of a number of events in a given period, in this problem, receiving a non-work-related e-mail would be the event and an hour would be the period of time.
Its probability mass function is
, being k the number of events and λ how many sucesses (events) are per period of time (4.3 in this case)
First, we calculate what is the probability of receiving exactly 4 e-mails:
![f(k; \lambda) =P(k=4) =\frac{4.3^4 e^{-\4.3}}{4!}=0.1933](https://tex.z-dn.net/?f=f%28k%3B%20%5Clambda%29%20%3DP%28k%3D4%29%20%3D%5Cfrac%7B4.3%5E4%20e%5E%7B-%5C4.3%7D%7D%7B4%21%7D%3D0.1933)
As k is a discrete variable, to know the joint probability of different number of events we add the probability of each value.
The probability of receiving 7 or more is the sum of P(7), P(8), ..., P(∞):
![P(k\geq 7 ) =\sum_{i=7}^{\infty}\frac{4.3^i e^{-\4.3}}{i!}=0.1442](https://tex.z-dn.net/?f=P%28k%5Cgeq%207%20%29%20%3D%5Csum_%7Bi%3D7%7D%5E%7B%5Cinfty%7D%5Cfrac%7B4.3%5Ei%20e%5E%7B-%5C4.3%7D%7D%7Bi%21%7D%3D0.1442)
Last, the probability of receiving 3 or less is the sum of P(0), P(1), P(2) and P(3):
![P(k\leq3 ) =\sum_{i=0}^{3}\frac{4.3^i e^{-\4.3}}{i!}=0.3771](https://tex.z-dn.net/?f=P%28k%5Cleq3%20%29%20%3D%5Csum_%7Bi%3D0%7D%5E%7B3%7D%5Cfrac%7B4.3%5Ei%20e%5E%7B-%5C4.3%7D%7D%7Bi%21%7D%3D0.3771)