Fixed number of successes without replacemement: Negative Hypergeometric.
The negative hypergeometric distribution describes probabilities for when sampling from a finite population without replacement in which each sample can be classified into two mutually exclusive categories: "NHGeom(w,b,r)" (Introduction to Probability, Second EditionJoseph K. Blitzstein, Jessica Hwang pages 168-169)
The expected value of "NHGeom(w,b,r)" is
If we shuffle a deck of cards and deal them one at a time, the number of cards dealt before uncoveeering the first ace is "NHGeom(4,48,1)"
(a) The probability that you will first cut an ace on the 5th cut is
Or
(b) The probability that you will first cut an ace in fewer than 4 cuts is
"={4 \\over 52}+{48 \\over 52}\\cdot{4\\over 51}+{48 \\over 52}\\cdot{47 \\over 51}\\cdot{4 \\over 50}="
"={1201\\over 5525}\\approx0.2174"
(c) The expected waiting time before you cut an ace is
Comments
Leave a comment