43.8k views
5 votes
Orders arrive at a Web site according to a Poisson process with a mean of 11 per hour. Determine the following: a) Probability of no orders in five minutes. Round your answer to three decimal places (e.g. 98.765). Enter your answer in accordance to the item a) of the question statement b) Probability of 3 or more orders in five minutes. Round your answer to three decimal places (e.g. 98.765). Enter your answer in accordance to the item b) of the question statement c) Length of a time interval such that the probability of no orders in an interval of this length is 0.001. Round your answer to two decimal places (e.g. 98.76).

1 Answer

5 votes

Answer:

a) 0.39984 = 39.984% probability of no orders in five minutes.

b) 0.06563 = 6.563% probability of 3 or more orders in five minutes.

c) The length of time is 0.63 hours

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) = (e^(-\mu)*\mu^(x))/((x)!)

In which

x is the number of sucesses

e = 2.71828 is the Euler number


\mu is the mean in the given interval.

Orders arrive at a Web site according to a Poisson process with a mean of 11 per hour.

This means that
\mu = 11h, in which h is the number of hours.

a) Probability of no orders in five minutes.

Five minutes means that
h = (5)/(60) = (1)/(12), so
\mu = (11)/(12) = 0.9167

This probability is P(X = 0). So


P(X = x) = (e^(-\mu)*\mu^(x))/((x)!)


P(X = 0) = (e^(-0.9167)*(0.9167)^(0))/((0)!) = 0.39984

0.39984 = 39.984% probability of no orders in five minutes.

b) Probability of 3 or more orders in five minutes.

This is:


P(X \geq 3) = 1 - P(X < 3)

In which


P(X < 3) = P(X = 0) + P(X = 1) + P(X = 2)

So


P(X = x) = (e^(-\mu)*\mu^(x))/((x)!)


P(X = 0) = (e^(-0.9167)*(0.9167)^(0))/((0)!) = 0.39984


P(X = 1) = (e^(-0.9167)*(0.9167)^(1))/((1)!) = 0.36653


P(X = 2) = (e^(-0.9167)*(0.9167)^(2))/((2)!) = 0.168


P(X < 3) = P(X = 0) + P(X = 1) + P(X = 2) = 0.39984 + 0.36653 + 0.168 = 0.93437


P(X \geq 3) = 1 - P(X < 3) = 1 - 0.93437 = 0.06563

0.06563 = 6.563% probability of 3 or more orders in five minutes.

c) Length of a time interval such that the probability of no orders in an interval of this length is 0.001.

This is h for which:


P(X = 0) = 0.001

We have that:


P(X = 0) = e^(-\mu)

And


\mu = 11h

So


P(X = 0) = 0.001


e^(-11h) = 0.001


\ln{e^(-11h)} = ln(0.001)


-11h = ln(0.001)


h =-(ln(0.001))/(11)


h = 0.63

The length of time is 0.63 hours

User Smichel
by
5.0k points