In a bridge game, 52 cards are dealt equally to players E, W, N, S.
If N and S have a total of 8 spades among them, what is the probability that E has 3 of the remaining 5 spades?
And the answer is:
$$\frac{(^5C_3)(^{21}C_{10})}{^{26}C_{13}}=0.339$$
Reasoning goes:
- Choose 3 spades for E (first term in numerator)
- Choose the other 10 cards out of the 21 cards (second term in numerator)
- Denominator: choose 13 out of 26 cards for E.
And so my question is: what is the reduced sample space here actually? Why is it 26 cards as the sample space for both numerator and the denominator? Why not 52 cards (i.e. all four players)?
I will try to answer your question about the reduced sample space using colors.
The number of combinations in which $\color\orange{N}$ and $\color\purple{S}$ have a total of $8$ spades among them:
$\sum\limits_{n=0}^{8}\color\orange{\binom{13}{n}\cdot\binom{52-13}{13-n}}\cdot\color\purple{\binom{13-n}{8-n}\cdot\binom{52-(13-n)}{13-(8-n)}}\cdot\color\red{\binom{52-13-13}{13}}\cdot\color\green{\binom{52-13-13-13}{13}}$
Which evaluates to $371637481296340124590207883400$.
The number of combinations in which $\color\red{E}$ has $3$ of the remaining spades:
$\sum\limits_{n=0}^{8}\color\orange{\binom{13}{n}\cdot\binom{52-13}{13-n}}\cdot\color\purple{\binom{13-n}{8-n}\cdot\binom{52-(13-n)}{13-(8-n)}}\cdot\color\red{\binom{13-8}{3}\cdot\binom{52-13-13-(13-8)}{13-3}}\cdot\color\green{\binom{52-13-13-13}{13}}$
Which evaluates to $126033580613541433556679195240$.
The probability is therefore $\frac{126033580613541433556679195240}{371637481296340124590207883400}\quad\quad=\frac{39}{115}.\approx33.91\%$.
And the size of the reduced sample space is the denominator in the fraction above.