document.write( "Question 257936: Two cards are drawn at random from an ordinary deck of playing cards. The first is not replaced before the second is drawn. What is the probability that at least one card is a heart? \n" ); document.write( "
Algebra.Com's Answer #189841 by edjones(8007)![]() ![]() You can put this solution on YOUR website! nCr=Combination of n things taken r at a time. \n" ); document.write( "((13C1 * 39C1)+13C2)/2C52 \n" ); document.write( "=(507+78)/1326 \n" ); document.write( ".4412 probability that at least one card is a heart. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |