OE
he chance of getting AT LEAST one pair of cards with the same value out of 4 dealt cards should be computed using the 1-x technique. That is, you should figure out the probability of getting NO PAIRS in those 4 cards (an easier probability to compute), and then subtract that probability from 1.
First card: The probability of getting NO pairs so far is 1 (since only one card has been dealt).
Second card: There is 1 card left in the deck with the same value as the first card. Thus, there are 10 cards that will NOT form a pair with the first card. there are 11 cards left in the deck.
Probability of NO pairs so far = 10/11.
Third card: Since there have been no pairs so far, there are two cards dealt with different values. There are 2 cards in the deck with the same values as those two cards. Thus, there are 8 cards that will not form a pair with either of those two cards. There are 10 cards left in the deck.
Probability of turning over a third card that does NOT form a pair in any way, GIVEN that there are NO pairs so far = 8/10.
Cumulative probability of avoiding a pair BOTH on the second card AND on the third card = product of the two probabilities above = (10/11) (8/10) = 8/11.
Fourth card: Now there are three cards dealt with different values. There are 3 cards in the deck with the same values; thus, there are 6 cards in the deck that will not form a pair with any of the three dealt cards. There are 9 cards left in the deck.
Probability of turning over a fourth card that does NOT form a pair in any way, GIVEN that there are NO pairs so far = 6/9.
Cumulative probability of avoiding a pair on the second card AND on the third card AND on the fourth card = cumulative product = (10/11) (8/10) (6/9) = 16/33.
Thus, the probability of getting AT LEAST ONE pair in the four cards is 1 − 16/33 = 17/33.
The correct answer is C.