Stockmoose16 wrote:I actually have one follow-up question. In regards to this question:
A drawer holds 4 red hats and 4 blue hats. What is the probability of getting exactly three red hats or exactly three blue hats when taking out 4 hats randomly out of the drawer and immediately returning every hat to the drawer before taking out the next?
(a) 1/8
(b) ¼
(c) ½
(d) 3/8
(e) 7/12
I understand you treat this like a coin flip, but if you didn't recognize that from the beginning, why wouldn't this be exactly like the vowel/consonant question I was referred to above. Meaning, you should multiply the ways of getting exactly 3 red hats times the probability of getting a blue one on the fourth choice? Then multiply by two to account for the "or."
So the answer should be:
4C3*4/2^4 +4C3*4/2^4 =2 ... which obviously makes no sense. Why is this question different from the vowel one above?
You're misunderstanding how to apply the combinations formula. To be honest, I have no clue how you derived the expression above.
In the hat question, we're making 4 selections. The chance of getting a red hat on any specific draw is 1/2. The probability of any 4 specific selections is:
1/2 * 1/2 * 1/2 * 1/2 = 1/16
For our particular question, we want either exactly 3R or 3B.
For 3R, we want 3 of our 4 selections to be red, so that's 4C3.
For 3B, we want 3 of our 4 selections to be blue, so that's 4C3.
Since we want 3R
or 3B, we add 4C3 + 4C3 = 4 + 4 = 8.
So: # of desired outcomes = 8
Total # of possibilities = 16
Prob = 8/16 = 1/2
By muliplying 4C3 * 4, you're double counting (actually, you're squaring the number of possibilities), since 4C3 already takes into account the "missing" 1.