document.write( "Question 418573: Alice and Bob each have a deck of playing cards. Each flips over a randomly selected card.
\n" );
document.write( "Assume that all pairs of cards are equally likely to be drawn. Determine the following
\n" );
document.write( "probabilities:
\n" );
document.write( "(a) The probability that at least one card is an ace.
\n" );
document.write( "(b) The probability that the two cards are of the same suit.
\n" );
document.write( "(c) The probability that neither card is an ace.
\n" );
document.write( "(d) The probability that neither card is a diamond or club. \n" );
document.write( "
Algebra.Com's Answer #292874 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Alice and Bob each have a deck of playing cards. Each flips over a randomly selected card. \n" ); document.write( "Assume that all pairs of cards are equally likely to be drawn. Determine the following \n" ); document.write( "probabilities: \n" ); document.write( "(a) The probability that at least one card is an ace. \n" ); document.write( "P(no ace) = 48/52 \n" ); document.write( "P(at least one ace) = 1 - (48/52)^2 = 0.1479 \n" ); document.write( "----------------------------------------------- \n" ); document.write( "(b) The probability that the two cards are of the same suit. \n" ); document.write( "(1/4)^2 \n" ); document.write( "---- \n" ); document.write( "(c) The probability that neither card is an ace. \n" ); document.write( "(48/52)^2 \n" ); document.write( "------ \n" ); document.write( "(d) The probability that neither card is a diamond or club. \n" ); document.write( "(26/52)^2 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |