document.write( "Question 239886: from a deck of 52 ordinary playing cards, 2 cards are drawn without replacement. find the probability that both are hearts \n" ); document.write( "
Algebra.Com's Answer #175997 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! from a deck of 52 ordinary playing cards, 2 cards are drawn without replacement. find the probability that both are hearts \n" ); document.write( "---------- \n" ); document.write( "# of ways to draw 2 hearts: 13C2 = 13*6 = 78 \n" ); document.write( "--------------- \n" ); document.write( "# of possible outcomes: 52C2 = 51*26 = 1326 \n" ); document.write( "------------------ \n" ); document.write( "Probability of drawing two hearts: 78/1326 = 0.059 \n" ); document.write( "====================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |