document.write( "Question 465368: given a regular 52- card deck, what is the probabliuty of getting a 5-card hand with at least one heart? and what is the probabilty of getting a 5-card hand that consists of 3 red cards and 2 black cards? \n" ); document.write( "
Algebra.Com's Answer #318896 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
given a regular 52- card deck, what is the probability of getting a 5-card hand with at least one heart?
\n" ); document.write( "---
\n" ); document.write( "P(at least one heart) = 1 - P(no heart)
\n" ); document.write( "= 1 - [39C5/52C5]
\n" ); document.write( "---
\n" ); document.write( "= 1 - [0.2215]
\n" ); document.write( "---
\n" ); document.write( "= 0.7785
\n" ); document.write( "===========================\r
\n" ); document.write( "\n" ); document.write( "and what is the probabilty of getting a 5-card hand that consists of 3 red cards and 2 black cards?
\n" ); document.write( "---
\n" ); document.write( "P(3red and 2 black)
\n" ); document.write( "= [26C3*26C2]/[52C5]
\n" ); document.write( "= 0.3251
\n" ); document.write( "==============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "==============
\n" ); document.write( "
\n" );