document.write( "Question 1015919: given a standard deck of 52 cards. what is the probability that drawing one card: you will draw a heart or spade? \n" ); document.write( "
Algebra.Com's Answer #632330 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
P(heart) = 13/52 = 1/4
\n" ); document.write( "P(spade) = 13/52 = 1/4
\n" ); document.write( "P(heart OR spade) = 1/4 + 1/4 = 1/2
\n" ); document.write( "
\n" );