document.write( "Question 1034112: What is the probability of drawing a black card or a card with a number less than 8? \n" ); document.write( "
Algebra.Com's Answer #648765 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
To find this we calculate (I am considering an ace to be a one)
\n" ); document.write( "P(black or <8) = P(black) + P(<8) - P(black AND <8)
\n" ); document.write( "= 26/52 + 28/52 - 14/52 = 40/52 = 10/13
\n" ); document.write( "
\n" );