document.write( "Question 406702: One card is selected from a deck of playing cards. What is the probability of selecting a card greater than 9 or a black card? \n" ); document.write( "
Algebra.Com's Answer #286910 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "One card is selected from a deck of playing cards.
\n" ); document.write( " What is the probability of selecting a card >9 or a black card?
\n" ); document.write( " 5 in each suit >9 (10,jack,queen,king,ace)
\n" ); document.write( " P(>9 'or' black) = P(> 9) + P(black) - P(both >9 and black)
\n" ); document.write( " P(>9 'or' black) = 20/52 + 26/52 - 10/52 = 36/50 \n" ); document.write( "
\n" );