document.write( "Question 1193356: Two cards are selected at random from a standard deck of cards. What is the probability that the first is a 5 and the second is a king if the first card is not replaced before the second is selected? \n" ); document.write( "
Algebra.Com's Answer #825372 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Two cards are selected at random from a standard deck of cards. What is the probability that the first is a 5 and the second is a king if the first card is not replaced before the second is selected? \n" ); document.write( "------------- \n" ); document.write( "That's called \"without replacement.\" \n" ); document.write( "There are four 5's ---> 4/52 = 1/13 \n" ); document.write( "----- \n" ); document.write( "There are four kings ----> 4/51 \n" ); document.write( "=================== \n" ); document.write( "(1/13)*(4/51) = 4/663 \n" ); document.write( " |