I have 2 fixed buckets. Than I have N cards (let's say I have 4 Cards). Each card can be thrown inside one bucket with the same probability.
I want to know which is the probability that at least K (say K = 1) will go into the first bucket.
In this case with K = 1 and 4 cards I have
$$P = \frac{15}{16} $$ Where 15 are the good events (the only bad event is when all 4 cards go inside the other bucket) / 16 possibile combinations
If I have K = 2 and 4 cards (with always 2 bucket) I have a probability that at least K = 2 cards will go into the first bucket of:
$P = 11/16$
Which is the formula that given K and N calcs the probability (or just the good events?) that at least K cards will go into the first bucket?
Related questions:
- How can I solve bins-and-balls problems?
- What's the probability that there's at least one ball in every bin if 2n balls are placed into n bins?