Respuesta :
Answer:
The probability that the customer is charged incorrectly on at least 3 items is 88.11%
Step-by-step explanation:
For each item, there are only two possible outcomes. Either they are charged correctly, or they are not. The probability of an item being charged incorrectly is independent of other items. 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.
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
And p is the probability of X happening.
A survey finds customers are charged incorrectly for 4 out of every 10 items.
This means that [tex]p = \frac{4}{10} = 0.4[/tex]
Suppose a customer purchases 11 items.
This means that [tex]n = 11[/tex]
Find the probability that the customer is charged incorrectly on at least 3 items.
Either he is charged incorrectly on less than 3 items, or at least 3. The sum of the probabilities of these events is decimal 1. So
[tex]P(X < 3) + P(X \geq 3) = 1[/tex]
We want [tex]P(X \geq 3)[/tex]. So
[tex]P(X \geq 3) = 1 - P(X < 3)[/tex]
In which
[tex]P(X < 3) = P(X = 0) + P(X = 1) + P(X = 2)[/tex]
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{11,0}.(0.4)^{0}.(0.6)^{11} = 0.0036[/tex]
[tex]P(X = 1) = C_{11,1}.(0.4)^{1}.(0.6)^{10} = 0.0266[/tex]
[tex]P(X = 2) = C_{11,2}.(0.4)^{2}.(0.6)^{9} = 0.0887[/tex]
[tex]P(X < 3) = P(X = 0) + P(X = 1) + P(X = 2) = 0.0036 + 0.0266 + 0.0887 = 0.1189[/tex]
[tex]P(X \geq 3) = 1 - P(X < 3) = 1 - 0.1189 = 0.8811[/tex]
88.11% probability that the customer is charged incorrectly on at least 3 items