document.write( "Question 634154: In the poker game Texas hold em each player is dealt two cards. A flush draw is when both cards are of the same suit. \r
\n" );
document.write( "\n" );
document.write( "What is the probability of being dealt two spades? (a spades flush draw)\r
\n" );
document.write( "\n" );
document.write( "What is the probability of being dealt a flush draw (in any of the 4 suits)? \n" );
document.write( "
Algebra.Com's Answer #399394 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In the poker game Texas hold em each player is dealt two cards. A flush draw is when both cards are of the same suit. \n" ); document.write( "What is the probability of being dealt two spades? (a spades flush draw) \n" ); document.write( "# pf waus tp sicceed\" 13C2 = 78 \n" ); document.write( "# of possible outcomes: 52C2 \n" ); document.write( "P(2 spades) = 78/52C2 = 0.0588 \n" ); document.write( "--------------------------- \n" ); document.write( "What is the probability of being dealt a flush draw (in any of the 4 suits)? \n" ); document.write( "---- \n" ); document.write( "# of ways to succeed: 4*13C2 \n" ); document.write( "# of possible outcomes: 52C2 \n" ); document.write( "P(flush draw) = 4*0.0588 = 0.2352 \n" ); document.write( "======================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |