document.write( "Question 434626: A ‘hand’ of 5 cards is dealt at random from a normal pack of playing cards What is the probability of the hand containing 5 of the same suit (e.g. five clubs)?\r
\n" );
document.write( "\n" );
document.write( "Thanks in advance! \n" );
document.write( "
Algebra.Com's Answer #301035 by edjones(8007) You can put this solution on YOUR website! nCr=combination of n things taken r at a time. \n" ); document.write( "4(13C5)/52C5 There are 4 suits of 13 cards each. \n" ); document.write( "=(4*1287)/2598960 \n" ); document.write( "=.00198 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |