document.write( "Question 658462: You are dealt three cards without replacement from a shuffled deck of 52
\n" );
document.write( "playing cards.
\n" );
document.write( "(a)Find the probability of getting three red cards.
\n" );
document.write( "(b)Find the probability of getting three cards with the same
\n" );
document.write( "color.
\n" );
document.write( "(c)Find the probability of getting three cards such that they are
\n" );
document.write( "not all the same color.
\n" );
document.write( "(d)Find the probability of getting at least one face card. \n" );
document.write( "
Algebra.Com's Answer #410460 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You are dealt three cards without replacement from a shuffled deck of 52 \n" ); document.write( "playing cards. \n" ); document.write( "(a)Find the probability of getting three red cards. \n" ); document.write( "Ans: 26C3/52C3 \n" ); document.write( "---------------------- \n" ); document.write( "(b)Find the probability of getting three cards with the same \n" ); document.write( "color. \n" ); document.write( "Ans: 2[26C3/52C3] \n" ); document.write( "======================== \n" ); document.write( "(c)Find the probability of getting three cards such that they are \n" ); document.write( "not all the same color. \n" ); document.write( "Ans: 1 - P(they are all the same color) = 1 - answer to (b) \n" ); document.write( "----------------------------- \n" ); document.write( "(d)Find the probability of getting at least one face card. \n" ); document.write( "Ans: 1 - P(getting no face card) = 1 - [40C3/52C3] \n" ); document.write( "================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |