+0  
 
+2
1102
13
avatar+586 

A certain deck of cards contains 16 cards. Each card is red, yellow, green, or blue. Also, each card has a number from 1 to 4. There is a card for each color-number combination, e.g. there is a yellow card that has a 3 on it.

These 16 cards are dealt at random to four different people, with each person getting four cards. What is the probability that each person gets a card with a number 1 on it?

 Oct 6, 2019
 #1
avatar+6244 
+1

deleted

 Oct 6, 2019
edited by Rom  Oct 6, 2019
edited by Rom  Oct 7, 2019
edited by Rom  Oct 7, 2019
 #8
avatar+6244 
+1

Above is wrong.  Simulation is showing p is approximately 0.14

 

Still working on this.

Rom  Oct 7, 2019
 #9
avatar+118587 
0

Hi Rom,

 

I worked it out before and got an answer of 0.14

I have re-shown my working now.

 

I thought it was wrong because your logic seemed better but maybe it is not wrong afterall.

Melody  Oct 7, 2019
 #2
avatar+2436 
0

Solution:

 

\(\small \text{There are } \dbinom{16}{4} = 1820 \text{ sets of 4-cards. Four of these sets contain exactly one (1) card with a one.}\\ \text {Probability: } \dfrac{4}{1820} = \dfrac{1}{455}\\\)

 

GA

 

-----------------------

I’m leaving this train wreck of a solution here as a sign post to slow down the trains of thought, before changing tracks. 

 

I initially solved this using (4^4) as the number of arrangements where the “1 cards” could occupy any row in the four columns of four rows (this is easy to see). Then dividing this by the total number of combinations,(44) / (nCr(16,4)), gives (64/445) = 0.1406593406593407, the probability.  

For some reason, I thought this was too high of a probability.... 

 

So, what did I do to “fix” it? I’m not sure ... took the fourth root before dividing it (maybe –IDFK). After changing tracks, I didn’t realize the train actually jumped the tracks until the caboose ended up where the engine should be.  This is a simple, high school level probability problem that my cat could solve when buzzed on catnip, yet I turned it into a bloody train wreck. 

 

I am a much better troll than I am a mathematician.

 

Melody’s solution is defined and nuanced at every step. It’s even better than my cat could do.smiley

 

 

GA

 Oct 6, 2019
edited by GingerAle  Oct 7, 2019
 #12
avatar+118587 
+1

Thanks Ginger, I've never been considered more numerate than a cat before. That is high praise.  wink

Melody  Oct 7, 2019
edited by Melody  Oct 7, 2019
 #5
avatar+118587 
+2

Next attempt.

 

There are 16 cards. All cards are dealt.

 

[comment deleted]

 

16C4*12C4*8C4*1 = 1820*495*70*1 = 63 063 000 ways to choose 4 groups of 4

 

12C3*9C3*6C3*1    ways to chose 4 groups of 3

 

12C3*9C3*6C3*1 *4*3*2*1  ways to chose 4 groups of three with no 1s and then add a 1 to each group.

 

  \(\text{Prob(1 in each group)}=\frac{12C3*9C3*6C3*1 *4!}{16C4*12C4*8C4*1}\\ \text{Prob(1 in each group)}=\frac{12C3*9C3*6C3 *4!}{16C4*12C4*8C4}\\ \text{Prob(1 in each group)}=\frac{369600*4!}{63063000}\\ \text{Prob(1 in each group)}=\frac{3696*4!}{630630}\\ \text{Prob(1 in each group)}=\frac{616*4!}{105105}\\ \text{Prob(1 in each group)}=\frac{14784}{105105}\\ \text{Prob(1 in each group)}=\frac{4928}{35035}\\ \text{Prob(1 in each group)}\approx 0.14065\)

 

check

((nCr(12,3)*nCr(9,3)*nCr(6,3)*1*4!)/(nCr(16,4)*nCr(12,4)*nCr(8,4)*1) = 0.1406593406593407((nCr(12,3)*nCr(9,3)*nCr(6,3)*1*4!)/(nCr(16,4)*nCr(12,4)*nCr(8,4)*1 = 0.1406593406593407

 

So I have an answer. I have little idea about whether it is correct.

 Oct 7, 2019
edited by Melody  Oct 7, 2019
 #7
avatar+118587 
+1

Rom has given a new answer now and I like his logic much better than mine.

Edit.

On second inspection I do not think rom's logic for each individual play stands up.

I am still uncertain of my logic though.

Melody  Oct 7, 2019
edited by Melody  Oct 7, 2019
edited by Melody  Oct 7, 2019
 #10
avatar+6244 
+1

well your answer agrees with sim!

 

what's the extra factor of 4! for?

oh nm, it's because you are having order matter.

 

(sorry I edited accidentally, I think it is back to how it was now)

Rom  Oct 7, 2019
edited by Rom  Oct 7, 2019
edited by Rom  Oct 7, 2019
edited by Melody  Oct 7, 2019
edited by Melody  Oct 7, 2019
 #11
avatar+118587 
+2

No the 4! is not for order mattering. Actually I do not think I have made order matter not within each hand anyway.

 

The 4! was just for the placement of the cards with 1 on them

The first hand had 4 possibilities, the second hand had 3 possibilities the 3rd hand had 2 possibilities and the last hand took the remaining card.

Melody  Oct 7, 2019
 #6
avatar+118587 
0

XxXTenTacion

When you get the answer can you let us know please. (Answer with logic)

 Oct 7, 2019
 #13
avatar+6244 
+2

Here is basically Melody's solution but rearranged a bit to make more intutive sense.

 

\(\text{First off there are $N=\dbinom{16}{4}\dbinom{12}{4}\dbinom{8}{4} =63063000 $ possible hands}\\ \text{First person gets their cards. There are 4 1's to choose from and $\dbinom{12}{3}$ ways to choose the other 3 cards}\\ \text{Second person has 3 1's and $\dbinom{9}{3}$ ways to pick the other cards}\\ \text{Third person has 2 1's and $\dbinom{6}{3}$ other cards}\\ \text{This gets us the total number of hands $n$ where each player has a 1 in their hand}\\ n = 4\dbinom{12}{3}\cdot 3\dbinom{9}{3}\cdot 2\dbinom{6}{3}\\ p = \dfrac n N = \dfrac{\dbinom{12}{3}\dbinom{9}{3}\dbinom{6}{3} 4!}{\dbinom{16}{4}\dbinom{12}{4}\dbinom{8}{4}} = \dfrac{8870400}{63063000 } = \dfrac{64}{455}\)

 Oct 8, 2019

2 Online Users

avatar