document.write( "Question 626953: What is the probability of picking any ACE, King, Two, Heart or Spade from a deck of 52 cards. \n" ); document.write( "
Algebra.Com's Answer #394551 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
What is the probability of picking any ACE, King, Two, Heart or Spade from a deck of 52 cards.
\n" ); document.write( "
That's the probability of picking any one of these 32 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( "A♦ 2♦                                K♦\r\n" );
document.write( "A♠ 2♠ 3♠ 4♠ 5♠ 6♠ 7♠ 8♠ 9♠ 10♠ J♠ Q♠ K♠ \r\n" );
document.write( "A♣ 2♣                                K♣\r\n" );
document.write( "\r\n" );
document.write( "out of these 52 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( "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( "That's 32 out of 52.  In probability theory, \"out of\" means \"over\",\r\n" );
document.write( "so \"32 out of 52\" means a probability of \"32%2F52\" which reduces to \"8%2F13\".\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );