A stationary store has decided to accept a large shipment of ball-point pens if an inspection of 16 randomly selected pens yields no more than two defective pens.
(a) Find the probability that this shipment is accepted if 5% of
the total shipment is defective. (Use 3 decimal places.)
(b) Find the probability that this shipment is not accepted if 15%
of the total shipment is defective. (Use 3 decimal places.)
X ~ binomial (n,p)
Binomial probability distribution is
P(X) = nCx px (1-p)n-x
a)
n = 16 , p = 0.05
We have to calculate P(Shipment accepted) = P(X <= 2) = ?
= P (X = 0) + P (X = 1) + P (X = 2)
= 16C0 0.050 0.9516 + 16C1 0.051 0.9515 +16C2 0.052 0.9514
= 0.957
b)
n = 16 , p = 0.15
We have to calculate P(shipment not accepted) = P (X > 2) = ?
P( X > 2) = 1 - P( X <= 2)
= 1 - [ P (X = 0) +P (X = 1) +P (X = 2) ]
= 1 - [ 16C0 0.150 0.8516 + 16C1 0.151 0.8515 + 16C2 0.152 0.8514 ]
= 1 - 0.5614
= 0.439
Get Answers For Free
Most questions answered within 1 hours.