Probability of a Specific 5 Card Poker Hand

wooster
Messages
2
Reaction score
0
Hello everyone,

First post here so be kind :)

I am working on a problem, that should be easy, but I just want to make sure my logic is correct. The problem is to find the probability of being dealt event A in a 5 card poker hand, where

A = {2 pair and 1 card all of the same colour}

Now I took a counting approach to this problem, where I counted all the possible ways for A, then divided by 52 choose 5 (the total number of unordered five card poker hands). I tried two ways which seemed to make sense, but they give me different answers.

Method 1

First, choose two ranks: 13 choose 2
Then choose two cards from first rank: 2 choose 2
Then choose two cards from second rank: 2 choose 2
Choose last card in 26-4 ways: 22 choose 1

So P(A) = (13 choose 2)*(2 choose 2)*(2 choose 2)*(22 choose 1)/(52 choose 5) = 0.00066

Method 2

First, choose colour: 2 choose 1
Choose two ranks: 13 choose 2
Then choose two cards from first rank: 2 choose 2
Then choose two cards from second rank: 2 choose 2
Choose last card in 26-4 ways: 22 choose 1

So P(A) = (2 choose 1)*(13 choose 2)*(2 choose 2)*(2 choose 2)*(22 choose 1)/(52 choose 5) = 0.00132

The second probability is obviously two times the first due to the initial choosing of the colour, is this redundant? Which method, if any, is correct?

Thanks for the help.
 
Physics news on Phys.org
In the first method, you "dealt" with the color issue by having the number of ways of picking a pair of a certain rank be 2 choose 2. That means you're only allowing the choice of black cards (alternatively: only allowing red cards). Which means that you didn't count all the ways of getting the hand with red cards (or black cards). So your first method is incorrect since you only counted half the possible hands
 
Okay, that makes sense. So that means the second method is correct?
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top