document.write( "Question 581587: How many different 5 card hands can you draw from a deck of 52 cards if 4 of the cards are the same suite and the fifth cards is a different suit?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #371737 by stanbon(75887) ![]() You can put this solution on YOUR website! How many different 5 card hands can you draw from a deck of 52 cards if 4 of the cards are the same suite and the fifth cards is a different suit? \n" ); document.write( "------- \n" ); document.write( "Pick a suit: 4 ways \n" ); document.write( "Pick 4 cards from that suit: 13C4 ways \n" ); document.write( "Pick 1 card outside that suit: 39 ways \n" ); document.write( "------ \n" ); document.write( "Total ways = 4*13C4*39 = 111,540 \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " |