document.write( "Question 144178: what is the probability of picking two cards of the same suit in a deck of 52? \n" ); document.write( "
Algebra.Com's Answer #104943 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! what is the probability of picking two cards of the same suit in a deck of 52? \n" ); document.write( "--------------- \n" ); document.write( "Pick a suit: 4 ways \n" ); document.write( "Pick two cards from that suit: 13C2 = 13*12/1*2 = 13*6 = 78 \n" ); document.write( "--------------------- \n" ); document.write( "Unrestricted number of pairs of cards: 52C2 = 52*51/1*2 = 26*51 = 1326 \n" ); document.write( "---------------------- \n" ); document.write( "P(pick 2 cards of the same suit) = [4*78]/1326 = 0.23529... \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |