document.write( "Question 1163411: What is the probability of selecting a seven or a red card in a deck of 52 cards? \n" ); document.write( "
Algebra.Com's Answer #787493 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
probability of selecting a seven is 4/52.
\n" ); document.write( "probability of selecting a red card is 26/52.
\n" ); document.write( "probability of selecting a red card and a seven is 2/52.
\n" ); document.write( "probability of (a or b) = p(a) + p(b) - p(a and b)
\n" ); document.write( "this becomes equal to 4/52 + 26/52 - 2/52.
\n" ); document.write( "
\n" ); document.write( "
\n" );