document.write( "Question 1006884: A hand consists of 3 cards from a well shuffled deck of 52 cards.
\n" );
document.write( "a.Find the number of possible 3 card poker hands.
\n" );
document.write( "b.A club flush is a 3 card hand consisting of all club cards. Find the number of possible club flushes.
\n" );
document.write( "c.Find the probability of being dealt a card flush.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #623316 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "A hand consists of 3 cards from a well shuffled deck of 52 cards.\r\n" ); document.write( "\r\n" ); document.write( "a.Find the number of possible 3 card poker hands.\r\n" ); document.write( "\r\n" ); document.write( "52C3\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "b.A club flush is a 3 card hand consisting of all club cards. Find the number of possible club flushes.\r\n" ); document.write( "\r\n" ); document.write( "13C3\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "c.Find the probability of being dealt a card flush.\r\n" ); document.write( "\r\n" ); document.write( "13C3/52C3\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |