document.write( "Question 947927: Suppose that you are dealt a hand of 4 cards from a standard deck of 52 playing cards.
\n" );
document.write( "a.) What is the probability that you are dealt no more than 2 hearts?
\n" );
document.write( "b.) What is the probability that you are dealt no spades and exactly 1 eight? \n" );
document.write( "
Algebra.Com's Answer #578516 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that you are dealt a hand of 4 cards from a standard deck of 52 playing cards. \n" ); document.write( " a.) What is the probability that you are dealt no more than 2 hearts? \n" ); document.write( "#( 0 hearts) = 13C0*39C4 = 39C4 \n" ); document.write( "#( 1 heart) = 13C1*39C3 = 13*39C3 \n" ); document.write( "#( 2 hearts) = 13C2*39C2 \n" ); document.write( "Ans:: (39C4 + 13*39C3 + 13C2*39C2+)/52C4 \n" ); document.write( "============================================== \n" ); document.write( " b.) What is the probability that you are dealt no spades and exactly 1 eight? \n" ); document.write( "#(no spades and 1 eight) = 3C1*36C3 \n" ); document.write( "P(no spades and 1 eight) = [3*36C3]/53C4 \n" ); document.write( "--------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |