document.write( "Question 419138: A card is drawn at random from a 52-card deck. What is the probability that the card is an ace or a spade? \n" ); document.write( "
Algebra.Com's Answer #293166 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "A card is drawn at random from a 52-card deck.
\n" ); document.write( "P( the card is an ace 'or' a spade) = P(ace) + P(spade) - P(ace of spades)
\n" ); document.write( "P( the card is an ace 'or' a spade) = 4/52 + 13/52 - 1/52 = 16/52 = 4/13 \n" ); document.write( "
\n" );