| Bram Cohen ( @ 2007-04-28 12:56:00 |
Flush vs. Straight
As every poker player knows, the chances of a random set of five cards being a flush is less than the chances of it being a straight. So, if you deal out one card face-up at a time until either five of the dealt cards form a straight or five of the dealt cards form a flush, which is more likely to happen first, a flush or a straight? The obvious answer is a straight, because that's the more likely hand, but that might not be correct. To see why, consider this question: If you've dealt out seventeen cards, what are the chances that you've dealt a flush?
My exercise for you, the reader, is to figure out the chances that a flush versus a straight will come up first (both coming up at once should be considered a tie). If it turns out that flushes are in fact more likely to come up first, this might make a very good sucker bet.
Update: Some commenters ran simulations, and the margin for flush is quite solid (about 60:40, not counting ties). This leads to a great hustle: show up to a poker game and make the repeated asinine assertion that flushes are more likely than straights even though flushes beat straights. When someone finally gets fuming mad at you in disagreement, suggest this bet as a way to settle the score.
Update2: There was a bug in the code, and the odds are actually about 51/39/10, which is still a solid edge.
As every poker player knows, the chances of a random set of five cards being a flush is less than the chances of it being a straight. So, if you deal out one card face-up at a time until either five of the dealt cards form a straight or five of the dealt cards form a flush, which is more likely to happen first, a flush or a straight? The obvious answer is a straight, because that's the more likely hand, but that might not be correct. To see why, consider this question: If you've dealt out seventeen cards, what are the chances that you've dealt a flush?
My exercise for you, the reader, is to figure out the chances that a flush versus a straight will come up first (both coming up at once should be considered a tie). If it turns out that flushes are in fact more likely to come up first, this might make a very good sucker bet.
Update: Some commenters ran simulations, and the margin for flush is quite solid (about 60:40, not counting ties). This leads to a great hustle: show up to a poker game and make the repeated asinine assertion that flushes are more likely than straights even though flushes beat straights. When someone finally gets fuming mad at you in disagreement, suggest this bet as a way to settle the score.
Update2: There was a bug in the code, and the odds are actually about 51/39/10, which is still a solid edge.