document.write( "Question 708703: A card is drawn at random from a standard deck of playing cards. What's the probability that it is not an ace or a heart? \n" ); document.write( "
Algebra.Com's Answer #436201 by Simnepi(216)\"\" \"About 
You can put this solution on YOUR website!
The probability of an event NOT happening is 1 - the probability of the event happening.
\n" ); document.write( "Eg. If there is a 25% chance of rain then the chance of NO rain is 1 - 25% (100% - 25%) = 75%
\n" ); document.write( "So in this problem
\n" ); document.write( "P{NOT ace OR heart}=1-P{ace OR heart}
\n" ); document.write( "the chance of getting an ace is 4 out of 52 (\"4%2F52\") (This includes the ace of hearts)
\n" ); document.write( "the chance of getting a heart is 12 out of 52 (\"12%2F52\") (can't include the ace in this as we've already counted it with the aces!)
\n" ); document.write( "Adding these fractions together
\n" ); document.write( "\"4%2F52%2B12%2F52=16%2F52\"
\n" ); document.write( "which simplifies to \"4%2F13\"
\n" ); document.write( "so now we have
\n" ); document.write( "\"P%28NOT_ace_OR_heart%29=1-4%2F13\"
\n" ); document.write( "giving
\n" ); document.write( "\"P%28NOT_ace_OR_heart%29=9%2F13\"
\n" ); document.write( "
\n" );