Let's pretend this is a game. You are given 15 events, all with a different known probability of happening. You may select any number of those events. I need to figure out a formula for determining what the probability of exactly X out of Y events happening is. I'll assume that if the user is selecting 8 events, he will select the 8 with the highest probability.
So, for example, what is the probability that if you pick 9 events, 6 will occur? If you pick 9, 7 will occur? If you pick 11, 5 will occur? It's easy to determine what the probability of picking 9, and all 9 occurring is, or 0 occuring is.
Can't quite figure it out. Sorry if it's a simple question.
So, for example, what is the probability that if you pick 9 events, 6 will occur? If you pick 9, 7 will occur? If you pick 11, 5 will occur? It's easy to determine what the probability of picking 9, and all 9 occurring is, or 0 occuring is.
Can't quite figure it out. Sorry if it's a simple question.