document.write( "Question 968384: If you were to draw a 5-card hand from a standard deck of 52 cards, what is the probability that it will have 3 face cards (from the 4 jacks, 4 queens, and 4 kings)? \n" ); document.write( "
Algebra.Com's Answer #591770 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "It is not clear whether the words \"it will have 3 face cards\" means \r\n" );
document.write( "\"EXACTLY 3 and no more\" or whether it means \"AT LEAST 3\".\r\n" );
document.write( "\r\n" );
document.write( "I will considering that it means getting EXACTLY 3 face cards and no more.\r\n" );
document.write( "\r\n" );
document.write( "The denominator of the desired probability in either case is\r\n" );
document.write( "the number of ways to choose 5 cards from the 52: \r\n" );
document.write( "\r\n" );
document.write( "52 Choose 5 = 52C5 = \r\n" );
document.write( "\r\n" );
document.write( "After cancelling and multiplying or multiplying and dividing, we get 2598960\r\n" );
document.write( "\r\n" );
document.write( "The numerator of the desired probability in this case is\r\n" );
document.write( "the number of ways to choose 3 cards from the 12 face cards and\r\n" );
document.write( "2 cards from the other 40 non-face cards \r\n" );
document.write( "\r\n" );
document.write( "12 Choose 3 = 12C3 = \r\n" );
document.write( "\r\n" );
document.write( "After cancelling and multiplying or multiplying and dividing, we get 220\r\n" );
document.write( "\r\n" );
document.write( "For each of those ways to get exactly 3 face cards, there are 40C2 ways\r\n" );
document.write( "to choose 2 non-face cards to go with the 3 face cards.\r\n" );
document.write( "\r\n" );
document.write( "40 Choose 2 = 40C2 = \r\n" );
document.write( "\r\n" );
document.write( "After cancelling and multiplying or multiplying and dividing, we get \r\n" );
document.write( "\r\n" );
document.write( "So the number of possible hands with EXACTLY 3 face cards and EXACTLY 2 non-face cards is 220*780 = 171600\r\n" );
document.write( "\r\n" );
document.write( "So the probability of getting EXACTLY 3 face cards and EXACTLY 2 non-face cards is\r\n" );
document.write( "\r\n" );
document.write( "\"171600%2F2598960\" which reduces to \"55%2F833\" or about 6.6% of the time.\r\n" );
document.write( "\r\n" );
document.write( "---------------------------\r\n" );
document.write( "\r\n" );
document.write( "If your problem means \"AT LEAST 3 face card\", then we have to find the\r\n" );
document.write( "probability of getting EXACTLY 4 face cards and EXACTLY 1 non-face card.\r\n" );
document.write( "\r\n" );
document.write( "AND\r\n" );
document.write( "\r\n" );
document.write( "the probability of getting ALL 5 face cards.\r\n" );
document.write( "\r\n" );
document.write( "and add those two probabilities to the \"55%2F833\"\r\n" );
document.write( "\r\n" );
document.write( "These will be found similar to the other case.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );