What is the probability of drawing a flush?
What is the probability of drawing a flush (all five cards of the same suit) in a 5-card poker hand? Camren
Answer
There are two ways to solve this problem, both of them should yield the correct answer. In this situation they are both easy to understand, but for some calculations one approach is easier than the other.
The first is to treat the problem as a series of dependent events. In this form the question your are asking is "What is the chance of drawing a card, and then drawing four more of the same suit from the same deck?" The chance for the first card is 52 in 52, since you don't care what card it is. After that there are 12 remaining cards of the same suit. And the deck has only 51 cards left. A 12 in 51 chance. Each further draw has one less possible card, and a one smaller deck. For two events to both happen you simply multiply their probability together. Thus your final answer is 52/52 * 12/51 * 11/50 * 10/49 * 9/48 ~= 0.2%.
The second way is the combinatorial approach. Here the question we are asking is "How many flushes can be drawn from a deck compared to the total number of hands?" How many possible hands there are is simple. We use something called the binomial coefficient, otherwise know as the choose operator. For example (52c5) = 2598960 says how many ways are there to select 5 cards from 52, and the answer is about 2.5mil. The ordering of the cards doesn't matter here (as they don't in poker). To count the flushes we then consider one suit, which has 13 cards. So (13c5) = 1287 says there are 1287 ways to choose 5 cards from 13 -- all the flushes for that suit. This is possible for each suit, so we have 1287 x 4 = 5148. Now to get the chance any flush happening we simply divide the number of flushes by the total number of hands to get 5148 / 2598960 ~= 0.2%.

Comments are provided by Facebook. An experiment for now.









