document.write( "Question 382962: find the probablity of the following card hands from 52-card deck.in poker,aces are either high or low.a bridge hand is made up of 13 cards.
\n" );
document.write( " in bridge,4 aces \n" );
document.write( "
Algebra.Com's Answer #271301 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Probability of 4 aces in a 13 card bridge hand: \n" ); document.write( "nCr=Combination of n things taken r at a time. \n" ); document.write( "(4C4 * 48C9)/52C13 \n" ); document.write( "=.0026 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |