document.write( "Question 284349: You are dealt 5 cards from a standard deck of 52 cards. What is the probability that all 5 cards are face cards? (Note: There are 12 face cards in the deck – the jack, queen, and king of each of the four suits are considered face cards.) \n" ); document.write( "
Algebra.Com's Answer #206343 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Each event is independent.
\n" ); document.write( "Find the probability of each and multiply them together.
\n" ); document.write( "At first,
\n" ); document.write( "P(face)=12/52
\n" ); document.write( "Second card,
\n" ); document.write( "P(face)=11/51
\n" ); document.write( "Third card,
\n" ); document.write( "P(face)=10/50
\n" ); document.write( "Fourth card,
\n" ); document.write( "P(face)=9/49
\n" ); document.write( "and finally
\n" ); document.write( "P(face)=8/48
\n" ); document.write( "P(5 faces)=\"%2812%2F52%29%2811%2F51%29%2810%2F50%29%289%2F49%29%288%2F48%29\"
\n" ); document.write( "P(5 faces)=\"95040%2F311875200=33%2F108290\"
\n" ); document.write( "or approximately
\n" ); document.write( "P(5 faces) = \"0.000305\"
\n" ); document.write( "
\n" );