document.write( "Question 924113: A 3 card hand is dealt from a standard 52 card deck, and then one of the 3 cards is chosen at random.
\n" ); document.write( "1. If the chosen card is a club, what is the probability that it is the only club?
\n" ); document.write( "2. If the chosen card is a club, what is the probability that exactly two of the cards in the hand are clubs?
\n" ); document.write( "3. If the chosen card is a club, what is the probability that all of the cards in the hand are clubs?
\n" ); document.write( "

Algebra.Com's Answer #560608 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
3 card hand is dealt from a standard 52 card deck,
\n" ); document.write( "and then one of the 3 cards is chosen at random.
\n" ); document.write( "P(A|B) = P(A and B)/P(B)
\n" ); document.write( "P(2 other cards are not clubs | a club was chosen)= \"%28%2813C1%29%28+39C2%29%2F%2852C3%29%29+%2F%283C1%29%29%29\"
\n" ); document.write( "
\n" );