The number of shots fired
X=1,2,3,4,5 Probability of hitting the target
P=32, (1−P)=31 The probability of hitting the target and stopping given X number of shots
P(X=x)=P(1−P)x−1 i)
P(X=1)=32P(X=2)=32∗31=92P(X=3)=32∗(31)2=272
P(X=4)=32∗(31)3=812
P(X=5)=32∗(31)4+(31)5=2433
ii)
E(X)=∑xp(x)
1∗32+2∗92+3∗272+4∗812+5∗2433
E(X)=1.4938
Comments