Let X= the number of matches won by Mr.B: X∼Bin(n,p).
Given n=7,p=0.67,q=1−p=1−0.67=0.33
(a)
P(X≤3)=P(X=0)+P(X=1)
+P(X=2)+P(X=3)
=(07)(0.67)0(0.33)7−0+(17)(0.67)1(0.33)7−1
+(27)(0.67)2(0.33)7−2+(37)(0.67)3(0.33)7−3
=0.00042618443+0.00605698477
+0.03689254363+0.1248384052
=0.168214
(b)
7−5=2
P(X=2)=(27)(0.67)2(0.33)7−2
=0.036893
(c)
P(X=7)=(77)(0.67)7(0.33)7−7
=0.060607
Comments