Question

In: Statistics and Probability

n chips manufactured, two of which are defective. k chips randomly selected from n for testing....

n chips manufactured, two of which are defective. k chips randomly selected from n for testing.

Q1. What is Pr(a defective chip is in k selected chips) ?

n persons at a party throw hats in a pile, select at random.

Q2. What is Pr(no one gets own hat) ?

Q3. Plot Pr (no one gets own hat) in the Y-axis and n=[1,1000] in the X-axis (~pmf)

Solutions

Expert Solution

1) The number of ways chips can be selected out of chips is .

2)We know different men can draw hats in ways.

Let the event be the event that -th man picks his own hat. He can get his hat in ways.

Cardinality, and

Generally,

Now, .

Generally,

More generally,

Using inclusion exclusion principle, the probability that at least one person draws his/her hat is

The probability,

3) The above probability is plotted for using R.

n <- 20
p <- array(dim=n-1)
for(i in 1:n-1)
{
p[i] =0
for (j in 2:(i+1))
{
p[i]=p[i]+(-1)^j/factorial(j)
}
}
plot(1:1)
dev.new()
x <- 2:n
plot(x, p,col="blue", lwd=2, xlab="number of people", ylab = "Probability ", main="PMF")

We can see that converges to

.


Related Solutions

Out of six computer chips, two are defective. If two of the chips are chosen randomly...
Out of six computer chips, two are defective. If two of the chips are chosen randomly for testing, compute the probability that both of them are defective. List all the outcomes in the sample space, if we were checking all six computer chips. A quiz consists of 6 multiple-choice questions. Each question has 4 possible answers. A student is unprepared, and he has no choice but to guess answers completely at random. He passes the quiz if he gets at...
20 microprocessors are randomly selected from a lot of 1000 among which 10 are defective. a....
20 microprocessors are randomly selected from a lot of 1000 among which 10 are defective. a. What is the probability that exactly three of the microprocessors are defective, given that at least one is defective?
Scenario 3 A company manufacturing computer chips finds that 8% of all chips manufactured are defective....
Scenario 3 A company manufacturing computer chips finds that 8% of all chips manufactured are defective. Management is concerned that employee inattention is partially responsible for the high defect rate. In an effort to decrease the percentage of defective chips, management decides to offer incentives to employees who have lower defect rates on their shifts. The incentive program is instituted for one month. If successful, the company will continue with the incentive program. Questions 11 to 16 pertain to Scenario...
we are given n chips which may be working or defective. A working chip behaves as...
we are given n chips which may be working or defective. A working chip behaves as follows: if we connect it to another chip, the original chip will correctly output whether the new connected chip is working or is defective. However, if we connect a defective chip to another chip, it may output any arbitrary answer (defective---->might say the other one is working /defective). In the class, we saw that if strictly more than half the chips are working, then...
Ten percent of the engines manufactured on an assembly line are defective. If engines are randomly...
Ten percent of the engines manufactured on an assembly line are defective. If engines are randomly selected one at a time and tested a) What is the probability that the first non-defective engine will be found on the second trial? b) What is the probability that the third non-defective engine will be found i. on the fifth trial? ii. on or before the fifth trial? c. Find the mean and variance of the number(position) of the trial on which: i....
Thirty percent of the engines manufactured on an assembly line are defective. Suppose engines are randomly...
Thirty percent of the engines manufactured on an assembly line are defective. Suppose engines are randomly selected one at a time and tested. (Round your answers to three decimal places.) (a) What is the probability that the fourth nondefective engine will be found on the sixth trial? (b) What is the probability that the fourth nondefective engine will be found on or before the sixth trial?
Eighty percent of the engines manufactured on an assembly line are defective. Suppose engines are randomly...
Eighty percent of the engines manufactured on an assembly line are defective. Suppose engines are randomly selected one at a time and tested. (Round your answers to three decimal places.) (a) What is the probability that the third nondefective engine will be found on the fifth trial? (b) What is the probability that the third nondefective engine will be found on or before the fifth trial?
20% of all CDs manufactured by an electronics company are defective. A quality control inspector randomly...
20% of all CDs manufactured by an electronics company are defective. A quality control inspector randomly selects 6 CDs from the production line. Use binomial distribution, what is the probability that more than 2 but less than 6 are defectives.
A quality control inspector must estimate the proportion of defective microcomputer chips coming from two different...
A quality control inspector must estimate the proportion of defective microcomputer chips coming from two different assembly operations. She knows that, among the chips in the lot to be inspected, 60% are from assembly operation A and 40% are from assembly operation B. Therefore, she takes a stratified random sample of 100 chips where 50 are randomly sampled from each operation. Among the sampled chips from operation A, six are defective. Among the sampled chips from operation B, ten are...
A quality control inspector must estimate the proportion of defective microcomputer chips coming from two different...
A quality control inspector must estimate the proportion of defective microcomputer chips coming from two different assembly operations. She knows that, among the chips in the lot to be inspected, 60% are from assembly operation A and 40% are from assembly operation B. In a SRS of 100 chips, 38 turn out be from operation A and 62 from operation B. Among the sampled chips from operation A, six are defective. Among the sampled chips from operation B, ten are...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT