Suppose an urn contains 'w' white balls and 'b' black balls and a ball is drawn from it and is replaced along with 'd' additional balls of the same color. Now a second ball is drawn from it. The probability that the second drawn ball is white is independent of the value of 'd'.
My Attempt:
There will be two cases:
$\text{I}:$ A white ball may be drawn, in that case after the replacement and adding additional balls the total balls will be $=$ b+d+w
Then, the probability of drawing a white ball is $\frac{w + d}{w+b+d}$
$\text{II}:$ A black ball may be drawn, again the total balls have to be $=$ w+b+d
But now, the probability of drawing a white ball is $\frac{w}{w+b+d}$
So, the probability of drawing a white ball on the second draw is $= \frac{2w+d}{w+b+d}$
Which is clearly dependent on d.
But my book says that this statement is true.
Can anybody help me understand this?
