document.write( "Question 1118964: 5 cards are chosen from an ordinary deck of cards to form a poker hand. What is the probability
\n" );
document.write( "that the hand has
\n" );
document.write( "at most
\n" );
document.write( "2 face cards? \n" );
document.write( "
Algebra.Com's Answer #734444 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "# of ways to get 0 face cards: choose 0 of the 12 face cards and 5 of the 40 other cards. \n" ); document.write( " \n" ); document.write( "# of ways to get 1 face card: choose 1 of the 12 face cards and 4 of the 40 other cards. \n" ); document.write( " \n" ); document.write( "# of ways to get 2 face cards: choose 2 of the 12 face cards and 3 of the 40 other cards. \n" ); document.write( " \n" ); document.write( "The probability of getting at most 2 face cards is the total number of ways of getting at most 2 face cards, divided by the total number of ways of choosing 5 cards from the full deck of 52: \n" ); document.write( " |