/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 2 Recent incidents of food contami... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

Recent incidents of food contamination have caused great concern among consumers. The article "How Safe Is That Chicken?" (Consumer Reports, Jan. 2010: 19-23) reported that 35 of 80 randomly selected Perdue brand broilers tested positively for either campylobacter or salmonella (or both), the leading bacterial causes of food-borne disease, whereas 66 of 80 Tyson brand broilers tested positive. a. Does it appear that the true proportion of non- contaminated Perdue broilers differs from that for the Tyson brand? Carry out a test of hypotheses using a significance level.01 by obtaining a \(P\)-value. b. If the true proportions of non-contaminated chickens for the Perdue and Tyson brands are . 50 and \(.25\), respectively, how likely is it that the null hypothesis of equal proportions will be rejected when a, 01 significance level is used and the sample sizes are both 80 ?

Short Answer

Expert verified
The proportions of non-contaminated broilers differ significantly; there is high power to detect this difference with provided proportions.

Step by step solution

01

Define Hypotheses

We will set up hypotheses for comparing the proportions of non-contaminated broilers between Perdue and Tyson. Let \( p_1 \) be the proportion of non-contaminated Perdue broilers and \( p_2 \) be the proportion for Tyson. The null hypothesis \( H_0 \) is that \( p_1 = p_2 \), and the alternative hypothesis \( H_a \) is that \( p_1 eq p_2 \).
02

Calculate Sample Proportions

For Perdue, 35 out of 80 broilers are contaminated, so \( 45 \) are not. Thus, the sample proportion for Perdue (\( \hat{p}_1 \)) is \( \frac{45}{80} = 0.5625 \). For Tyson, 66 out of 80 are contaminated, so \( 14 \) are not. Thus, \( \hat{p}_2 = \frac{14}{80} = 0.175 \).
03

Calculate Pooled Proportion

The pooled proportion \( \hat{p} \) is calculated using the formula \( \hat{p} = \frac{x_1 + x_2}{n_1 + n_2} \), where \( x_1 \) and \( x_2 \) are the numbers of non-contaminated broilers in each sample. So, \( \hat{p} = \frac{45 + 14}{80 + 80} = 0.36875 \).
04

Calculate Standard Error

The standard error (SE) for the difference in proportions is given by \( SE = \sqrt{\hat{p}(1 - \hat{p})(\frac{1}{n_1} + \frac{1}{n_2})} \), where \( n_1 \) and \( n_2 \) are the sample sizes. So, \( SE = \sqrt{0.36875 \times (1 - 0.36875) \times (\frac{1}{80} + \frac{1}{80})} = 0.0863 \).
05

Compute Test Statistic

The test statistic \( Z \) is \( \frac{\hat{p}_1 - \hat{p}_2}{SE} = \frac{0.5625 - 0.175}{0.0863} \approx 4.49 \).
06

Find P-value

Using a Z-table or calculator, a \( Z \) value of \( 4.49 \) gives a \( P \)-value that is much smaller than the significance level of 0.01. This indicates strong evidence against the null hypothesis.
07

Conclusion for Part A

Since the \( P \)-value is less than 0.01, we reject the null hypothesis. There is significant evidence that the proportions of non-contaminated broilers differ between the two brands.
08

Calculate Power of Test for Part B

To calculate the power of the test, we need both the hypothesized proportions under the alternative, \( p_1 = 0.50 \) and \( p_2 = 0.25 \). Calculate the standard error for these proportions: \( SE_0 = \sqrt{0.375 \times 0.625 \times (\frac{1}{80} + \frac{1}{80})} \approx 0.088 \), and the standard error for the hypothesized difference: \( SE_A = \sqrt{0.5 \times 0.5 \times \frac{1}{80} + 0.25 \times 0.75 \times \frac{1}{80}} \approx 0.087 \).
09

Calculate Power via Test Statistic for Part B

Determine the Z value under the alternative hypothesis: \( Z = \frac{0.50 - 0.25}{0.087} \approx 2.87 \). From this Z value, using the significance level and standard power analysis, find \( 1 - \beta \), which shows the likelihood of rejecting the null when the alternative is true. This corresponds to significant success probabilities in standard normal distribution tables.
10

Conclusion for Part B

The likelihood to reject the null hypothesis, given \( p_1 = 0.50 \) and \( p_2 = 0.25 \), is quite high. Therefore, the power of the test is substantial.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Proportion Test
A proportion test is a useful statistical tool for comparing two proportions to see if there's a significant difference between them. In our scenario with broilers, we want to know if the proportion of non-contaminated chickens of the Perdue brand is different from the Tyson brand. This involves calculating the sample proportion for each brand and comparing them. By setting the null hypothesis as both proportions being equal, the test aims to determine if any observed difference is due to random chance or a true difference in contamination rates.
Significance Level
The significance level, often denoted by \( \alpha \), is a critical component in hypothesis testing. It's essentially the threshold we set to decide whether to reject the null hypothesis. In this exercise, we use a significance level of 0.01, meaning we accept a 1% chance of incorrectly rejecting the null hypothesis when it's actually true. A smaller significance level, such as 0.01, provides stronger evidence against the null hypothesis if it is rejected, indicating a more reliable result.
P-value Calculation
The \( P \)-value helps us decide how likely it is that the observed data would occur if the null hypothesis were true. It's computed from the test statistic and compared against the significance level to make a decision. In the broiler contamination study, a very small \( P \)-value was calculated, indicating strong evidence against the null hypothesis. This suggests that the proportion of non-contaminated chicken differs significantly between the two brands.
Power of a Test
The power of a test is the probability that the test correctly rejects a false null hypothesis. It is fundamentally important because it tells you how likely you are to detect a difference when there is one. In hypothesis testing, it's vital to have high power to avoid Type II errors. In the exercise, the power calculation shows a high probability of correctly rejecting the null hypothesis if the true proportions are \( 0.50 \) for Perdue and \( 0.25 \) for Tyson. High power means the test is sensitive and reliable when the true difference exists.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

