Let X= the number of students who travels by bus: X∼Bin(n,p).
Given n=10,q=0.3,p=1−q=1−0.3=0.7.
(a)
P(X≥3)=1−P(X=0)−P(X=1)−P(X=2)
=1−(010)(0.7)0(0.3)10−0−(110)(0.7)1(0.3)10−1
−(210)(0.7)2(0.3)10−2=0.9984096136
≈0.9984
(b)
P(X≤4)=P(X=0)+P(X=1)+P(X=2)
+P(X=3)+P(X=4)=(010)(0.7)0(0.3)10−0
+(110)(0.7)1(0.3)10−1+(210)(0.7)2(0.3)10−2
+(310)(0.7)3(0.3)10−3+(410)(0.7)4(0.3)10−4
=0.0473489874≈0.0473
(c)
P(2<X<7)=P(X=3)+P(X=4)
+P(X=5)+P(X=6)=(310)(0.7)3(0.3)10−3
+(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.009001692
+0.036756909+0.1029193452
+0.200120949=0.3487988952≈0.3488
Comments
Leave a comment