document.write( "Question 472789: Please help with process?!\r
\n" );
document.write( "\n" );
document.write( "A hand of 13 cards is dealt at random from a bridge deck of 52 cards. Find the probability that the hand contains 4 Queens. (to four decimal places.) \n" );
document.write( "
Algebra.Com's Answer #324127 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Please help with process?! \n" ); document.write( "A hand of 13 cards is dealt at random from a bridge deck of 52 cards. Find the probability that the hand contains 4 Queens. (to four decimal places.) \n" ); document.write( "--------- \n" ); document.write( "# of ways to select 4 queens: 1 \n" ); document.write( "# of ways to select the remaining 9 cards: 48C9 \n" ); document.write( "--- \n" ); document.write( "# of ways to pick 13 cards randomly: 52C13 \n" ); document.write( "---- \n" ); document.write( "P(4 Queens in hand of 13) = [1*48C9]/52C13 = 0.002641... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |