document.write( "Question 279887: One card is selected at random from a standard deck, not replaced, and then a second card is drawn. Find the probability of selecting two face cards \n" ); document.write( "
Algebra.Com's Answer #203439 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! There are 12 face cards, 4 each King, Queen and Jack. \n" ); document.write( "--- \n" ); document.write( "The 1st is 12/52 \n" ); document.write( "The 2nd is 11/51 \n" ); document.write( "--> (12*11/52*51) \n" ); document.write( "= 11/221 \n" ); document.write( " \n" ); document.write( " |