Question

A machine need repair if it produces more than 10% defectives among large amount of products....

A machine need repair if it produces more than 10% defectives among large amount of products. We randomly sampled 100 items, and find that there are 8 defectives. We claim that, the repair of this machine is not needed. Note: You should use R code to express your results, and run R code on laptop.

a) Assuming α = 0.01, apply large sample hypothesis testing to test whether or not the evidence suports this claim.

b) Calculate the p-value. What is your conclusion, reject or not?

c) If, in the above question, we find only 2 defectives from 100 items, could you reject the claim based on the p-value at the level α = 0.01?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The R output is:

The R code is:

pcap = 8/100
p = 0.10
n = 100
se <- sqrt((p*(1 - p))/n)
z <- (pcap - p)/se
1 - pnorm(z)
pcap = 2/100
p = 0.10
n = 100
se <- sqrt((p*(1 - p))/n)
z <- (pcap - p)/se
1 - pnorm(z)

(a) The hypothesis being tested is:

H0: p = 0.10

Ha: p > 0.10

z = -0.67

(b) p-value = 0.7475075

Since the p-value (0.7475075) is greater than the significance level (0.01), we fail to reject the null hypothesis.

Therefore, we cannot conclude that the machine needs repair.

(c) The hypothesis being tested is:

H0: p = 0.10

Ha: p > 0.10

z = -2.67

p-value = 0.9961696

Since the p-value (0.9961696) is greater than the significance level (0.01), we fail to reject the null hypothesis.

Therefore, we cannot conclude that the machine needs repair.

Please give me a thumbs-up if this helps you out. Thank you!

Add a comment
Know the answer?
Add Answer to:
A machine need repair if it produces more than 10% defectives among large amount of products....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • A machine that puts corn flakes into boxes is adjusted to put an average of 15.3...

    A machine that puts corn flakes into boxes is adjusted to put an average of 15.3 ounces into each box, with standard deviation of 0.23 ounce. If a random sample of 15 boxes gave a sample standard deviation of 0.36 ounce, do these data support the claim that the variance has increased and the machine needs to be brought back into adjustment? (Use a 0.01 level of significance.) (i) Give the value of the level of significance. 0.01 State the...

  • A hospital reported that the normal death rate for patients with extensive burns (more than 40%...

    A hospital reported that the normal death rate for patients with extensive burns (more than 40% of skin area) has been significantly reduced by the use of new fluid plasma compresses. Before the new treatment, the mortality rate for extensive burn patients was about 60%. Using the new compresses, the hospital found that only 44 of 93 patients with extensive burns died. Use a 1% level of significance to test the claim that the mortality rate has dropped. What are...

  • A recent broadcast of a television show had a 10 ​share, meaning that among 5000 monitored...

    A recent broadcast of a television show had a 10 ​share, meaning that among 5000 monitored households with TV sets in​ use, 10​% of them were tuned to this program. Use a 0.01 significance level to test the claim of an advertiser that among the households with TV sets in​ use, less than 15​% were tuned into the program. Identify the null​ hypothesis, alternative​ hypothesis, test​ statistic, P-value, conclusion about the null​ hypothesis, and final conclusion that addresses the original...

  • A machine that puts corn flakes into boxes is adjusted to put an average of 15.8...

    A machine that puts corn flakes into boxes is adjusted to put an average of 15.8 ounces into each box, with standard deviation of 0.22 ounce. If a random sample of 10 boxes gave a sample standard deviation of 0.39 ounce, do these data support the claim that the variance has increased and the machine needs to be brought back into adjustment? (Use a 0.01 level of significance.) (i) Give the value of the level of significance. State the null...

  • Consider a drug testing company that provides a test for marijuara usage. Among 301 tested subjects,...

    Consider a drug testing company that provides a test for marijuara usage. Among 301 tested subjects, results from 27 subjects were wrong (either a faise positive or a faise negative. Une 0.01 significance level to test the claim that less tha 10 percent of the best results are wrong. Identify the null and alterative hypotheses for this test. Choose the correct answer below. O A M:p=0.1 Hp01 OB. Hy:p 0.1 Hyp<0.1 OC. Hyp<0.1 Hp0.1 OD Mp=0.1 Hyp#01 Identity the best...

  • Please Help! Need to confirm my answer. You wish to test the claim that the average...

    Please Help! Need to confirm my answer. You wish to test the claim that the average IQ score is less than 100 at the .01 significance level. You determine the hypotheses are: Ho: μ = 100 H1: μ < 100 You take a simple random sample of 100 individuals and find the mean IQ score is 95.7, with a standard deviation of 16. Let's consider testing this hypothesis two ways: once with assuming the population standard deviation is not known...

  • Need a little help. Please help You wish to test the claim that the average IQ...

    Need a little help. Please help You wish to test the claim that the average IQ score is less than 100 at the .10 significance level. You determine the hypotheses are: Ho : μ = 100 H 1 : μ < 100 You take a simple random sample of 41 individuals and find the mean IQ score is 97.2, with a standard deviation of 14.9. Let's consider testing this hypothesis two ways: once with assuming the population standard deviation is...

  • I am unable to figure this out. Please show some work if possible. Thanks in advance!...

    I am unable to figure this out. Please show some work if possible. Thanks in advance! The test statistic of z- -2.99 is obtained when testing the claim that p < 0.36. a. Using a significance level of α=0.01, find the critical value(s). b. Should we reject Ho or should we fail to reject Ho? Click here to view page 1 of the standard normal distribution table Click here to view page 2 of the standard normal distribution table a....

  • 6.16 Is college worth it? Part I: Among a simple random sample of 331 American adults...

    6.16 Is college worth it? Part I: Among a simple random sample of 331 American adults who do not have a four-year college degree and are not currently enrolled in school, 48% said they decided not to go to college because they could not afford school. (a) A newspaper article states that only a minority of the Americans who decide not to go to college do so because they cannot afford it and uses the point estimate from this survey...

  • The CEO of a large electric utility claims that 80 percent of his 1,000,000 customers are...

    The CEO of a large electric utility claims that 80 percent of his 1,000,000 customers are very satisfied with the service they receive. To test this claim, the local newspaper surveyed 100 customers using simple random sampling to determine if the proportion differs from 80%. Among the sampled customers, 73 say they are very satisfied. Based on these findings, can we reject the CEO's hypothesis that 80% of the customers are very satisfied? Use a 0.05 level of significance. a)...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT