document.write( "Question 351503: Drawing fro, a regular deck of playing cards, what is the probability of drawing a face card (jack, queen, king) 3 times in a row? (Assume that jokers are taken out and assume no replacement). \n" ); document.write( "
Algebra.Com's Answer #251170 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
There are 12 face cards in the deck of 52 cards.
\n" ); document.write( "1st draw :\"P%28F%29=12%2F52=1%2F4\"
\n" ); document.write( "2nd draw :\"P%28F%29=11%2F51\"
\n" ); document.write( "3st draw :\"P%28F%29=10%2F50=1%2F5\"
\n" ); document.write( "\"P%283F%29=%281%2F4%29%2811%2F51%29%281%2F5%29=11%2F1020=0.01078\"
\n" ); document.write( "
\n" ); document.write( "
\n" );