Damon is working the evening shift at the register of his retail job. There are currently two registers open, but his coworker is about to go home for the day and close her register.
The number of customers approaching each register is an independent Poisson random variable. If each register was getting an average of 2 customers per minute, what is the probability that Damon will have more than 4 customers approaching his register in minute after his coworker goes home?
Round your answer to 3 decimal places.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Since the numbers of customers are independent Poisson random variables, the sum of these variables is also a Poisson random variable with λ = 2 + 2 = 4 .
The probability of having up to 4 customers in the next minute is calculated below:
P ( X = 0 ) P ( X = 1 ) P ( X = 2 ) P ( X = 3 ) P ( X = 4 ) P ( X ≤ 4 ) = 0 ! 4 0 e − 4 ≈ 0 . 0 1 8 3 = 1 ! 4 1 e − 4 ≈ 0 . 0 7 3 3 = 2 ! 4 2 e − 4 ≈ 0 . 1 4 6 5 = 3 ! 4 3 e − 4 ≈ 0 . 1 9 5 4 = 4 ! 4 4 e − 4 ≈ 0 . 1 9 5 4 = k = 0 ∑ 4 P ( X = k ) ≈ 0 . 6 2 9
Then, the probability that he will have more than 4 customers in the next minute is:
P ( X > 4 ) = 1 − P ( X ≤ 4 ) ≈ 0 . 3 7 1