Playing with a deck of 54 cards including Jokers which act a
Playing with a deck of 54 cards (including Jokers which act as a wild card that represents any card). What is the probabilty that a five card poker hand has a four of a kind?
Solution
Total number of ways in which 5 cards can be drawn out of 54 = 54C5 = 3162510
Number of ways to get four of a kind = (13C1 * 4C3 ) * ( 2C1) *( 48C1) + (13C1 * 4C2 ) * ( 2C2) *( 48C1)
+(13C1 * 4C4 ) * ( 2C0) *( 48C1)
= 4992 + 3744 + 624
= 9360
Probabilty that a five card poker hand has a four of a kind = Number of ways to get four of a kind / Total number of ways in which 5 cards can be drawn out of 54
= 9360 / 3162510
= 0.00296
