4000 out of 10000 voting residents are against a new sales tax.
hence 10000 - 4000= 6000 resident favour the new tax.
the probability that randomly selected voter favor the new tax is
p=100006000=0.6
15 voters are selected at random
n=15
1-p=1-0.6=0.4
Here random variable x is a binomial random variable with parameter n=15 and p=0.6
The probability distribution of the binomial random variable is
P(X=x)=(xn)px(1−p)n−x
Now find the probability that at most 7 out of 15 randomly selected voters favor the new tax.
P(X=x)=(x15)0.6x(0.4)n−xP(X≤7)=∑i=07P(X=i)=P(X=0)+P(X=1)+...+P(X=7)=(015)0.60(0.4)15−0+(115)0.61(0.4)15−1+...+(715)0.67(0.4)15−7=0.2131
The probability that at most 7 out of 15 randomly selected voters favor the new tax is 0.2131.
Comments