document.write( "Question 144538This question is from textbook
\n" );
document.write( ": If you select 2 cards from a deck, what is the probability of getting 2 matching cards (2kings, 2fives, and so on)? \n" );
document.write( "
Algebra.Com's Answer #105278 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If you select 2 cards from a deck, what is the probability of getting 2 matching cards (2kings, 2fives, and so on)? \n" ); document.write( "------------ \n" ); document.write( "# of ways to pick a card type :13 \n" ); document.write( "# of ways to pick 2 of the 4 cards of that type: 4C2 = 6 \n" ); document.write( "# of ways to pick 2 cards from a deck of 52: 52C2 = 1326 \n" ); document.write( "--------------- \n" ); document.write( "Prob(picking 2 cards of the same type from deck of 52) = [13*6/52C2] = 0.0588 \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |