document.write( "Question 1008066: You are dealt one card from a deck of 52 cards. Find the probability that you are dealt a ten or a red card. \n" ); document.write( "
Algebra.Com's Answer #623871 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
P(red or ten) = P(red) + P(ten) - P(red)*P(ten)
\n" ); document.write( "= 1/2 + 1/13 - 1/26 = 26/52 + 4/52 - 2/52 = 28/52 = 7/13
\n" ); document.write( "
\n" );