document.write( "Question 267178: a card is randomly selected from a standard deck. find the probability that the card is red or a queen \n" ); document.write( "
Algebra.Com's Answer #196152 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
a card is randomly selected from a standard deck. find the probability that the card is red or a queen
\n" ); document.write( "
\r\n" );
document.write( "P(Red OR Queen) = P(Red) + P(Queen) - P(Red AND Queen)\r\n" );
document.write( "\r\n" );
document.write( "P(Red) = \"26%2F52\", there are 26 red cards out of 52 cards\r\n" );
document.write( "\r\n" );
document.write( "P(Queen) = \"4%2F52\", there are four queens out of 52 cards\r\n" );
document.write( "\r\n" );
document.write( "P(Red AND Queen) = \"2%2F52\", there are two red queens, the \r\n" );
document.write( "queen of hearts and the queen of diamonds, out of 52 cards.\r\n" );
document.write( "\r\n" );
document.write( "P(Red OR Queen) = P(Red) + P(Queen) - P(Red AND Queen)\r\n" );
document.write( "\r\n" );
document.write( "P(Red OR Queen) = \"26%2F52%2B4%2F52-2%2F52\"\r\n" );
document.write( "\r\n" );
document.write( "P(Red OR Queen) = \"28%2F52\"\r\n" );
document.write( "\r\n" );
document.write( "P(Red OR Queen) = \"7%2F13\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );