document.write( "Question 819312: Suppose that seven playing cards are to be randomly selected from a full deck of 52.\r
\n" );
document.write( "\n" );
document.write( "A. Find the probability of getting \"three of a kind\" and nothing better (i.e. three cards of the same denomination, with no more than one of any other denomination.)\r
\n" );
document.write( "\n" );
document.write( "B. Find the probability of obtaining a \"flush\", ie. seven cards that are all in the same suit.\r
\n" );
document.write( "\n" );
document.write( "C. Find the odds of the event described in part (b).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #493051 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that seven playing cards are to be randomly selected from a full deck of 52. \n" ); document.write( "A. Find the probability of getting \"three of a kind\" and nothing better (i.e. three cards of the same denomination, with no more than one of any other denomination.) \n" ); document.write( "Pick a denomination: 13 ways \n" ); document.write( "Pick 3 cards of that denomination: 4C3 = 4 ways \n" ); document.write( "Pick another denomination: 12 ways \n" ); document.write( "Pick a card of that denomination: 4 ways \n" ); document.write( "Pick a 3rd denomination: 11 ways: 11 ways \n" ); document.write( "Pick a card of that denomination: 4 ways \n" ); document.write( "---- \n" ); document.write( "# of ways to succeed: (13*4*12*4*11*4) \n" ); document.write( "# of possible outcomes: 52C5 \n" ); document.write( "Ans: [13P3*4^3]/52C5 \n" ); document.write( "========================= \n" ); document.write( "B. Find the probability of obtaining a \"flush\", ie. seven cards that are all in the same suit. \n" ); document.write( "Pick a suit: 4 ways \n" ); document.write( "Pick 7 cards from that suit: 13C7 \n" ); document.write( "---- \n" ); document.write( "Ans: (4*13C7)/52C7 = 6864/52C7 \n" ); document.write( "=============================== \n" ); document.write( "C. Find the odds of the event described in part (b). \n" ); document.write( "Ans: 6864:[52C7-6864] = 6864/133777696 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |