I am a beginner, and this is a problem with a difficulty rating of 5%. I cannot get started because I cannot get an answer that matches the first clue, P(2,2) = 0.4666666667.A deck of cards contains R red cards and B black cards.
A card is chosen uniformly randomly from the deck and removed. A second card is then chosen uniformly randomly from the cards remaining and removed.
Play ends when all the remaining cards in the deck are the same colour and let P(R,B) be the probability that this colour is black.
- If both cards are red, they are discarded.
- If both cards are black, they are both put back in the deck.
- If they are different colours, the red card is put back in the deck and the black card is discarded.
You are given P(2,2) = 0.4666666667, P(10,9) = 0.4118903397 and P(34,25) = 0.3665688069.
Find P(24690,12345). Give your answer with 10 digits after the decimal point.
One computation that I tried produced an answer of 5 / 12 or 0.4166666667. Could there be a mistake in the problem statement?
Or maybe I am confused about the order of drawing cards, putting cards back in the deck, and determining when the game is over. Here are a couple of scenarios that I hope someone can clarify?
1) Deck: 2R, 2B; Draw: 2B -- After drawing two black cards, there are only two red cards remaining in the deck. Is this game over, or do the two black cards get shuffled back into the deck? This would lead to an infinite series, but I cannot rule that out.
2) Deck: 1R, 2B --
a) Draw 1: R -- Could it be that the game is over after drawing only one card?
b) Draw 2: B -- Like 1) above, after drawing two cards, there is only one in the deck, so this might mean that the game is over.
c) Shuffling R back in... Deck: RB, play continues...
Are cards that are drawn still considered "in the deck"? Are we expected to only determine the end of the game before the draw? I would like to assume the answers to be affirmative, but then I do not know how to handle the infinite series.
Or maybe the number given in the clue is wrong?

