document.write( "Question 1081624: Find the probability of getting 4 face cards (king, queen, or jack) when 4 cards are drawn from a deck without replacement. \n" ); document.write( "
Algebra.Com's Answer #695684 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
There are 12 face cards, 3 with 4 suits
\n" ); document.write( "(12/52)*(11/51)*(10/50)*(9/49)=0.0018
\n" ); document.write( "
\n" );