document.write( "Question 1132854: This exercise refers to a standard deck of playing cards. Assume that 5 cards are randomly chosen from the deck.\r
\n" );
document.write( "\n" );
document.write( "How many hands contain exactly 3 queens? \n" );
document.write( "
Algebra.Com's Answer #752704 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "(4 queens CHOOSE 3)×(48 non-queens CHOOSE 2) = (4C3)×(48C2) = 4×1128 = 4512\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |