document.write( "Question 1185296: You have cards A-10 of all suits in a deck of cards. So, you have 40 cards. How many ways can you draw 4 cards?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #816095 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
You have cards A-10 of all suits in a deck of cards. So, you have 40 cards. How many ways can you draw 4 cards?
\n" ); document.write( "---------------
\n" ); document.write( "Without replacement:
\n" ); document.write( "1st card is 1 of 40, then 1 of 39, etc
\n" ); document.write( "---> 40*39*38*37
\n" ); document.write( "But, since order is not specified, there are 4*3*2*1 ways to draw any 4.
\n" ); document.write( "---> 40*39*38*37/(4*3*2*1)
\n" ); document.write( "
\n" ); document.write( "
\n" );