document.write( "Question 623077: Two cards are drawn from a standard deck of cards without replacement. What is the probability that the first is a King and the second is not a King? \n" ); document.write( "
Algebra.Com's Answer #391891 by Alan3354(69443) You can put this solution on YOUR website! Two cards are drawn from a standard deck of cards without replacement. What is the probability that the first is a King and the second is not a King? \n" ); document.write( "----------- \n" ); document.write( "1st a King = 4/52 = 1/13 \n" ); document.write( "------- \n" ); document.write( "2nd a King = 3/51 = 1/17 \n" ); document.write( "Not a King = 1 - 1/17 = 16/17 \n" ); document.write( "--> 1/13*16/17 = 16/221 \n" ); document.write( " \n" ); document.write( " |