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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top