document.write( "Question 432834: If I am dealt 4 cards from a deck of 52 cards what is the probability that all 4 will be hearts? \n" ); document.write( "
Algebra.Com's Answer #300042 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If I am dealt 4 cards from a deck of 52 cards what is the probability that all 4 will be hearts? \n" ); document.write( "------------------ \n" ); document.write( "# of sets of 4 hearts: 13C4 \n" ); document.write( "--- \n" ); document.write( "# of sets of 4 random cards: 52C4 \n" ); document.write( "---- \n" ); document.write( "P(set of 4 hearts) = 13C4/52C4 = 0.002641.. \n" ); document.write( "---------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |