document.write( "Question 623074: Two cards are drawn from a standard deck of cards with replacement.
\n" );
document.write( "What is the probability that the first is a King and the second is not a King?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #391859 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Two cards are drawn from a standard deck of cards with replacement. \n" ); document.write( "What is the probability that the first is a King and the second is not a King? \n" ); document.write( ". \n" ); document.write( "Probability of first card: \n" ); document.write( "Number of Kings in a deck: 4 \n" ); document.write( "Total number of cards in a deck: 52 \n" ); document.write( "probability: 4/52 = 1/13 \n" ); document.write( ". \n" ); document.write( "Probability of second card: \n" ); document.write( "Number of cards not a King: 52-4 = 48 \n" ); document.write( "Total number of cards in a deck: 52 \n" ); document.write( "probability: 48/52 = 12/13 \n" ); document.write( ". \n" ); document.write( "Probability of event: \n" ); document.write( "1/13 * 12/13 = 12/169 = .071 =7.1% \n" ); document.write( " \n" ); document.write( " |