Suppose we start with two identical urns. In one urn, we place 9 balls: 7 black and 2 white. In the other urn, we place 10 balls: 2 red, 2 white, 2 blue, 2 green, and 2 yellow.
Define a "trial" as the random selection of an urn followed by randomly drawing (one at a time, without replacement) all the marbles from that urn. A "terminal trial" is one where the LAST two marbles removed from the urn are the same color.
A game consists performing "trials" until a "terminal trial" is observed. You win the game if the FIRST two marbles drawn on the "terminal trial" are the same color. What is your chance of winning?
As an illustration, suppose you decide to play this game. You start by randomly selecting an urn. You then proceed to randomly draw out marbles from this urn one at a time and without replacement. Suppose the first two draws are the same color. You have not won yet. You need to keep drawing the remaining marbles, and if the last two drawn are the same color, the results become official and you win. If the last two drawn are not the same, you must replace all the marbles into the urn, randomize the urns, and start over. On the flip side, suppose the first two draws are not the same. You have not lost yet. Your only chance of winning now rests upon the last two marbles drawn being different so that you can start over. If the last two marbles drawn are the same color, the results become official and you lose.
Question
Guest
Suppose we start with two identical urns. In one urn, we place 9 balls: 7 black and 2 white. In the other urn, we place 10 balls: 2 red, 2 white, 2 blue, 2 green, and 2 yellow.
Define a "trial" as the random selection of an urn followed by randomly drawing (one at a time, without replacement) all the marbles from that urn. A "terminal trial" is one where the LAST two marbles removed from the urn are the same color.
A game consists performing "trials" until a "terminal trial" is observed. You win the game if the FIRST two marbles drawn on the "terminal trial" are the same color. What is your chance of winning?
As an illustration, suppose you decide to play this game. You start by randomly selecting an urn. You then proceed to randomly draw out marbles from this urn one at a time and without replacement. Suppose the first two draws are the same color. You have not won yet. You need to keep drawing the remaining marbles, and if the last two drawn are the same color, the results become official and you win. If the last two drawn are not the same, you must replace all the marbles into the urn, randomize the urns, and start over. On the flip side, suppose the first two draws are not the same. You have not lost yet. Your only chance of winning now rests upon the last two marbles drawn being different so that you can start over. If the last two marbles drawn are the same color, the results become official and you lose.
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.