Let X= the number of shots sinked by Tim: X∼Bin(n,p).
Given n=10,p=0.7,q=1−p=0.3.
a)
P(X=7)=(710)(0.7)7(0.3)10−7=0.266827932
b)
P(X≥7)=P(X=7)+P(X=8)+P(X=9)
+P(X=10)=(710)(0.7)7(0.3)10−7
+(810)(0.7)8(0.3)10−8+(910)(0.7)9(0.3)10−9
+(1010)(0.7)10(0.3)10−10=0.6496107184
c)
P(X≤7)=1−P(X=8)−P(X=9)
−P(X=10)=1−(810)(0.7)8(0.3)10−8
−(910)(0.7)9(0.3)10−9−(1010)(0.7)10(0.3)10−10
=0.6172172136
d)
P(4≤X≤6)=P(X=4)+P(X=5)
+P(X=6)=(410)(0.7)4(0.3)10−4
+(510)(0.7)5(0.3)10−5+(610)(0.7)6(0.3)10−6
=0.3397972032
Comments
Leave a comment