This is a binomial distribution case with n=9, p=0.3, p=1-0.3=0.7
P(X=x) =(xn)pxqn−x
a) P(X ≥ 4)
=∑x=4300.3x0.730−x
=0.2703
b) P(x=3)
=(39)0.330.76
=0.2668
c) P(X=0)
=(09)0.300.79
=0.0404
d) P(X≤ 5)
=∑x=050.3x0.79−x
=0.9747
e) E(X) =np
=9*0.3=2.7
≈3patients
f) var(X) =npq
=9*0.3*0.7
=1.89
≈2patients
Comments