for example, I have 7 customer bookings in a day, each with an independent probability of show up. So what is the probability of only 1 customer show up? only 2 customers show up? only 3 customers show up? etc. How to compute this type of problem, is there any generalized equation or formula ?
Customer | Probability of show up | Probability of not show up |
---|---|---|
A | 0.3 | 0.7 |
B | 0.4 | 0.6 |
C | 0.5 | 0.5 |
D | 0.6 | 0.4 |
E | 0.7 | 0.3 |
F | 0.8 | 0.2 |