Kyle draws 5 cards from a standard deck of cards . The probability that he has a flush (including straight and royal flushes) is ( 5 5 2 ) 4 × ( 5 1 3 ) = 1 6 6 6 0 3 3 . From the remaining 47 cards, Linh draws 5 cards. Given that Kyle has a flush, what is the probability that Linh has a flush?
Kyle hosts a DataSkeptic podcast, which explores topics in statistics, machine learning, big data, artificial intelligence, and data science. He focuses on scientific skepticism, misconceptions, and misinformation in these topics.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Nice solution! But there is a typo in this problem. The denominator is 16660 instead of 16600.
Maybe I dont understand the english syntax but "Given that Kyle has a flush, what is the probability that Linh has a flush?" does this not imply that the resulting probability is the product of these probabilities?
Log in to reply
"Given that Kyle has a flush" means that Kyle has already drawn his cards and already has his flush. That event has already happened. Kyle having a flush only matters for determining what cards are left in the deck.
The product would be the probability that both events happen. If you had a shuffled 52 card deck, and both Linh and Kyle are about to draw 5 cards, then the probability that they both get flushes is the product:
1 6 6 6 0 3 3 × 1 5 3 3 9 3 9 3 9 1 7 .
Linh's probability is greater than Linh's probability of drawing a flush in a DIFFERENT suit, which is $$3×{13 \choose 5} \over {47 \choose 5}$$ To compare it with Kyle's probability without difficult calculations, we can first drop $13\choose 5$ in both and note that $${x \choose 5} × 5! = x(x-1)(x-2)(x-3)(x-4)$$ So here we go: $${48\over43}>{49\over44}>{50\over45}>{51\over46}>{52\over47}>{13\over12}$$ $${13^2\over12^2}>{7\over6}$$ $${13^4\over12^4}>{7^2\over6^2}>{4\over3}$$ Therefore $${52×51×50×49×48\over47×46×45×44×43}>{13^5\over12^5}>{13^4\over12^4}>{4\over3}$$ That means $${47×46×45×44×43\over3}<{52×51×50×49×48\over4}$$ Divide both sides by 5! $${{47 \choose 5} \over 3}<{{52 \choose 5} \over 4}$$ $${3\over{47 \choose 5}}>{4\over{52 \choose 5}}$$
Log in to reply
Oops, my TeX formulae didn't render properly....
After Kyle has his hand, there are exactly 3 suits kept intact. Also the 4th suit from which Kyle draws out his cards, has 8 cards remaining. The probability that Linh also has a flush must be greater than drawing a a flush out of the remaining 3 intact suits. This turns out to be 0.0025... .
Lol kyle and Linh! They're the hosts of Data Skeptic! Hahaha
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Math of Poker - Basics
After Kyle draws his flush, there are now 47 cards left in the deck: 3 suits of 13 cards and 1 suit of 8 cards. So the probability that Linh has a flush is:
( 5 4 7 ) 3 × ( 5 1 3 ) + 1 × ( 5 8 )
Without calculating this probability exactly, we can compare it to the original probability of drawing a flush: ( 5 5 2 ) 4 × ( 5 1 3 ) . The numerator is (relatively speaking) not much less than the original numerator. Meanwhile, the denominator is significantly less than the original denominator. We can reasonably conclude that this probability is greater than the original probability.
The numerical probabilities are below:
( 5 5 2 ) 4 × ( 5 1 3 ) ( 5 4 7 ) 3 × ( 5 1 3 ) + 1 × ( 5 8 ) = 1 6 6 6 0 3 3 ≈ 0 . 0 0 1 9 8 = 1 5 3 3 9 3 9 3 9 1 7 ≈ 0 . 0 0 2 5 5