document.write( "Question 681899: Three cards are drawn at random from an ordinary pack of cards. Find the probability that they will consist of a king, a queen and an ace \n" ); document.write( "
Algebra.Com's Answer #422975 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Three cards are drawn at random from an ordinary pack of cards. Find the probability that they will consist of a king, a queen and an ace \n" ); document.write( "----- \n" ); document.write( "# of ways to succeed = 4*4*4 = 64 \n" ); document.write( "---- \n" ); document.write( "# of possible triples: 52C3 = (52*51*50)/(1*2*3) = 22100 \n" ); document.write( "----- \n" ); document.write( "P(condition) = 64/22100 = 0.0029 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |