document.write( "Question 129456: Suppose that you take all of the black cards out of a standard deck of 52 cards and thoroughly shuffle the remaining 26 red cards. From this deck of 26 red cards you will select 3 cards, one at a time, WITHOUT replacement, and record weather each card is picked is a face card (a jack, queen, or king), or not a face card.\r
\n" );
document.write( "\n" );
document.write( "a.) What is the probability that none of the 3 cards picked in this way is a face card?\r
\n" );
document.write( "\n" );
document.write( "b.) what is the probability that exactly one of the three cards picked is a face card? \n" );
document.write( "
Algebra.Com's Answer #94622 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that you take all of the black cards out of a standard deck of 52 cards and thoroughly shuffle the remaining 26 red cards. From this deck of 26 red cards you will select 3 cards, one at a time, WITHOUT replacement, and record weather each card is picked is a face card (a jack, queen, or king), or not a face card. \n" ); document.write( "------------- \n" ); document.write( "There are 6 face-cards in the half-deck. \n" ); document.write( "There are 20 non face-cards in the half-deck. \n" ); document.write( "------------\r \n" ); document.write( "\n" ); document.write( "a.) What is the probability that none of the 3 cards picked in this way is a face card? \n" ); document.write( "P(3 non face) = 20C3/26C3 = 1140/2600=0.43846... \n" ); document.write( "---------------\r \n" ); document.write( "\n" ); document.write( "b.) what is the probability that exactly one of the three cards picked is a face card? \n" ); document.write( "P(picking one face card) = 6/26= 3/13 \n" ); document.write( "P(picking one face in picking three) = 3C1(3/13)(10/13)^2 = 0.4096... \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |