497 views
0 votes
0 votes

Given a standard deck of cards, there $52!$ are different permutations of the cards. Given two identical standard decks of cards, how many different permutations are there?

1 Answer

0 votes
0 votes
Permutation of n objects with m repeated elements = $\frac{n!}{m!}$

Why? Suppose we have to permute AAB. Then 3!=6, i.e. Let first A be 1, second A be 2 and B be 3. Then following permutation are possible:

123 (AAB)

132 (ABA)

213 (AAB)

231 (ABA)

312 (BAA)

321.(BAA)

But in our case we see that 123=213, also 132=231 and similarly 312=321.

These repetitions are because of  2 repeated entries of A, wherein each gives 2! similar permutations. And therefore we need to divide by 2!.

So in our original question, we have 2 repeated entries of each of the 52 cards. For example, 3 of hearts of Deck-1 and Deck-2. SO total n=104, and m=2 but 52 different repeatitions.

Therefore $\frac{104!}{2!2!2!...52\: times} = \frac{104!}{2^{52}}$

Related questions

1 votes
1 votes
1 answer
2
Sahil Gupta asked Nov 24, 2014
4,467 views
The answer is 14.But there are four kind of cards.(spades,heart,diamond,chidi)So there must be 5 pick up to ensure the same kind condition.
0 votes
0 votes
1 answer
3
Lakshman Bhaiya asked Oct 30, 2018
827 views
How many distinct words of any (nonzero) length can be formed using the letters of $KEPLER$ at most once each?(Clarification: such a word can have two Es, but can't have ...