A bag contains 'm' white and 'n' black balls. two players A and B alternately draw a ball from the bag, replacing the ball after each draw. A begins the game. If the probability of A winning (that is drawing a white ball) is twice the probability of B winning (that is drawing a black ball), find the ratio m/n.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We know that either A or B can win .
Therefore P ( A ) + P ( B ) = 1
But it is given that P ( A ) = 2 P ( B ) Hence 2 P ( B ) + P ( B ) = 1 ⟹ P ( B ) = 3 1 Hence P ( A ) = 3 2 There are infinite ways in which A can win with different probabilities.
P ( A ) = A wins in first trial +A does not win in first trial and B does not win in second trial and A wins in third trial+ ⋯ .
This can be represented as P ( A ) = P ( W ) + P ( B W W ) + P ( B W B W W ) + ⋯ P ( A ) = m + n m + m + n n × m + n m × m + n m + ⋯ This we can see that it is an infinite G P with
First term , a = m + n m
Common Ratio = r = ( m + n ) 2 m n Sum of infinite GP is P ( A ) = 1 − r a P ( A ) = 1 − ( m + n ) 2 m n m + n m ⟹ P ( A ) = m 2 + m n + n 2 m n + m 2 But P ( A ) = 3 2 Therefore 3 2 = m 2 + m n + n 2 m n + m 2 ⟹ m = n Hence the required is n m = 1