document.write( "Question 376332: if you are dealt 5 cards from a deck of 52 cards, find the probability that all 5 cards are picture cards \n" ); document.write( "
Algebra.Com's Answer #267753 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
nCr=Cobination of n things taken r at a time=n!/((n-r)!r!)
\n" ); document.write( "There are 12 picture cards in a deck.
\n" ); document.write( "12C5/52C5
\n" ); document.write( "=792/2598960
\n" ); document.write( "=.0003047
\n" ); document.write( "
\n" );