Answer:
Binomial distribution could be used to model the number of failed drawers from the sample of 10.
Step-by-step explanation:
We are given the following information:
We treat drawers fail the easy slide test as a success.
P(drawers fail the easy slide test) = 2% = 0.02
The chance of failure is independent between drawers.
A manufacturer samples 10 drawers from a batch.
Since,
Then the number of drawers that fail the easy slide test follows a binomial distribution, where
[tex]P(X=x) = \binom{n}{x}.p^x.(1-p)^{n-x}[/tex]
where n is the total number of trails, x is the number of success, p is the probability of success.
Here, the parameters of binomial distribution are
n = 10, x = number of failed drawers(discrete values, x = 0, 1,...,10), p = 0.02
[tex]P(X=x) = \binom{10}{x}(0.02)^x.(0.98)^{10-x}[/tex]