document.write( "Question 848504: what is the probability of drawing 5 face cards from a 52 card deck? without replacement. \n" ); document.write( "
Algebra.Com's Answer #511124 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
There are 12 face cards (J,Q,K)\r
\n" ); document.write( "\n" ); document.write( "On the first draw: 12/52
\n" ); document.write( "2nd: 11/51 and so on
\n" ); document.write( "5th: 8/48\r
\n" ); document.write( "\n" ); document.write( "We multiply the probabilities: (12/52)(11/51)(10/50)(9/49)(8/48) = 33/108290 = .0003
\n" ); document.write( "
\n" );