document.write( "Question 1142552: Three cards are dealt from a standard deck of fifty-two cards (without replacement); the probability that there is at least one face card? \n" ); document.write( "
Algebra.Com's Answer #763251 by Edwin McCravy(20065) You can put this solution on YOUR website! Three cards are dealt from a standard deck of fifty-two cards (without replacement); the probability that there is at least one face card? \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "The entire deck of cards are these 52:\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " \r\n" ); document.write( "A♥ 2♥ 3♥ 4♥ 5♥ 6♥ 7♥ 8♥ 9♥ 10♥ J♥ Q♥ K♥ \r\n" ); document.write( "A♦ 2♦ 3♦ 4♦ 5♦ 6♦ 7♦ 8♦ 9♦ 10♦ J♦ Q♦ K♦\r\n" ); document.write( "A♠ 2♠ 3♠ 4♠ 5♠ 6♠ 7♠ 8♠ 9♠ 10♠ J♠ Q♠ K♠ \r\n" ); document.write( "A♣ 2♣ 3♣ 4♣ 5♣ 6♣ 7♣ 8♣ 9♣ 10♣ J♣ Q♣ K♣ \r\n" ); document.write( "\r\n" ); document.write( "The number of ways to select ANY three cards from those 52 is\r\n" ); document.write( "\r\n" ); document.write( "52 cards choose 3 = 52C3 = 22100 ways. That will be the denominator\r\n" ); document.write( "of our probability before reducing.\r\n" ); document.write( "\r\n" ); document.write( "But for the complement event, we remove the face cards, which leaves\r\n" ); document.write( "these cards\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " \r\n" ); document.write( "A♥ 2♥ 3♥ 4♥ 5♥ 6♥ 7♥ 8♥ 9♥ 10♥ \r\n" ); document.write( "A♦ 2♦ 3♦ 4♦ 5♦ 6♦ 7♦ 8♦ 9♦ 10♦\r\n" ); document.write( "A♠ 2♠ 3♠ 4♠ 5♠ 6♠ 7♠ 8♠ 9♠ 10♠ \r\n" ); document.write( "A♣ 2♣ 3♣ 4♣ 5♣ 6♣ 7♣ 8♣ 9♣ 10♣\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "So the numer of ways to select three cards from those 40 is\r\n" ); document.write( "\r\n" ); document.write( "40 cards choose 3 = 40C3 = 9880\r\n" ); document.write( "\r\n" ); document.write( "So the probability of the complement event is\r\n" ); document.write( "\r\n" ); document.write( "9880 ways out of 22100 or \n" ); document.write( " \n" ); document.write( " |