document.write( "Question 262134: If you draw 5 cards from a standard 52 card deck, what is the probability of getting 5 numbered cards? \n" ); document.write( "
Algebra.Com's Answer #193236 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If you draw 5 cards from a standard 52 card deck, what is the probability of getting 5 numbered cards? \n" ); document.write( "----- \n" ); document.write( "Assuming the numbered cards are 2 thru 10 you have 36 numbered cards \n" ); document.write( "---- \n" ); document.write( "P(5 numbered cards) = 36C5/52C5 \n" ); document.write( "=(36*35*34*33*32)/(52*54*53*52*51) \n" ); document.write( "= 0.1451 \n" ); document.write( "========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |