a) Yes, it is Binomial experiment.
1. The experiment consists of repeated trials.
2. Each trial results in an outcome: a success or a failure.
3. The probability of success, p, remains constant from trial to trial.
4. The repeated trials are independent.
Let X= the number of customers using a debit card to pay for their purchases:
X∼Bin(n,p)
Given p=0.3,n=12
b)
P(X=5)=(512)(0.3)5(1−0.3)12−5≈0.15849579 c)
P(X≥4)=1−P(X=0)−P(X=1)−
−P(X=2)−P(X=3)≈0.507484 d)
P(X≤4)=P(X=0)+P(X=1)+P(X=2)+
+P(X=3)+P(X=4)≈0.723655
Comments