Q.7.20

Question

 In an urn containing n balls, the ith ball has weight W(i),i = 1,...,n. The balls are removed without replacement, one at a time, according to the following rule: At each selection, the probability that a given ball in the urn is chosen is equal to its weight divided by the sum of the weights remaining in the urn. For instance, if at some time i1,...,ir is the set of balls remaining in the urn, then the next selection will be ij with probability W(ij)/k=1rW(ik), j = 1,...,r  Compute the expected number of balls that are withdrawn before the ball number 1 is removed.

Step-by-Step Solution

Verified
Answer

The required mean number isj=2nW(j)W(j)+W(1).

1Step 1: Given Information

Given the probability that, 

W(ij)/k=1rW(ik) j = 1,...,r 

2Step 2: Explanation

Define indicator random variables Ij, j=2,...,n that marks if we have chosen the ball number j out from the jar before we have chosen ball number 1 . The weight of the ball j is W(j) and the weight of ball 1 is W(1). Observe that the probability that we have chosen ball j before ball number 1 is exactly

P(Ij=1)=W(j)W(j)+W(1)

So, the expected number of balls that have been drawn before ball number 1 is

j=2nP(Ij=1)=j=2nW(j)W(j)+W(1)

3Step 3: FInal Answer

The required mean number isj=2nW(j)W(j)+W(1).