document.write( "Question 996553: Two cards are drawn from a standard deck of cards without 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 #614949 by Alan3354(69443)\"\" \"About 
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 card is a King and the second is not a King?
\n" ); document.write( "----------
\n" ); document.write( "The 1st card is 4/52 = 1/13
\n" ); document.write( "-----------
\n" ); document.write( "The 2nd card is 48/51 = 16/17
\n" ); document.write( "--> (1/13)*(16/17)
\n" ); document.write( "= 16/221
\n" ); document.write( "
\n" );