document.write( "Question 1034217: In a five-card poker hand, what is the probability of being dealt exactly one
\n" );
document.write( "nine and no picture cards and no picture cards? \n" );
document.write( "
Algebra.Com's Answer #648807 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a five-card poker hand, what is the probability of being dealt exactly one \n" ); document.write( "nine and no picture cards \n" ); document.write( "------ \n" ); document.write( "There are 12 picture cards \n" ); document.write( "There are 4 9's \n" ); document.write( "There are 52-12-4 = 36 cards that are not 9's and not picture cards\r \n" ); document.write( "\n" ); document.write( "# of ways to succeed: 4*36C4 = 4*58905 5-card hands \n" ); document.write( "# of random 5-card hands 52C5 \n" ); document.write( "------ \n" ); document.write( "P(condition) = (5*58905)/(52C5) = 0.0907 \n" ); document.write( "---- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------- \n" ); document.write( " |