document.write( "Question 588149: What is the probability that a 5 card poker hand has 2 queens, given that all 5 cards are red cards?\r
\n" );
document.write( "\n" );
document.write( "My impression is this is an intersection problem { P(X and Y) = P(X) + P(Y) - P(X)*P(Y) } ? \n" );
document.write( "
Algebra.Com's Answer #374394 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the probability that a 5 card poker hand has 2 queens, given that all 5 cards are red cards?\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "# of ways to succeed: 2C2*24C3 = 2024 \n" ); document.write( "----------- \n" ); document.write( "# of possible 5 red-card hands: 26C5 = 65780 \n" ); document.write( "------------- \n" ); document.write( "P(condition met) = 2024/65780 = 0.0308 \n" ); document.write( "----- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |