In this scenario, we are modeling the arrival of telephone calls, which occur independently at a constant average rate. This process is governed by the Poisson distribution.
The parameter
λ represents the average number of occurrences in the specified time interval. Given the problem constraints, we have:
λ=5
The probability mass function for the Poisson distribution, which gives the probability of exactly
r occurrences, is defined as:
P(X=r)=r!e−λλr
Since the Poisson distribution is discrete, the probability
P(X≤1) is the sum of the probabilities of two mutually exclusive events:
X=0 and
X=1.
P(X≤1)=P(X=0)+P(X=1)
First, we calculate the probability for
r=0:
P(X=0)=0!e−5⋅50=1e−5⋅1=e−5
Next, we calculate the probability for
r=1:
P(X=1)=1!e−5⋅51=1e−5⋅5=5e−5
By summing these two results, we arrive at the total probability:
P(X≤1)=e−5+5e−5=6e−5
Expressed in fractional form, the final probability is:
e56