document.write( "Question 1210198: A standard deck of 52 cards has 13 ranks (Ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, King) and 4 suits (spades, hearts, diamonds, and clubs), such that there is exactly one card for any given rank and suit.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "You are dealt a hand of 13 cards. Find the probability that your hand has a void. (Your hand has a void if it does not contain any cards of a particular suit.)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Once you've computed the answer in terms of binomial coefficients, use a calculator or computer to determine the answer to the nearest tenth of a percent, and enter that as your answer. \n" );
document.write( "
Algebra.Com's Answer #851551 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The number of 13-card hands is \"52 choose 13\", which (rounded) is 6.35x10^11. \n" ); document.write( "The number of 13-card hands that contains none of a particular one of the 4 suits is \"39 choose 13\", which is (rounded) 8.12x10^9. \n" ); document.write( "The probability that a 13-card hand contains none of one suit is then \n" ); document.write( " \n" ); document.write( "which is 0.05116379.... As a percentage rounded to a tenth of a percent, that is... \n" ); document.write( "ANSWER: 5.1% \n" ); document.write( " \n" ); document.write( " |