199 views
1 vote
A bank gets an average of 12 customers per hour. Assume the variable follows a Poisson distribution. Find the probability that there will be 10 or more customers at this bank in one hour.

User Vladimir K
by
4.8k points

1 Answer

2 votes

Answer:

75.76% probability that there will be 10 or more customers at this bank in one hour.

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.

A bank gets an average of 12 customers per hour.

This means that
\mu = 12

Find the probability that there will be 10 or more customers at this bank in one hour.

Either there are less than 10 customers, or there are 10 or more. The sum of the probabilities of these events is 1. Then


P(X < 10) + P(X \geq 10) = 1

We want
P(X \geq 10)

Then


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

In which


P(X < 10) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5) + P(X = 6) + P(X = 7) + P(X = 8) + P(X = 9)

So


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


P(X = 0) = (e^(-12)*12^(0))/((0)!) \approx 0


P(X = 1) = (e^(-12)*12^(1))/((1)!) = 0.0001


P(X = 2) = (e^(-12)*12^(2))/((2)!) = 0.0004


P(X = 3) = (e^(-12)*12^(3))/((3)!) = 0.0018


P(X = 4) = (e^(-12)*12^(4))/((4)!) = 0.0053


P(X = 5) = (e^(-12)*12^(5))/((5)!) = 0.0127


P(X = 6) = (e^(-12)*12^(6))/((6)!) = 0.0255


P(X = 7) = (e^(-12)*12^(7))/((7)!) = 0.0437


P(X = 8) = (e^(-12)*12^(8))/((8)!) = 0.0655


P(X = 9) = (e^(-12)*12^(9))/((9)!) = 0.0874


P(X < 10) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5) + P(X = 6) + P(X = 7) + P(X = 8) + P(X = 9) = 0 + 0.0001 + 0.0004 + 0.0018 + 0.0053 + 0.0127 + 0.0255 + 0.0437 + 0.0655 + 0.0874 = 0.2424

Then


P(X \geq 10) = 1 - P(X < 10) = 1 - 0.2424 = 0.7576

75.76% probability that there will be 10 or more customers at this bank in one hour.

User Cryptite
by
5.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.