document.write( "Question 270478: if a deck has 53 cards, it contains 4 cuits (hearts,dimonds,clubs, and spades) of 13 cards each, where 10 are numbers cards and 3 face cards (jack, queen, king)\r
\n" );
document.write( "\n" );
document.write( "a)how many different 6-card hands are possible if order does not matter?\r
\n" );
document.write( "\n" );
document.write( "b) how many different 6-card hands can be dealt with all face cards sif order does not matter?\r
\n" );
document.write( "\n" );
document.write( "c)How many 7-card hands can be dealt with no faces if order does not matter? \n" );
document.write( "
Algebra.Com's Answer #198180 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if a deck has 52 cards, it contains 4 suits (hearts,dimonds,clubs, and spades) of 13 cards each, where 10 are numbers cards and 3 face cards (jack, queen, king) \n" ); document.write( "a)how many different 6-card hands are possible if order does not matter? \n" ); document.write( "Ans: 52C6 \n" ); document.write( "-------------------- \n" ); document.write( "b) how many different 6-card hands can be dealt with all face cards if order does not matter? \n" ); document.write( "Ans: 12C6 \n" ); document.write( "----------------- \n" ); document.write( "c)How many 7-card hands can be dealt with no face cards if order does not matter? \n" ); document.write( "Ans: 40C7 \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " \n" ); document.write( " |