p=52=0.4q=1−0.4=0.6
X~Binomial(15,0.4)
P(X)=Cx15(0.4)x(0.6)15−x
i. Exactly 7 customers ask for chilies with their meal
P(X=7)=C715×(0.4)7×(0.6)15−7=0.1770
ii. Less than 3 customers ask for chilies with their meals.
P(X<3)=P(X=0)+P(X+1)+P(X=2)P(X=0)=C015×(0.4)0×(0.6)15−0=0.00047P(X=1)=C115×(0.4)1×(0.6)15−1=0.00470P(X=2)=C215×(0.4)2×(0.6)15−2=0.02194P(X<3)=0.00047+0.00470+0.02194=0.02711
Comments