document.write( "Question 1096763: a card is drawn from a well-shuffled deck of 52 card. Find P(drawing an ace or a 9) \n" ); document.write( "
Algebra.Com's Answer #711181 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Here are all possible 52 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♥  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( "Here are the only \"successful\" cards:\r\n" );
document.write( " \r\n" );
document.write( "A♥                                     9♥  \r\n" );
document.write( "A♦                                     9♦\r\n" );
document.write( "A♠                                     9♠   \r\n" );
document.write( "A♣                                     9♣  \r\n" );
document.write( "\r\n" );
document.write( "Count them! There are 8 \"successful\" cards out of 52 possible cards,\r\n" );
document.write( "\r\n" );
document.write( "In probability theory, when all possibilities are equally likely,\r\n" );
document.write( "\r\n" );
document.write( "\"out of\" means \"over\". So 8 out of 52 is a probability of 8/52 which \r\n" );
document.write( "reduces to 2/13.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );