document.write( "Question 745999: From a standard deck of 52 cards, 5 cards are dealt and the order of the cards is unimportant. In how many ways can you receive all face cards? \n" ); document.write( "
Algebra.Com's Answer #454118 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! From a standard deck of 52 cards, 5 cards are dealt and the order of the cards is unimportant. In how many ways can you receive all face cards? \n" ); document.write( "----------------- \n" ); document.write( "There are 12 face cards, J, Q and K of each suit. \n" ); document.write( "12C5 = 12*11*10*9*8/5*4*3*2*1 \n" ); document.write( "= 792 \n" ); document.write( " \n" ); document.write( " |