document.write( "Question 766655: Given a standard deck of 52 cards with 5 cards being dealt to a player.
\n" );
document.write( "(a)find the probability that the player hand will have all 5 cards as spades.
\n" );
document.write( "(b)now find the probability that the player's hand is a flush. Note that a flush is a 5 card poker hand with all 5 cards being the same suit. \n" );
document.write( "
Algebra.Com's Answer #467143 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given a standard deck of 52 cards with 5 cards being dealt to a player. \n" ); document.write( "(a)find the probability that the player hand will have all 5 cards as spades. \n" ); document.write( "# of ways to succeed: 13C5 = 1287 \n" ); document.write( "# of possible 5 card hands: 52C5 \n" ); document.write( "------ \n" ); document.write( "P(5 spades) = 1287/52C5 = 0.000495.. \n" ); document.write( "================================================= \n" ); document.write( "(b)now find the probability that the player's hand is a flush. Note that a flush is a 5 card poker hand with all 5 cards being the same suit. \n" ); document.write( "------- \n" ); document.write( "# of ways to get a flush in each suit:: 9 \n" ); document.write( "# of ways to get a flush in 4 suits:::: 36 \n" ); document.write( "----- \n" ); document.write( "P(flush) = 36/52C5 = 0.0000139 \n" ); document.write( "======================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |