plz don't forget to mention the source.
I saw this question somewhere and solved it correctly. but i dont remember where did i saw it.. this time I went wrong way....ahhh...
plz tell the source.
thanks
esledge Wrote:chaitanya.indukuri Wrote:Another method of solving this is:-
Total combinations of picking 4 cards:- 12C4
Total combinations of picking 4 cards with 2 cards with same numbers is:-
6*10C2 - 6C4
You subtract 6C4 to remove the double counting.
So, (6*10C2 - 6C4 )/ 12C4 = 17/33
This is an interesting and clever method. I had to puzzle over it for a while to figure out where you got the 6C4, and others may do the same.
6C4 is the same as 6C2, both equal 6!/4!2! = 6*5/2 = 15.
So I see 6*10C2 as (# of options for which pair is made)*(ways to select the other 2 cards from the remaining 10 cards).
But you want to avoid double counting when the "other two" are a pair themselves. For example, so far, we have counted [1,1,2,2] and [2,2,1,1] as two different selections. So how many sets of 4 cards could be made of 2 matched pairs? 6 pairs are possible, and we would include 2 of them: 6C2 = 6!/2!4!
StaceyKoprince Wrote:The method shown in the official explanation is the easiest way (probability 1-X). You can use prob / comb here but you really don't want to given the other method. Did you read that explanation? Do you have any questions about it?
contactsrikar Wrote:I think I got it now.
the numerator should be (12*10*8*6) / 4! because order does not matter
esledge Wrote:chaitanya.indukuri Wrote:Another method of solving this is:-
Total combinations of picking 4 cards:- 12C4
Total combinations of picking 4 cards with 2 cards with same numbers is:-
6*10C2 - 6C4
You subtract 6C4 to remove the double counting.
So, (6*10C2 - 6C4 )/ 12C4 = 17/33
This is an interesting and clever method. I had to puzzle over it for a while to figure out where you got the 6C4, and others may do the same.
6C4 is the same as 6C2, both equal 6!/4!2! = 6*5/2 = 15.
So I see 6*10C2 as (# of options for which pair is made)*(ways to select the other 2 cards from the remaining 10 cards).
But you want to avoid double counting when the "other two" are a pair themselves. For example, so far, we have counted [1,1,2,2] and [2,2,1,1] as two different selections. So how many sets of 4 cards could be made of 2 matched pairs? 6 pairs are possible, and we would include 2 of them: 6C2 = 6!/2!4!