document.write( "Question 1007625: You are dealt one card from a 52 card deck.Find the probability that you are dealt a six or a black card. \n" ); document.write( "
Algebra.Com's Answer #623540 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
P(six or black) = P(six) + P(black) - P(six)*P(black)
\n" ); document.write( "= 4/52 + 13/52 - (4/52)*(13/52) = 16/52 = 4/13
\n" ); document.write( "
\n" );