ithamarsorek wrote:Karen has exactly 6 quarters, 5 dimes, and 10 nickels in her pocket. If she withdraws a number of these coins at random, how many coins would she have to withdraw to ensure that she has at least a 50 percent chance of withdrawing at least one quarter?
1
2
5
6
7
Hi there!
Beautiful problem... well done (and explained) by 721tjm !
Let me give a
second look at the problem, in a way that perhaps will help to see things in a clearer perspective!
For any integer 1<= n <= 15, let An be the event "no quarters obtained in the
simultaneous extraction of n coins". It is really easy to find a formula for the probability of An ... have a look:
(*) Prob(An) = x/y where
x = # ways to choose n coins between the (5+10) dimes and nickes ;
y = # ways to choose n coins between all of them (6+5+10 = 21 coins) .
(The fact that all y possibilities are equiprobable allows us to use the formula (*) given above.)
Well, x = C(15, n) and y = C(21,n) ... (explain!)
From the question stem (and 721tjm´s good explanation), we are looking for n such that Prob(An) <= 0.5 ...
From the fact that the expression C(21,n)/C(15,n) doesn´t seem nice, I guess it is smarter to put values for n, from the alternatives (of course):
If n = 1 we get C(21,n)/C(15,n) = 21/15 > 0.5 so n=1 is not the right choice ;
If n = 2 we get C(21,2)/C(15,2) = 0.5 (check that), therefore we are done.
Regards,
Fabio.