document.write( "Question 809193: (52 cards) A poker hand has 5 cards (order not important);\r
\n" );
document.write( "\n" );
document.write( "a. find the total # of poker hands.\r
\n" );
document.write( "\n" );
document.write( "b. Find the number of ways to get \"4of a kind\" with aces.\r
\n" );
document.write( "\n" );
document.write( "c. Find the probability of getting this \"4 of a kind\" hand. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #487445 by edjones(8007)![]() ![]() You can put this solution on YOUR website! a)52C5=2598960 \n" ); document.write( ". \n" ); document.write( "b)4C4*48C1=48/2598960=1/54145 \n" ); document.write( ". \n" ); document.write( "c)13C1*4C4*48C1=624/2598960=1/4165 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |