Thank you very much in advance!
here's the prob:
A manufacturing company uses an acceptance scheme on production items before they are shipped. The plan consists of two stages, that is, boxes of 25 are readied for shipment and a sample of 3 are tested for defectives. If no defectives are found the box is shipped.
What is the probability that
a) a box containing 3 defectives will be shipped?
b) a box containing only 1 defective will be sent back for screening?
I tried to solve the problem.
My own wrong solution to letter (a) is this:
N=25
n=3
k=3
N-k=22
x=3
h(x;N,n,k)={(kCOMBINATIONx)*[(N-k)COMBINATION(n-x)]} / [(N)COMBINATION(n)]
h(x;N,n,k)={3C3*22C0} / 25C3
While my own wrong solution to letter (b) is this:
N=25
n=3
k=1
N-k=24
x=1
h(x;N,n,k)={(kCOMBINATIONx)*[(N-k)COMBINATION(n-x)]} / [(N)COMBINATION(n)]
h(x;N,n,k)={1C1*24C2} / 25C3
here's the prob:
A manufacturing company uses an acceptance scheme on production items before they are shipped. The plan consists of two stages, that is, boxes of 25 are readied for shipment and a sample of 3 are tested for defectives. If no defectives are found the box is shipped.
What is the probability that
a) a box containing 3 defectives will be shipped?
b) a box containing only 1 defective will be sent back for screening?
I tried to solve the problem.
My own wrong solution to letter (a) is this:
N=25
n=3
k=3
N-k=22
x=3
h(x;N,n,k)={(kCOMBINATIONx)*[(N-k)COMBINATION(n-x)]} / [(N)COMBINATION(n)]
h(x;N,n,k)={3C3*22C0} / 25C3
While my own wrong solution to letter (b) is this:
N=25
n=3
k=1
N-k=24
x=1
h(x;N,n,k)={(kCOMBINATIONx)*[(N-k)COMBINATION(n-x)]} / [(N)COMBINATION(n)]
h(x;N,n,k)={1C1*24C2} / 25C3