a) To find the requested probability, we need to find P(X=3).
X is a geometric random variable, since we are only looking for one success.
P(X=x)=(1−p)xp,x=0,1,2,...Given p=0.02r,r is the last three digits of your registration number
P(X=3)=(1−0.02r)3(0.02r)
b) Let X be the number of successful strikes if n wells are dug: X∼Bin(n,p)
P(X=x)=(xn)px(1−p)n−x Given n=8,p=0.02r
P(X≥5)=P(X=5)+P(X=6)
+P(X=7)+P(X=8)
=(58)(0.02r)5(1−0.02r)8−5+(68)(0.02r)6(1−0.02r)8−6
+(78)(0.02r)7(1−0.02r)8−7+(88)(0.02r)8(1−0.02r)8−8
=56(0.02r)5(1−0.02r)3+28(0.02r)6(1−0.02r)2
+8(0.02r)7(1−0.02r)+(0.02r)8
3) Let X be the number of nonsuccessful strikes if n wells are dug: X∼Bin(n,p)
Given 1−p=1−0.02r .Then he mean value of not striking oil in a well if n wells are dug is
μ=n(1−0.02r)
Comments