What Is the Probability of Rejecting a Batch with Defective Components?

  • Thread starter Thread starter teme92
  • Start date Start date
  • Tags Tags
    parts Probability
AI Thread Summary
The discussion focuses on calculating the probability of rejecting a batch of components based on a sample test. A manager needs to determine the likelihood of finding 2 or more defective components in a sample of 5 from a batch of 25, which contains 3 defective parts. The user initially struggles with the calculations, particularly in understanding how to account for all five picks in the sample. The solution involves using the hypergeometric distribution to compute the probabilities of selecting exactly 2 or 3 defective components. This method accurately assesses the probability of batch rejection based on the sample results.
teme92
Messages
185
Reaction score
2

Homework Statement



A manager must assess the quality of a new batch of 25 components ready for shipping.
Rather than assess each component, a sample of 5 is randomly selected and tested. The
quality control speci fication is that if there are 2 or more defectives in the sample, the
quality manager must reject the batch. Suppose there are actually 3 defective components
in this batch of 25.

What is the probability that the batch is rejected?

Homework Equations





The Attempt at a Solution



So I'm looking for the probability that 2 or 3 defective parts are taken in the sample of 5. I'm having trouble wrapping my head around the problem a bit.

I said the probability of choosing all 3 is:

(3/25).(2/24).(1/23)=1/2300

What's confusing me is that this has only three picks when there's five parts picked in the sample. Am I missing something here? Any help would be much appreciated.
 
Physics news on Phys.org
teme92 said:

Homework Statement



A manager must assess the quality of a new batch of 25 components ready for shipping.
Rather than assess each component, a sample of 5 is randomly selected and tested. The
quality control specification is that if there are 2 or more defectives in the sample, the
quality manager must reject the batch. Suppose there are actually 3 defective components
in this batch of 25.

What is the probability that the batch is rejected?

Homework Equations


The Attempt at a Solution



So I'm looking for the probability that 2 or 3 defective parts are taken in the sample of 5. I'm having trouble wrapping my head around the problem a bit.

I said the probability of choosing all 3 is:

(3/25).(2/24).(1/23)=1/2300

What's confusing me is that this has only three picks when there's five parts picked in the sample. Am I missing something here? Any help would be much appreciated.

You have 3 bad and 22 good in the batch. If x is the number of bad, how many ways can you pick x out of the bad and 5-x out of the good? Have you studied the hypergeometric distribution yet?
 
Last edited:
This is a sample exam question yes so I would've done hypergeometric distribution yes. I just don't quite understand how to use it so I never thought that's what this problem was.

I think I know now when it should be used though. So:

P(X=2)+P(X+3)

P(X=2)=[(mCk).(N-m)C(n-k)]/(25C5)

where N=25, m=3, k=2, n=5 and use the same approach for P(X=3) except k=3.

Is this how the problem is done?
 
That's the idea.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top