DrMock
@Bunuel I'm a little confused here. Why is this not correct? 12C1*1*10C1*8C1 to pick one pair and two that are not pairs. (I pick one card from 12 and then only have one other card to pick so 1)*(I pick one from the remaining 10 cards)*(I pick 1 from the remaining 8 cards). Thank you!
Hi, a couple of errors in your approach,
1. We are looking for cases where we have
at least 1 pair, so we will also need to include cases where we get two pairs; from your approach I assume you have incorrectly inferred that we only want one pair and the rest two should be different
2. If you're selecting cards one by one n times, you will also need to divide it by n! since you multiplied these selections and have arrangements of these selections which is not required
There are multiple correct approaches mentioned in the thread, would suggest you invest some time and go through them. Here's one good approach -
https://gmatclub.com/forum/bill-has-a-s ... l#p1425104