document.write( "Question 1080001: From a pack of 52 cards, two are drawn at random.find the probability that one is king and other queen
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #694311 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! From a pack of 52 cards, two are drawn at random.find the probability that one is king and other queen \n" ); document.write( "-------- \n" ); document.write( "# of king/queen pairs:: 4*4 = 16 \n" ); document.write( "----- \n" ); document.write( "# of random pairs:: 52C2 = (52*51)/(1*2) = 26*51 \n" ); document.write( "------ \n" ); document.write( "P(king/queen pair) = 16/(26*51) = 0.0121 \n" ); document.write( "------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |