document.write( "Question 10647: In the card game Bridge, a yarborough is a 13-card hand containing only cards numbered 2 through 9. Find the number of ways in which to get a yarborough. \n" ); document.write( "
Algebra.Com's Answer #6346 by khwang(438)\"\" \"About 
You can put this solution on YOUR website!
The possibility of a hand of bridge is C(52,13).\r
\n" ); document.write( "\n" ); document.write( " Among a deck of 52 cards, there are 32 =(8*4) cards between 2 & 9.
\n" ); document.write( " So, there are C(32,13) possibilities of a yarborough hand.\r
\n" ); document.write( "\n" ); document.write( " Hence, the probability for a yarborough hand is
\n" ); document.write( " C(32,13)/C(52,13) [ you can leave the answer like that]
\n" ); document.write( " = 0.000547033 [by using the function combin(n, r) in MS Excel ]\r
\n" ); document.write( "\n" ); document.write( " Kenny
\n" ); document.write( "
\n" ); document.write( "
\n" );