document.write( "Question 796698: Q : Four playing cards are drawn from a pack of 52 cards,
\n" );
document.write( "find out the probability of getting three Kings and one Queen.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #481530 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Q : Four playing cards are drawn from a pack of 52 cards, \n" ); document.write( "find out the probability of getting three Kings and one Queen. \n" ); document.write( "----- \n" ); document.write( "# of ways to succeed: 4C3*4C1 = 4*1 = 4 ways \n" ); document.write( "# of possible 4-card hands:: 52C4 \n" ); document.write( "----- \n" ); document.write( "P(3Kings and one Queen) = 4/270725 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |