Let X= the number of the visitors who will make a purchase worth R500 or more: X∼Bin(n,p)
Given p=1/20=0.05,n=15.
P(X=x)=(xn)px(1−p)n−x
P(X≤3)=P(X=0)+P(X=1)
+P(X=2)+P(X=3)
(015)0.050(1−0.05)15−0
+(115)0.051(15−0.05)15−1
+(215)0.052(1−0.05)15−2
+(315)0.053(15−0.05)15−3
=0.46329123016+0.36575623434
+0.13475229686+0.03073297999
≈0.994533
Comments