document.write( "Question 1109750: you are dealt five cards from a standard deck of 52 cards. What is the probability of getting three tens and two cards that are not tens? (%) \n" ); document.write( "
Algebra.Com's Answer #724701 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! you are dealt five cards from a standard deck of 52 cards. What is the probability of getting three tens and two cards that are not tens? \n" ); document.write( "----- \n" ); document.write( "3 tens:: 4C3 = 4 ways \n" ); document.write( "2 not ten:: 50C2 = 25*49 ways \n" ); document.write( "------ \n" ); document.write( "4 random cards:: 52C5 \n" ); document.write( "------ \n" ); document.write( "Ans:: [4*25*59]/ 52C5 = 5900/2598960 = 0.00227 \n" ); document.write( "----- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |