a poker hand contains five cards find the mean of each of th
a poker hand contains five cards find the mean of each of the following
1.the number of different suits in a poker hand
2.the number of different face values in a poker hand
Solution
a poker hand contains five cards. these 5 cards from a deck of 52 cards can be selected in 52C5 ways.
1. let X denotes the number of different suits in a poker hand.
now there are all total 4 different suits in a deck of cards(spade,diamond,heart,club) each containing 13 cards
so X can be either 1 [all 5 cards are from the same suit] or 2[some cards are from one suit and others from another suit] or 3[some cards are from one suit,some from another suit and the rest are from another suit] or 4[ four cards are from 4 different suits and the 5th one is from one of the 4 suits]
so P[X=1]=P[all 5 cards are from the same suit]=P[out of 4 suits, one suit is selected and from that suit all 5 cards are selected]=4C1*13C5/52C5
P[X=2]=P[out of 4 suits 2 suits are selected and then from first suit 3 cards are selected and from the second suit 2 cards are selected or from first suit 2 cards are selected and from the second suit 3 cards are selected or 4 cards are selected from the first suit and 1 card is from the second suit or vice versa]=2*4C2*(13C2*13C3+13C4*13C1)/52C5
P[X=3]=P[out of 4 suits 3 suits are selected and then from the first suit 2 cards are selected,from the 2nd suit 2 are selected and from the third suit 1 is selected or from the first suit 2 cards are selected,from the 2nd suit 1 are selected and from the third suit 2 is selected or from the first suit 1 cards are selected,from the 2nd suit 2 are selected and from the third suit 2 is selected]=3*4C3*13C2*13C2*13C1/52C5
P[X=4]=P[from the 4 different suits 1 card is selected from three different suits and 2 cards are selected from the 4th suit]=4*13C1*13C1*13C1*13C2/52C5
so mean of X is
E[X]=1*4C1*13C5/52C5+2*2*4C2*(13C2*13C3+13C4*13C1)/52C5+3*3*4C3*13C2*13C2*13C1/52C5+4*4*13C1*13C1*13C1*13C2/52C5
=2.44 [answer]
2. there are 13 different face values each containing 4 cards
let Y denote the number of different face values in a poker hand
so Y can take the values 2,3,4,5
P[Y=2]=P[2 faces are selected from 13 faces and there 4 cards from first face and the other one is from second face or, 4 cards from second face and the other one is from first face or 3 cards from the first face and 2 from the second or vice versa]=2*13C2*(4C4*4C1+4C3*4C2)/52C5
P[Y=3]=P[3 faces are selected from 13 faces and first face 2 cards are selected,from the 2nd face 2 are selected and from the third face 1 is selected or from the first face 2 cards are selected,from the 2nd gace 1 are selected and from the third face 2 is selected or from the first face 1 cards are selected,from the 2nd face 2 are selected and from the third face 2 is selected]=3*13C3*4C1*4C2*4C2/52C5
P[Y=4]=P[4 faces are selected from 13 faces and from one face 2 cards are selected and from the others 1 card os selected]=4*13C4*4C2*4C1*4C1*4C1/52C5
P[Y=5]=[ 5 faces are selected from 13 faces and from each face 1 card is selected]=13C5*(4C1)5/52C5
so mean of Y is
E[Y]=2*2*13C2*(4C4*4C1+4C3*4C2)/52C5+3*3*13C3*4C1*4C2*4C2/52C5+4*4*13C4*4C2*4C1*4C1*4C1/52C5+5*13C5*(4C1)5/52C5=2.47298 [answer]

