3,509 views
2 2 votes

This question is from the third Combination example from lecture notes 3A. Researching this question I found this answer

https://www.quora.com/In-how-many-ways-can-52-cards-be-distributed-to-four-players-with-13-cards-each 

What I don't understand is why you multiple the number of ways for each hand as opposed to adding. I know for player 1 it's C(52,13), player 2 C(39,13), player 3 C(26,13), then player 4 is 1 or C(13,13). I thought adding these together would get the total number of ways to deal the cards. Is this answer from the link correct and why? 

 

25% Accept Rate Accepted 1 answers out of 4 questions

1 Answer

2 2 votes
Instead of giving you the final answer, I ask you simplify question by an example you can solve on paper. Let's ask in how many ways it is possible to distribute 4 cards (A,B,C,D) between two people equally. We can write possible ways as follows:

$|\{(AB, CD), (AC,BD),(AD,BC),(BC,AD),(BD,AC),(CD,AB)\}| = 6$

In the same way in math, I should multiply the ways I can select first 2 cards from 4 cards for the first person, $\binom{4}{2}$, and the remaining 2 cards for the second person $\binom{4-2}{2} = \binom{2}{2}$.   Therefore, $\binom{4}{2} \times \binom{2}{2} = 6$ ways are available.

Now, can you solve the main problem?

Related questions

2 2 votes
1 answers 1 answer
2.0k
2.0k views
KenTheStatsMan asked Oct 1, 2018
1,981 views
This is question 1d in the 2B exercises. The answer says the probability is 0 but I count 4 jokers in a 52 card deck, which means the probability is 1/13. Think I misunde...
2 2 votes
1 1 answer
736
736 views
KenTheStatsMan asked Oct 8, 2018
736 views
Six devices (A,B,C,D,E, F) are each assigned one of three IP addresses (IP#1, IP#2, IP#3). If threedevices are assigned IP#1, two devices are assigned IP#2, and one devic...
3 3 votes
1 1 answer
5.1k
5.1k views
1 1 vote
1 1 answer
580
580 views
lopezkev asked Oct 15, 2018
580 views
Given the questions:1. How many different groups of 4 students can be made from a class of 40?and2. How many different lists of 4 students can be made from a class of 40?...
1 1 vote
1 1 answer
799
799 views
Gabriel777 asked Oct 27, 2018
799 views
A. To drop the least useful variables of a modelB. To reduce over-fittingC. To reduce the bias of a modelD. To decrease p-value