document.write( "Question 31564: Find the number of different 5-card hands that can be dealt from a standard deck of 52 playing cards?\r
\n" );
document.write( "\n" );
document.write( "Find the probability that 4 kings and a queen are randomly drawn from a standard deck of 52 playing cards? \n" );
document.write( "
Algebra.Com's Answer #18246 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Find the number of different 5-card hands that can be dealt from a standard deck of 52 playing cards? \n" ); document.write( "=52C5=52!/(52-5)!5!=52*51*50*49*48/5*4*3*2*1=52*51*10*49*2 \n" ); document.write( "Find the probability that 4 kings and a queen are randomly drawn from a standard deck of 52 playing cards? \n" ); document.write( "4 KINGS CAN BE GOT FROM 4 KINGS IN =4C4=1 WAY \n" ); document.write( "1 QUEEN CAN BE GOT FROM 4 QUEENS IN 4C1=4 WAYS. \n" ); document.write( "SO NO.OF SUCCESSFULL COMBINATIONS =1*4=4 \n" ); document.write( "PROBABILITY OF SUCCESS =4/(52*51*10*49*2)=1/(52*51*5*49) \n" ); document.write( " \n" ); document.write( " |