document.write( "Question 469239: The question is: A poker deck consisting of 52 cards, representing 13 denomination and 4 suits. A 5 card hand is called a flush if all cards are the same suit but not all 5 denominations are consecutive. You have drawn a 2 of hearts,3 of hearts, 7 of hearts, jack of hearts and a queen of hearts. Let N be the set of 5 cards in hearts that are not flushes. How many outcomes are in N?
\n" );
document.write( "I am assuming we need to find the probability of having a flush in hearts.
\n" );
document.write( "Card 1: .25, card 2:.24, card 3: .22, card 4: .20 and card 5: .19.
\n" );
document.write( ".25*.24*.22*.20*.19=.0005016
\n" );
document.write( "I don't know my next steps. \n" );
document.write( "
Algebra.Com's Answer #321932 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let N be the set of 5 cards in hearts that are not flushes. \n" ); document.write( "The set N is called a straight flush. They beat any other poker hand including a flush. \n" ); document.write( "There are 10 possible straight flushes in a suit A2345 to TJQKA. \n" ); document.write( "There are 4 different suits. \n" ); document.write( "10C1 * 4C1 = 40 possible straight flushes. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |