document.write( "Question 1066346: You are dealt one card from a 52 card deck. Find the probability of being dealt a club or a non picture card. \n" ); document.write( "
Algebra.Com's Answer #681514 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "Here are all the cards in a deck.  Count them. There are 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( "Now I will remove all the cards that aren't either a club or a \r\n" );
document.write( "non-picture card.\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♣  J♣  Q♣  K♣\r\n" );
document.write( "\r\n" );
document.write( "Count them.  There are 43.\r\n" );
document.write( "\r\n" );
document.write( "So there are 43 ways out of 52 of getting a club or a non-picture card.\r\n" );
document.write( "\r\n" );
document.write( "So the probability is 43 out of 52 or 43/52.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );