Seyed Masoud Hosseini · Overview · Study log · Ideas · Transcript · RSS feed
Probability · Lecture 16 of 76 · 5:48
Hypergeometric Probabilities
Study guide
What this lecture covers
This short problem derives the hypergeometric probability formula: given an urn of n balls where m are red, what is the probability that exactly i of k balls drawn (without replacement) are red? It applies the discrete uniform law together with counting arguments already developed in the course, then works a numerical example using a deck of cards.
After watching, you should be able to derive and apply the hypergeometric probability formula, and recognize problems that fit this pattern, such as drawing a fixed number of a specific card rank from a deck.
Key ideas
- Hypergeometric setup: an urn has
nballs total,mof which are red;kballs are drawn without replacement, and the question asks for the probability that exactlyiare red. - Sample space size: the total number of ways to draw
kballs out ofnisn choose k. - Counting favorable outcomes: the number of ways to get exactly
ired balls is the product of choosingired balls from themred balls and choosing the remainingk-iballs from then-mnon-red balls, i.e.(m choose i) * (n-m choose k-i). - Hypergeometric formula: combining these gives
P = (m choose i)(n-m choose k-i) / (n choose k). - Card example: for a 52-card deck with 4 aces, drawing 7 cards, the probability of getting exactly 3 aces is
(4 choose 3)(48 choose 4) / (52 choose 7).
Before you watch
- Review the discrete uniform law and binomial coefficients (
n choose k) from earlier lectures in this course.
Check your understanding
- Why is the total number of ways to draw
kballs fromnequal ton choose k? - Why does counting the favorable outcomes require multiplying two separate binomial coefficients rather than adding them?
- How would the formula change if the balls were drawn with replacement instead?
From the YouTube description
MIT 6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013
View the complete course: http://ocw.mit.edu/6-041SCF13
Instructor: Kuang Xu
License: Creative Commons BY-NC-SA
More information at http://ocw.mit.edu/terms
More courses at http://ocw.mit.edu
← Rooks on a Chessboard · Lecture 5: Discrete Random Variables I →
