Q.4.78

Question

An urn contains 4 white and 4 black balls. We randomly choose 4 balls. If 2 of them are white and 2 are black, we stop. If not, we replace the balls in the urn and again randomly select 4 balls. This continues until exactly 2 of the 4 chosen are white. What is the probability that we shall make exactly n selections 

Step-by-Step Solution

Verified
Answer

P(Y=n)=1735n-11835

1Step 1:Given information

An urn contains 4 white and 4 black balls. We randomly choose 4 balls. If 2 of them are white and 2 are black, we stop. If not, we replace the balls in the urn and again randomly select 4 balls. This continues until exactly 2 of the 4 chosen are white 

2Step 2:Hypergeometric probability

Probability of selecting exactly two white balls

 N= Population size =4+4=8

n= Number of draws =4

m= Number of observed successes =4

The number of successes among random draws from a finite population with two possible outcomes follows a hypergeometric distribution.

Formula hypergeometric probability:

P(X=i)=miN-mn-iNn

Evaluate the definition of hypergeometric probability at i=2 (as we are interested in the probability of exactly 2 white balls).

P(X=2)=428-44-284

=424284

=6·670

=3670

=1835

3Step 3:Geometric probability

Probability of  nselections until exactly two white balls are selected

p= Probability of success =P(X=2)=1835

The number of trials required until the first success follows a geometric distribution.

Definition geometric probability:

P(Y=k)=qk-1p=(1-p)k-1p

Evaluate the definition of geometric probability at k=n:

P(Y=n)=1-1835n-11835=1735n-11835


4Step 4:Final answer

P(Y=n)=1735n-11835