Answer:
The probability that at lest one job will be missed in 57 second is[tex]=1- e^{-1.71}[/tex] =0.819134
Step-by-step explanation:
Poisson distribution:
A discrete random variable X having the enumerable set {0,1,2,....} as the spectrum, is said to be Poisson distribution.
[tex]P(X=x)=\frac{e^{-\lambda t}({-\lambda t})^x}{x!}[/tex] for x=0,1,2...
λ is the average per unit time
Given that, a job arrives at a web server with the probability 0.03.
Here λ=0.03, t=57 second.
The probability that at lest one job will be missed in 57 second is
=P(X≥1)
=1- P(X<1)
=1- P(X=0)
[tex]=1-\frac{e^{-1.71}(1.71)^0}{0!}[/tex]
[tex]=1- e^{-1.71}[/tex]
=0.819134