document.write( "Question 330243: How many ways can 3 cards containing no face card (J,Q,K) be drawn from an ordinary 52-card deck? \n" ); document.write( "
Algebra.Com's Answer #236689 by galactus(183)\"\" \"About 
You can put this solution on YOUR website!
Since the deck has no face card, there are only 40 cards in the deck.\r
\n" ); document.write( "\n" ); document.write( "That's because there are 4 Kings, 4 Queens, and 4 Jacks.\r
\n" ); document.write( "\n" ); document.write( "So, how many ways can we choose 3 from 40?.\r
\n" ); document.write( "\n" ); document.write( "\"C%2840%2C3%29=40%21%2F%283%21%2A37%21%29=9880\"
\n" ); document.write( "
\n" );