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)\"\" \"About 
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 \"9880%2F22100\" which reduces to\r\n" );
document.write( "\r\n" );
document.write( "\"38%2F85\"  <-- probability of complement event of dealing\r\n" );
document.write( "NO face cards,\r\n" );
document.write( "\r\n" );
document.write( "Therefore the probabilkity of selecting at least one face\r\n" );
document.write( "card is \"1-38%2F85\" which equals \"47%2F85\"\r\n" );
document.write( "\r\n" );
document.write( "That's close to 0.55\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );