asked 216k views
1 vote
A bottling process is inspected 100 percent of the time because of the low yield rate of 98%. If a batch of 80 bottles are inspected, what is the probability less than three bottles are bad?

asked
User Brettish
by
8.2k points

2 Answers

2 votes

Answer:784 i think

Explanation:

98 x 8 = 784. My teacher told me that when multiplying %'s you do the precent # x the #

answered
User Dbro
by
8.8k points
2 votes

Answer:

The probability is
P(X < &nbsp;3) = &nbsp;0.7843

Explanation:

From the question we are told that

The low yield rate is
q = 0.98

The sample size n = 80

Hence the probability that the bottle is bad


p = 1- q

=>
p = 1 - 0.98

=>
p =0.02

Generally the distribution of yield follows a binomial distribution

i.e


X &nbsp;\~ \ \ \ &nbsp;B(n , p)

and the probability distribution function for binomial distribution is


P(X = x) = &nbsp;^(n)C_x * &nbsp;p^x * &nbsp;(1- p)^(n-x)

Here C stands for combination hence we are going to be making use of the combination function in our calculators

Generally the probability less than three bottles are bad is mathematically represented as


P(X < &nbsp;3) = P(X = 0 ) + P(X = 1 )+ P(X = 2)

=>
P(X < &nbsp;3) = ^(80)C_0 * &nbsp;0.02^0 * &nbsp;(1- 0.02)^(80-0) +^(80)C_1 * &nbsp;0.02^1 * &nbsp;(1- 0.02)^(80-1)+ ^(80)C_2 * &nbsp;0.02^2 * &nbsp;(1- 0.02)^(80-2)

=>
P(X < &nbsp;3) = 1 * &nbsp;1 * 0.1986 + 80 * &nbsp;0.02 * &nbsp;0.2027 + 3160 * &nbsp;0.0004 * 0,2068

=>
P(X < &nbsp;3) = &nbsp;0.7843

answered
User Pasha
by
8.7k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.