Let n be the number of cars that pass through this traffic. Define a lambda for the Poisson distribution:
λ=np=0.0001n
For the Poisson distribution, the probability of k events is equal to
P(k)=k!λke−λ
Then:
P(k>2)=1−P(0)−P(1)P(k>2)=1−e−λ−λe−λ=1−e−0.0001n(1+0.0001n)
Due to the traffic load n tends to infinity:
P(k>2)=n→∞lim1−e−0.0001n(1+0.0001n)
The exponential function grows stronger than the power function:
P(k>2)=1
Comments