SOLUTION: WidgCo is a company that manufactures widgets. It is known that 1 out of every 50 widgets that the company produces is defective. A batch of 150 widgets is produced. Find the pr

Algebra.Com
Question 1201704: WidgCo is a company that manufactures widgets. It is known that 1 out of every 50 widgets that the company produces is defective. A batch of 150 widgets is produced.
Find the probability that more than 5 widgets in the batch are defective.
Round your answer to 4 decimal places.

Answer by ikleyn(52779)   (Show Source): You can put this solution on YOUR website!
.
WidgCo is a company that manufactures widgets. It is known that 1 out of every 50 widgets
that the company produces is defective. A batch of 150 widgets is produced.
Find the probability that more than 5 widgets in the batch are defective.
Round your answer to 4 decimal places.
~~~~~~~~~~~~~~~~~~~

It is a binomial distribution probability problem.

The number of trials is n= 150. The number of successful trials is "more than 5",
or k >= 6 (here the success is finding a defective widget). The probability of an individual success
is p = 1/50 = 0.02.


Since the number of trials is very big, the theory recommends to use a normal
approximation to binomial distribution.


The parameters of the normal approximation are 

    - the mean =  =  =  = 1.732051 (rounded);

    - the standard deviation SD =  =  = 1.71464 (rounded).


So, we should find the area under the normal curve with the mean 1.732051 and standard deviation 1.71464282
on the right of the raw score 5.5 (using the continuity correction). Use the calculator normalcdf function

                z1    z2     mean     SD       <<<---=== the formatting pattern
    P = normcdf(5.5, 9999, 1.732051, 1.71464)


The answer is P = 0.014.

Solved.

--------------------

Instead of using a regular calculator, you can use free of charge online calculator
https://onlinestatbook.com/2/calculators/normal_dist.html


////////////////////

A post-solution note


        As a Math problem, it is not very well posed.

        From one side, the number of trials is very big (150). Thus the "good style" does not leave us
        the possibility to solve the problem as a binomial distribution and FORCES us to use
        a normal distribution as an APPROXIMATION.

        From the other side, formal requirements for applicability of the normal distribution approximation
        (that are n*p >= 5) are not satisfied, so we can not expect that this approximation will be good.

        It only allows to give an estimation of the order of a value, but does not allow to evaluate a value itself
        with a perfect precision.



RELATED QUESTIONS

WidgCo is a company that manufactures widgets. It is known that 1 out of every 57 widgets (answered by jim_thompson5910)
WidgCo is a company that manufactures widgets. It is known that 1 out of every 40 widgets (answered by mananth)
WidgCo is a company that manufactures widgets. It is known that 1 out of every 56 widgets (answered by ikleyn)
A machine produces widgets at a defective rate of 10%. A sample of 7 widgets is taken,... (answered by stanbon)
the widget company sells boxes of widgets by mail order. the company charges a fixed... (answered by solver91311)
Suppose that a corporation that manufactures widgets determines that its revenue function (answered by ankor@dixie-net.com)
Business. A small company has an assembly line that produces three types of widgets. The (answered by ikleyn)
A company has two machines that make widgets. The production costs are listed below. Find (answered by josmiceli)
Exercise 275 It costs a business $11,300 to manufacture 20 golden widgets. It costs the... (answered by solver91311)