How Do You Calculate the Number of Possible Hands in a Modified 40-Card Deck?

Click For Summary
SUMMARY

The discussion focuses on calculating the number of possible hands in a modified 40-card deck, where each suit contains two of each card (10, Jack, Queen, King, Ace). The participants clarify that traditional combinatorial methods like (40 choose 10) are inadequate due to indistinguishable pairs. Instead, they propose grouping cards by face value and applying combinations to determine the number of distinct hands, exemplified by configurations such as (1,1,3) and (1,2,2). The final formula discussed involves summing combinations to account for pairs and non-pairs in hand selection.

PREREQUISITES
  • Understanding of combinatorial mathematics
  • Familiarity with the concept of indistinguishable objects in probability
  • Knowledge of basic card game mechanics
  • Ability to apply combinations and permutations in problem-solving
NEXT STEPS
  • Research combinatorial methods for indistinguishable objects
  • Learn about generating functions in combinatorial mathematics
  • Explore advanced probability concepts related to card games
  • Study the application of the multinomial coefficient in combinatorial problems
USEFUL FOR

Mathematicians, game designers, and anyone interested in combinatorial analysis and probability theory related to card games.

brojesus111
Messages
38
Reaction score
0
Let's say we have a deck with 40 cards. There are two of each for each of the 4 suits: 10, Jack, Queen, King, and Ace. Each hand consists of 10 cards.

Given that each pair is technically the same (one 10 of hearts is not distinguishable from the other 10 of hearts), how would one calculate the number of possible hands?

You can't just do (40 choose 10) given my last statement.

I know that if I were just doing the number of possible orderings of the deck, I could do (40!)/(2!^20), but I don't think I can apply the same method to when I'm choosing a hand of 10.
 
Physics news on Phys.org
Hey brojesus111 and welcome to the forums.

One thing you can do is to group all the same numbers together and then use combinations to get the number of combinations of different numbers in a hand and then for each of these, look at these groups and see how many possibilities you have for each number.

So as an example, let's say you have three different types of numbers: you take a combination of 10C3 but once you have done this, you look at the variation within these possibilities: for example if you restrict only three types of numbers then you can have say the following internal number configurations: (1,1,3) and (1,2,2).

This will not distinguish what the actual card is: only it's face value.
 
chiro said:
Hey brojesus111 and welcome to the forums.

One thing you can do is to group all the same numbers together and then use combinations to get the number of combinations of different numbers in a hand and then for each of these, look at these groups and see how many possibilities you have for each number.

So as an example, let's say you have three different types of numbers: you take a combination of 10C3 but once you have done this, you look at the variation within these possibilities: for example if you restrict only three types of numbers then you can have say the following internal number configurations: (1,1,3) and (1,2,2).

This will not distinguish what the actual card is: only it's face value.

Thanks.

I ended up thinking of it as the number of pairs and the number of non-pairs.

Let's say we have AA and BB and we want to choose 2. We have 3 possible hands: AA, AB, BB.

So Sigma from (r=0 to r=1) (2 choose 1-r)(1+r choose 2r).

(2 choose 1)(1 choose 0) + (2 choose 0)(2 choose 2) = 2+1 = 3
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 20 ·
Replies
20
Views
7K
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
5K
  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 4 ·
Replies
4
Views
7K
Replies
31
Views
7K