How Do You Calculate the Probability of Specific Fits in Multiple Assemblies?

  • Thread starter Thread starter USN2ENG
  • Start date Start date
  • Tags Tags
    Statistics
USN2ENG
Messages
107
Reaction score
0

Homework Statement



What is the probability that among a collection of 20 assemblies we have exactly 2 loose-fits and 1 interference fits?

P(loose-fit) = .1335
P(Interference fit) = .083

Homework Equations





The Attempt at a Solution



I am thinking that I just add the two binomial distributions together.

P(Loose = 2) = (20 choose 2)*.1335^2 * (1-.1335)^18
+
P(Interference = 1) = (20 choose 1)*.083^1 * (1-.083)^19

This comes out to: .25677 + .31998 = .57675

But, I feel like I am missing something. Anyone that can confirm or deny will be much appreciated!
Thanks!
 
Physics news on Phys.org
Just in case anyone comes across this in the future. It is done by using the multinomial distribution. Apparently the binomial is a generalization of the multinomial with k=2. Good to know.
 
USN2ENG said:
Just in case anyone comes across this in the future. It is done by using the multinomial distribution. Apparently the binomial is a generalization of the multinomial with k=2. Good to know.

It exactly opposite to what you say: the multinomial is a generalization of the binomial, and not the other way round.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top