The slant shear test is widely accepted for evaluating the bond of resinous repair materials to concrete; it utilizes cylinder specimens made of two identical halves bonded at \(30^{\circ}\). The article "Testing the Bond Between Repair Materials and Concrete Substrate" (ACI Materials J., 1996: 553-558) reported that for 12 specimens prepared using wire-brushing, the sample mean shear strength \(\left(\mathrm{N} / \mathrm{mm}^{2}\right)\) and sample standard deviation were \(19.20\) and \(1.58\), respectively, whereas for 12 hand-chiseled specimens, the corresponding values were \(23.13\) and \(4.01\). Does the true average strength appear to be different for the two methods of surface preparation? State and test the relevant hypotheses using a significance level of 05 . What are you assuming about the shear strength distributions?

Two different types of alloy, A and B, have been used to manufacture experimental specimens of a small tension link to be used in a certain engineering application. The ultimate strength (ksi) of each specimen was determined, and the results are summarized in the accompanying frequency distribution. \begin{tabular}{lrr} & \(\mathbf{A}\) & \(\mathbf{B}\) \\ \hline \(26-<30\) & 6 & 4 \\ \(30-<34\) & 12 & 9 \\ \(34-<38\) & 15 & 19 \\ \(38-<42\) & 7 & 10 \\ & \(m=40\) & \(m=42\) \\ \hline \end{tabular} Compute a \(95 \%\) CI for the difference between the true proportions of all specimens of alloys \(\mathrm{A}\) and \(\mathrm{B}\) that have an ultimate strength of at least \(34 \mathrm{ksi}\).

The following data refers to airborne bacteria count (number of colonies \(/ \mathrm{ft}^{3}\) ) both for \(m=8\) carpeted hospital rooms and for \(n=8\) uncarpeted rooms ("Microbial Air Sampling in a Carpeted Hospital," J. of Environmental Health, 1968: 405). Does there appear to be a difference in true average bacteria count between carpeted and uncarpeted rooms? \(\begin{array}{lrrrrrrrr}\text { Carpeted } & 11.8 & 8.2 & 7.1 & 13.0 & 10.8 & 10.1 & 14.6 & 14.0 \\ \text { Uncarpeted } & 12.1 & 8.3 & 3.8 & 7.2 & 12.0 & 11.1 & 10.1 & 13.7\end{array}\) Suppose you later learned that all carpeted rooms were in a veterans' hospital, whereas all uncarpeted rooms were in a children's hospital. Would you be able to assess the effect of carpeting? Comment.

Persons having Reynaud's syndrome are apt to suffer a sudden impairment of blood circulation in fingers and toes. In an experiment to study the extent of this impairment, each subject immersed a forefinger in water and the resulting heat output \(\left(\mathrm{cal} / \mathrm{cm}^{2} / \mathrm{min}\right)\) was measured. For \(m=10\) subjects with the syndrome, the average heat output was \(\bar{x}=.64\), and for \(n=10\) nonsufferers, the average output was \(2.05\). Let \(\mu_{1}\) and \(\mu_{2}\) denote the true average heat outputs for the two types of subjects. Assume that the two distributions of heat output are normal with \(\sigma_{1}=2\) and \(\sigma_{2}=.4\). a. Consider testing \(H_{0}: \mu_{1}-\mu_{2}=-1.0\) versus \(H_{a}: \mu_{1}-\) \(\mu_{2}<-1.0\) at level .01. Describe in words what \(H_{\mathrm{a}}\) says, and then carry out the test. b. Compute the \(P\)-value for the value of \(Z\) obtained in part (a). c. What is the probability of a type II error when the actual difference between \(\mu_{1}\) and \(\mu_{2}\) is \(\mu_{1}-\mu_{2}=-1.2\) ? d. Assuming that \(m=n\), what sample sizes are required to ensure that \(\beta=\), l when \(\mu_{1}-\mu_{2}=-1,2\) ?

McNemar's test, developed in Exercise 54, can also be used when individuals are paired (matched) to yield \(n\) pairs and then one member of each pair is given treatment 1 and the other is given treatment 2 . Then \(X_{1}\) is the number of pairs in which both treatments were successful, and similarly for \(X_{2}, X_{3}\), and \(X_{4}\). The test statistic for testing equal efficacy of the two treatments is given by \(\left(X_{2}-X_{3}\right) / \sqrt{\left(X_{2}+X_{3}\right)}\), which has approximately a standard normal distribution when \(H_{0}\) is true. Use this to test whether the drug ergotamine is effective in the treatment of migraine headaches. \begin{tabular}{cc|cc} & & Ergotamine \\ \hline & & \(\boldsymbol{S}\) & \(\boldsymbol{F}\) \\ \hline Placebo & \(\boldsymbol{S}\) & 44 & 34 \\ & \(\boldsymbol{F}\) & 46 & 30 \\ \hline \end{tabular} The data is fictitious, but the conclusion agrees with that in the article "Controlled Clinical Trial of Ergotamine Tartrate" (British Med. J., 1970: 325-327).

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.