document.write( "Question 996552: Two cards are drawn from a standard deck of cards with replacement. What is the probability that the first card is a King and the second is not a King? \n" ); document.write( "
Algebra.Com's Answer #614950 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
There are 4 kings, so thecard drawn has
\n" ); document.write( "probability: \"+4%2F52+\"
\n" ); document.write( "The card is replaced, so there are 52 cards
\n" ); document.write( "again and 48 of those are not kings, so
\n" ); document.write( "the probabilituy of not getting a king is:
\n" ); document.write( "\"+48%2F52+\"
\n" ); document.write( "-----------
\n" ); document.write( "The probability of both events is:
\n" ); document.write( "\"+%28+4%2F52+%29%2A%28+48%2F52+%29+=+192%2F2704+\"
\n" ); document.write( "\"+192%2F2704+=+12%2F169+\"
\n" ); document.write( "This is less than 1 in 10
\n" ); document.write( "
\n" ); document.write( "
\n" );