Question

In: Statistics and Probability

25) a) In 10 samples drawn from a main mass, on average of which 8% of...

25) a) In 10 samples drawn from a main mass, on average of which 8% of the substances produced are not known to comply with the standards; calculate the probability of finding no defective products, at least one defective product. Calculate the mean and standard deviation of this distribution according to the Binomial distribution. b) On average, 2 people migrate abroad every 50,000 people every year. In a particular year in a city of 100,000 people; Calculate the probability according to the Poisson distribution, if no one is migrating, 1 person is migrating, 2 or more people are migrating

Solutions

Expert Solution

R-commands and outputs:

a)
# X ~ Binomial (n=10, p=8%=0.08)
n=10
p=8/100
q=1-p
q
[1] 0.92

The probability at any point 'x' in Binomial distribution is obtained by following PMF:

# Finding no defective products
# P(X=0)
dbinom(0,n,p)
[1] 0.4343885

# Finding atleast one defective product
# P(X>=1)=1-P(X<1)=1-P(X=0)
1-dbinom(0,n,p)
[1] 0.5656115

# mean=n*p
n*p
[1] 0.8

# variance=n*p*q
# standard deviation=stdev=sqrt(n*p*q)
sqrt(n*p*q)
[1] 0.8579044

b)
# average=2 people every 50000 people
# Thus, rate=4 people every 100000 people

# Y ~ Poisson(lambda=4)
lambda=4
The probability at any point 'y' in Poisson distribution is obtained by following PMF:

# No one is migrating
# P(Y=0)
exp(-lambda)
[1] 0.01831564
dpois(0,lambda)
[1] 0.01831564

# one person is migrating
# P(Y=1)
exp(-lambda)*lambda^(1)/factorial(1)
[1] 0.07326256
dpois(1,lambda)
[1] 0.07326256

# Two or more people are migrating
# P(Y>=2)=1-P(Y<2)=1-[P(Y=0)+P(Y=1)]
1-ppois(1,lambda)
[1] 0.9084218
1-(dpois(0,lambda)+dpois(1,lambda))
[1] 0.9084218
1-(0.01831564+0.07326256)
[1] 0.9084218


Related Solutions

From 25 samples, each with size 10, you estimated that the hospital’s EHR downtime average time...
From 25 samples, each with size 10, you estimated that the hospital’s EHR downtime average time was 30 minutes with the standard deviation of 2 minutes. Your process is assumed stable and normally distributed. (a) What is the potential capability of the system to meet the specifications of ??? = 10 minutes and ? ?? = 45 minutes? (b) What is the actual capability of the system to meet the specifications of ??? = 10 minutes and ? ?? =...
Assume that eighteen samples are drawn from Lake Ontario. Each sample of water has a 10%...
Assume that eighteen samples are drawn from Lake Ontario. Each sample of water has a 10% chance of containing a particular pollutant. Assume that the samples are independent with regard to the presence of pollutant. (a) What is the probability that exactly two do not contain the pollutant? (b) What is the probability that at least four samples contain the pollutant?
Consider these 4 samples potentially drawn from 4 different populations. Sample #1) 25 19 14 21...
Consider these 4 samples potentially drawn from 4 different populations. Sample #1) 25 19 14 21 18 18 19 19 Sample #2) 25 15 22 20 15 20 16 20 20 16 20 11 Sample #3) 22 16 23 13 14 19 18 10 11 Sample #4) 12 11 13 10 25 19 Test the hypothesis using the samples. assuming that a = 0.05 Ho: u2 = u3 Ha: u2 not equal to u3 Ho: sigma 2 < = to...
Consider these 4 samples potentially drawn from 4 different populations. Sample #1) 25 19 14 21...
Consider these 4 samples potentially drawn from 4 different populations. Sample #1) 25 19 14 21 18 18 19 19 Sample #2) 25 15 22 20 15 20 16 20 20 16 20 11 Sample #3) 22 16 23 13 14 19 18 10 11 Sample #4) 12 11 13 10 25 19 Test the hypothesis using the samples above. Assuming that a = 0.05 Ho: u1 = u2 Ha: u1 not equal to u2 Ho: u2 < = u3...
Draw 1000 samples of size 10, 25, 40 from exponential distribution with mean 10 and threshold...
Draw 1000 samples of size 10, 25, 40 from exponential distribution with mean 10 and threshold 0 and calculate mean for each sample. Now produce histogram for sample mean. a. What do you notice in the shape of the distribution of sample mean as sample size increases? Also, what changes in the standard error of the sample mean? b. As the sample size increases , the sample mean goes to what number?
Compare samples of helium and neon gases at 25°C. (a) Which gas has the highest average...
Compare samples of helium and neon gases at 25°C. (a) Which gas has the highest average molecular speed? Explain your answer. (b) Which gas has the highest average molecular kinetic energy? Explain your answer.
10. Two different simple random samples are drawn from two different populations. The first sample consists...
10. Two different simple random samples are drawn from two different populations. The first sample consists of 40 people with 21 having a common attribute. The second sample consists of 1800 people with 1271 of them having the same common attribute. Compare the results from a hypothesis test of p 1=p  2 ​(with a 0.05 significance​ level) and a 95​% confidence interval estimate of p 1-p 2. What are the null and alternative hypotheses for the hypothesis​ test? A.H 0​: p...
a) If random samples of size 12 are drawn from a population with mean 7 and...
a) If random samples of size 12 are drawn from a population with mean 7 and standard deviation 2 , find the standard error of the distribution of sample means. b) Assume the sample is a random sample from a distribution that is reasonably normally distributed and we are doing inference for a sample mean. Find endpoints of a t-distribution with 0.025 beyond them in each tail if the sample has size n=26. c) Assume the sample is a random...
QUESTION #10: (8 marks) Consider a process by which coils are manufactured. Samples of size n...
QUESTION #10: Consider a process by which coils are manufactured. Samples of size n = 5 are randomly selected from the process, and the resistance values (in ohms) of the coils are measured for 25 subgroups (samples). The data values are given in the following table. Sample x1 x2 x3 x4 x5 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 20 19 25...
Suppose samples of size 100 are drawn randomly from a population of size 1000 and the...
Suppose samples of size 100 are drawn randomly from a population of size 1000 and the population has a mean of 20 and a standard deviation of 5. What is the probability of observing a sample mean equal to or greater than 21?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT