document.write( "Question 144482: four cards are randomly selected from a standard 52 card deck, what is the probability of getting 4 hearts or 4 cards lower than a 9, counting aces as 1?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #105264 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! four cards are randomly selected from a standard 52 card deck, what is the probability of getting 4 hearts or 4 cards lower than a 9, counting aces as 1? \n" ); document.write( "-------------------- \n" ); document.write( "P(4 hearts or 4 cards <9) ? \n" ); document.write( "# of hears: 13 \n" ); document.write( "# of cards < 9 : 32 \n" ); document.write( "# of hearts < 9: 8 \n" ); document.write( "--------------------------- \n" ); document.write( "P(4 hearts or 4 cards < 9) \n" ); document.write( "= (13C4 + 32C4 - 8C4)/(52C4) = 0.1352.... \n" ); document.write( "------------------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |