Answer:
A. .1070
Explanation:
For each customer, there are only two possible outcomes. Either they make a purchase, or they do not. The probability of a customer making a purchase is independent from other customers. So we use the binomial probability distribution to solve this question.
Binomial probability distribution
The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.
![P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)](https://img.qammunity.org/2021/formulas/mathematics/college/mj488d1yx012m85w10rpw59rwq0s5qv1dq.png)
In which
is the number of different combinations of x objects from a set of n elements, given by the following formula.
![C_(n,x) = (n!)/(x!(n-x)!)](https://img.qammunity.org/2021/formulas/mathematics/college/qaowm9lzn4vyb0kbgc2ooqh7fbldb6dkwq.png)
And p is the probability of X happening.
Forty-four percent of customers who visit a department store make a purchase.
This means that
![p = 0.44](https://img.qammunity.org/2021/formulas/mathematics/college/37ykfadf7w41dnm7xwf3ek1nfi075rcvka.png)
What is the probability that in a random sample of 9 customers who will visit this department store, exactly 6 will make a purchase?
This is
when n = 9. So
![P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)](https://img.qammunity.org/2021/formulas/mathematics/college/mj488d1yx012m85w10rpw59rwq0s5qv1dq.png)
![P(X = 6) = C_(9,6).(0.44)^(6).(0.56)^(3) = 0.1070](https://img.qammunity.org/2021/formulas/mathematics/college/cs5j6py0zgfozc0nzc1j6i19w8xr942vu0.png)
So the correct answer is:
A. .1070