0

What I would do is:C(13,1)C(13,2)C(3,1)C(13,2)C(2,1)C(13,8)C(1,1).But I don't know if I need to choose specific suits for the doubleton cards and the remaining 8 cards.

Thanks!

1 Answers1

1

One spade card: 13 possibilities

Which doubleton suits: 3 possibilities: Which do we leave out?

Per doubleton suit there are C(13,2) = 78 possibilities.

For the remaining cards there are C(13,8) possibilities.

This gives a total of 39C(13,2)^2C(13,8).

This isn't the same as your answer: your answer is twice as large. This is beacuse you count the two doubleton suits as different.

wythagoras
  • 25,026