document.write( "Question 325915: If a single card is drawn from an ordinary deck of card, what is the probability of drawing either a heart or a picture card (king, queen or jack) \n" ); document.write( "
Algebra.Com's Answer #233300 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "There are two methods to do this problem:\r\n" );
document.write( "\r\n" );
document.write( "Method 1:\r\n" );
document.write( "\r\n" );
document.write( "Here are all 52 cards in a deck:\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 ones which fit that description as either a heart or a picture card \r\n" );
document.write( "(king, queen or jack), are these 22 cards:\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( "                                                J♦  Q♦  K♦\r\n" );
document.write( "                                                J♠  Q♠  K♠  \r\n" );
document.write( "                                                J♣  Q♣  K♣\r\n" );
document.write( " \r\n" );
document.write( "So the answer is 22 out of 52 or \"22%2F52\" which reduces to \"11%2F26\".\r\n" );
document.write( "\r\n" );
document.write( "Method 2:\r\n" );
document.write( "\r\n" );
document.write( "By formula: P(A or B) = P(A) + P(B) - P(A and B)\r\n" );
document.write( "\r\n" );
document.write( "P( or FACE) = P() + P(FACE) - P( and FACE)\r\n" );
document.write( "             =  \"13%2F52\"  +   \"12%2F52\"   -   \"3%2F52\" \r\n" );
document.write( "             =  \"%2813%2B12-3%29%2F52\"\r\n" );
document.write( "             =  \"22%2F52\"\r\n" );
document.write( "             =  \"11%2F26\"   \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );