A reservation service employs five information operators who
Solution
A)
Note that the probability of x successes out of n trials is
P(x) = u^x e^(-u) / x!
where
u = the mean number of successes = 2
x = the number of successes = 0
Thus, the probability is
P ( 0 ) = 0.135335283 [ANSWER]
************
B)
Note that the probability of x successes out of n trials is
P(n, x) = nCx p^x (1 - p)^(n - x)
where
n = number of trials = 5
p = the probability of a success = 0.135335283
x = the number of successes = 3
Thus, the probability is
P ( 3 ) = 0.018532268 [ANSWER]
