document.write( "Question 375471: if a single card is drawn from a deck of cards, what is the probability of drawing either a heart or picture card(king,queen or jack) \n" ); document.write( "
Algebra.Com's Answer #267025 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
There are 13 hearts in the deck.
\n" ); document.write( "P(H)=\"13%2F52\"
\n" ); document.write( "There are 3 picture cards for each of the suits.
\n" ); document.write( "P(picture)=\"12%2F52\"
\n" ); document.write( "Remember to take away the Heart picture cards so you don't double count them.
\n" ); document.write( "P(H and picture)=\"3%2F52\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "P=P(H)+P(picture)-P(H and picture)=\"%2813%2B12-3%29%2F52=22%2F52=11%2F26\"
\n" ); document.write( "
\n" );