document.write( "Question 1067264: A poker hand, consisting of 4 cards, is dealt from a standard deck of 52 cards. Find the probability that the hand contains 4 cards of the same suit.\r
\n" );
document.write( "\n" );
document.write( "All help is very much appreciated :) \n" );
document.write( "
Algebra.Com's Answer #682483 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A poker hand, consisting of 4 cards, is dealt from a standard deck of 52 cards. Find the probability that the hand contains 4 cards of the same suit. \n" ); document.write( "------ \n" ); document.write( "# of ways to succeed = (13C4)*4 \n" ); document.write( "-------- \n" ); document.write( "Probability = [13C4 * 4]/[52C4] \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |