document.write( "Question 393533: 3 cards are chosen at random from a standard 52-card deck. What is the probability that they form a pair? (A 3-card hand is a pair if two of the cards match in rand but the third card is different.) \n" ); document.write( "
Algebra.Com's Answer #279271 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 3 cards are chosen at random from a standard 52-card deck. What is the probability that they form a pair? (A 3-card hand is a pair if two of the cards match in rand but the third card is different.) \n" ); document.write( "--- \n" ); document.write( "Pick a type of card: 13 ways \n" ); document.write( "Pick a pair of that type: 4C2 = 6 ways \n" ); document.write( "---- \n" ); document.write( "Pick a 3rd card that is not that type: 48 ways \n" ); document.write( "---- \n" ); document.write( "P(event as described) = [13*6*48]/52C3 = 3744/22100 = 0.1694 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |