document.write( "Question 776116: In how many ways can you choose 4 cards from a deck of 48 cards? \n" ); document.write( "
Algebra.Com's Answer #473382 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
There are 48 C 4 = (48!)/(4!*(48-4)!) = 194,580 different ways \n" ); document.write( "
\n" );