document.write( "Question 62758: A card is drawn at random from a standard 52-card deck. Find the probability that the card is an ace or not a club. \n" ); document.write( "
Algebra.Com's Answer #43615 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A card is drawn at random from a standard 52-card deck. Find the probability that the card is an ace or not a club. \n" ); document.write( "---------- \n" ); document.write( "Prob(ace or not a club)= Prob(ace) + Prob(not a club) - P(ace and not a club) \n" ); document.write( "=4/52 + 39/52 - 3/52 \n" ); document.write( "=40/52 \n" ); document.write( "=10/13 \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |