11.6 - Negative Binomial Examples

Example 11-2 Section

oil pump

An oil company conducts a geological study that indicates that an exploratory oil well should have a 20% chance of striking oil. What is the probability that the first strike comes on the third well drilled?

Solution

To find the requested probability, we need to find \(P(X=3\). Note that \(X\)is technically a geometric random variable, since we are only looking for one success. Since a geometric random variable is just a special case of a negative binomial random variable, we'll try finding the probability using the negative binomial p.m.f. In this case, \(p=0.20, 1-p=0.80, r=1, x=3\), and here's what the calculation looks like:

\(P(X=3)=\dbinom{3-1}{1-1}(1-p)^{3-1}p^1=(1-p)^2 p=0.80^2\times 0.20=0.128\)

It is at the second equal sign that you can see how the general negative binomial problem reduces to a geometric random variable problem. In any case, there is about a 13% chance thathe first strike comes on the third well drilled.

What is the probability that the third strike comes on the seventh well drilled?

Solution

To find the requested probability, we need to find \(P(X=7\), which can be readily found using the p.m.f. of a negative binomial random variable with \(p=0.20, 1-p=0.80, x=7, r=3\):

\(P(X=7)=\dbinom{7-1}{3-1}(1-p)^{7-3}p^3=\dbinom{6}{2}0.80^4\times 0.20^3=0.049\)

That is, there is about a 5% chance that the third strike comes on the seventh well drilled.

What is the mean and variance of the number of wells that must be drilled if the oil company wants to set up three producing wells?

Solution

The mean number of wells is:

\(\mu=E(X)=\dfrac{r}{p}=\dfrac{3}{0.20}=15\)

with a variance of:

\(\sigma^2=Var(x)=\dfrac{r(1-p)}{p^2}=\dfrac{3(0.80)}{0.20^2}=60\)