document.write( "Question 361892: Suppose two cards are drawn from a standard deck of cards. Find the probability that the
\n" ); document.write( "second card is a prime number given that the first card is not a prime number.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #258089 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
2,3,5,7 are the prime numbers in the deck.
\n" ); document.write( "Since there are 4 suits, that makes a total of 16 primes in 52 cards.
\n" ); document.write( "P(prime)=\"16%2F52=4%2F13\"
\n" ); document.write( "P(not prime)=\"36%2F52=9%2F13\"
\n" ); document.write( "If the first card is not prime, then for the second draw.
\n" ); document.write( "P(prime)=\"16%2F51\"
\n" ); document.write( "P(2nd card prime, 1st card not prime)=\"%2816%2F51%29%289%2F13%29=48%2F221\"
\n" ); document.write( "
\n" );