Hi Ron,
Reposting as it was probably lost in the abyss. I've correct this based on your comments above:
For the sake of learning, I tried doing this a different way (where I do combine prob and combinatorics in one method, again, just trying to learn) but I can't seem to get the answer.
Probability Method:
Theory: Prob of 1 pair + Prob of 2 pairs
(12/12)(1/11)(10/10)(9/9) * (4!/2!2!) + (12/12)(1/11)(10/10)(1/9) * (4!/2!2!) = 20/33
I sense that my permutation is a little off here?
Combinatorics Method
Theory: Prob of 1 pair + Prob of 2 pairs
(6c1)(6c1)/(12c4) + (6c2)(6c2)/(12c4) = 261/495 - I get a completely wrong answer.
What am I doing wrong here?
Thanks in advance.