How many five-card hands can be chosen from exactly 2 suits of an ordinary 52-card deck? There are 4 suits: clubs, diamonds, hearts, and spades.
I think it would be (26 C 5) but I not sure if I am interpreting the question correctly.
How many five-card hands can be chosen from exactly 2 suits of an ordinary 52-card deck? There are 4 suits: clubs, diamonds, hearts, and spades.
I think it would be (26 C 5) but I not sure if I am interpreting the question correctly.
There are $\binom{4}{2}$ ways to choose the two suits. Then there are $\binom{13}{k}\binom{13}{5-k}$ ways to choose a hand such that $k$ are from the first suit and the rest are from the other suit. Thus $\binom{4}{2}\sum_{k=1}^4\binom{13}{k}\binom{13}{5-k}$ hands.