document.write( "Question 304307: Three cards are chosen at random from a deck without replacement. What is the probability of getting a jack, a ten and a nine? \n" ); document.write( "
Algebra.Com's Answer #217979 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Three cards are chosen at random from a deck without replacement. What is the probability of getting a jack, a ten and a nine? \n" ); document.write( "--------------- \n" ); document.write( "P(jack) = 4/52 \n" ); document.write( "P(10) = 4/48 \n" ); document.write( "P(9) = 4/44 \n" ); document.write( "------------------- \n" ); document.write( "P(j and t and n) = (4/52)(4/48)(4/44) = 64/109824 = 0.00058275... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |