document.write( "Question 436101: From an ordinary deck of 52 cards, five are drawn randomly. What is the probability of drawing exactly three face cards? \n" ); document.write( "
Algebra.Com's Answer #301730 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
There are 12 face cards and 40 non face cards.
\n" ); document.write( "(12C3 * 40C2)/52C5
\n" ); document.write( "=(220*780)/2598960
\n" ); document.write( "=.0660
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );