SOLUTION: Suppose that it is known that 5% of the items produced by a particular machine are defective in some way, and that we will choose a random sample of exactly 20 parts made by this m
Algebra.Com
Question 129435: Suppose that it is known that 5% of the items produced by a particular machine are defective in some way, and that we will choose a random sample of exactly 20 parts made by this machine.
a.What is the expected number of defective items, out of the 20 we select?
b.What is the probability that exactly 1 of the 20 items is defective?
c. what is the probability that no more than 2 out of the 20 items selected are defective.
Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website!
Suppose that it is known that 5% of the items produced by a particular machine are defective in some way, and that we will choose a random sample of exactly 20 parts made by this machine.
a.What is the expected number of defective items, out of the 20 we select?
0.05*20 = 1
---------------------------
b.What is the probability that exactly 1 of the 20 items is defective?
P(x=1) = 20C1(0.05)(0.95)^19 = 0.377...
-----------------------------
c. what is the probability that no more than 2 out of the 20 items selected are defective.
P(0<=x<=2) = binomcdf(20,0.05,2)= 0.9245...
----------
Comment: The binomcdf is a function on a TI calculator.
For example binomcdf(20,0,05,2) = 20C0(0.05)^0+0.95^20 + 20C1(0.05)(0.95)^19
+ 20C2(0.05)^2(0.95)^18 = 0.9245...
===========================
Cheers,
Stan H.
RELATED QUESTIONS
It is known that 10% of the items produced by a certain machine are defective. Find the... (answered by mathmate)
Defective
Suppose that a company determines if it will accept a shipment of 15 items by... (answered by stanbon)
In a manufacturing plant, three machines, A, B, and C, produce 40%, 33%, and 27%,... (answered by ewatrrr)
Three machines X, Y, Z are produced respectively 50%, 30% and 20% of the total number of... (answered by Theo)
From past information it is known that 10 percent of the chips made by Machine A are... (answered by Fombitz)
From past information it is known that 10 percent of the chips made by Machine A are... (answered by Fombitz)
When a particular machine is functioning properly, 80% of the items
produced are... (answered by Boreal)
Assume that the factory has two machines. Past records show that Machine 1 produces 30... (answered by ewatrrr)
7.Ten percent of the items produced by a machine are defective. Out of 15 items chosen at (answered by stanbon)