Here is the problem:
Player A chooses 5 cards from a deck of cards. Player B also chooses 5 cards from ANOTHER deck of cards. Player B wins if his cards match at least 3 cards of player A. What is the probability that the number of cards of player B matches that of player A's is
A) 0 B) 1 C) 2 D) 3 E) 4 F) 5
I attempted to solve A) this way: ((52C5)* (47C5)) / ((52C5)*(52C5)) = 0.5902 but I'm not sure if this is right.
Thanks in advance for any help!
$\binom{A}{B}$$\binom{A}{B}$ especially relevant. – gen-ℤ ready to perish Sep 04 '17 at 06:49