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 #321935 by ccs2011(207)![]() ![]() You can put this solution on YOUR website! N is the set of possible straight-flushes in hearts. \n" ); document.write( "We are assuming all cards are hearts. \n" ); document.write( "For the hand to be a straight all cards must be in consecutive order. \n" ); document.write( "A-2-3-4-5 \n" ); document.write( "This is the lowest possible straight, the highest possible straight would yield a royal flush \n" ); document.write( "10-J-Q-K-A \n" ); document.write( "The number of cards from A to 10 is 10 cards \n" ); document.write( "Therefore there are only 10 possible straights with 5 hearts. \n" ); document.write( "10 outcomes in N\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |