document.write( "Question 1201707: A stack of playing cards contains 4 jacks, 5 queens, 3 kings, and 3 aces. Two cards will be randomly selected from the stack. What is the probability that a queen is chosen and replaced, and then a queen is chosen again? \n" ); document.write( "
Algebra.Com's Answer #836190 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "There are 5 queens out of a total of 15 cards. \n" ); document.write( "Since the first queen is replaced before selecting the second card, the probability of getting a queen on each selection is 5/15 = 1/3. \n" ); document.write( "The probability of getting a queen both times is then (1/3)(1/3) = 1/9. \n" ); document.write( "ANSWER: 1/9 \n" ); document.write( " |