document.write( "Question 1141383: Three cards are randomly selected from a deck of 52 cards. After every draw, the card is NOT replaced back in the deck. Find the probability of drawing two Kings in a row, then an Ace. \n" ); document.write( "
Algebra.Com's Answer #762008 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Use the fundamental counting principle. \n" ); document.write( "P(king first) = 4/52 \n" ); document.write( "P(king second) = 3/51 \n" ); document.write( "P(ace third) = 4/50 \n" ); document.write( "Multiply those probabilities to find the probability of getting that sequence of outcomes. \n" ); document.write( " |