/*! 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 17 On April \(12,1955,\) Dr. Jonas ... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

On April \(12,1955,\) Dr. Jonas Salk released the results of clinical trials for his vaccine to prevent polio. In these clinical trials, 400,000 children were randomly divided in two groups. The subjects in Group 1 (the experimental group) were given the vaccine, while the subjects in Group 2 (the control group) were given a placebo. Of the 200,000 children in the experimental group, 33 developed polio. Of the 200,000 children in the control group, 115 developed polio. (a) Test whether the proportion of subjects in the experimental group who contracted polio is less than the proportion of subjects in the control group who contracted polio at the \(\alpha=0.01\) level of significance. (b) Construct a \(90 \%\) confidence interval for the difference between the two population proportions, \(p_{1}-p_{2}\)

Short Answer

Expert verified
(a) Reject the null hypothesis, (b) 90% CI: \(-0.0004756 , -0.0003444\).

Step by step solution

01

Define null and alternative hypotheses for part (a)

We need to test if the proportion of children who contracted polio is less in the experimental group than in the control group. Let the proportion of children who contracted polio in the experimental group be denoted by \(p_1\) and in the control group by \(p_2\). The hypotheses are: \[\text{Null Hypothesis (H_0)}: p_1 \geq p_2\] \[\text{Alternative Hypothesis (H_a)}: p_1 < p_2\]
02

Calculate sample proportions

Calculate sample proportions for both groups. For the experimental group, \(\hat{p}_1 = \frac{33}{200,000} = 0.000165\). For the control group, \(\hat{p}_2 = \frac{115}{200,000} = 0.000575\).
03

Calculate the pooled sample proportion

Calculate the pooled sample proportion \(\hat{p}\) as follows: \[\hat{p} = \frac{x_1 + x_2}{n_1 + n_2} = \frac{33 + 115}{200,000 + 200,000} = \frac{148}{400,000} = 0.00037\]
04

Calculate the standard error

Calculate the standard error (SE) using the pooled proportion: \[SE = \sqrt{ \hat{p} \left(1 - \hat{p}\right) \left(\frac{1}{n_1} + \frac{1}{n_2}\right)} = \sqrt{ 0.00037 \times (1-0.00037) \times \left( \frac{1}{200,000} + \frac{1}{200,000} \right) } = \sqrt{0.00037 \times 0.99963 \times 0.00001} = 0.0000606\]
05

Calculate the Z-test statistic

Calculate the Z-test statistic using the formula: \[Z = \frac{\hat{p}_1 - \hat{p}_2}{SE} = \frac{0.000165 - 0.000575}{0.0000606} = -6.77\]
06

Determine the critical value and make a decision

For a left-tailed test at \( \alpha = 0.01 \), the critical value (Z_{ \alpha }) is \(-2.33\). Since \(-6.77 < -2.33\), we reject the null hypothesis.
07

Interpret the result for part (a)

There is sufficient evidence at the \( \alpha = 0.01 \) level to conclude that the proportion of children vaccinated who contracted polio is less than the proportion of children in the control group who contracted polio.
08

Construct the 90% confidence interval for part (b)

To find the 90% confidence interval for the difference between population proportions \(p_1 - p_2\): \[MOE = Z_{ \alpha/2} \times SE = 1.645 \times \sqrt{\left( \frac{ \hat{p}_1 \left(1 - \hat{p}_1 \right)}{n_1} + \frac{ \hat{p}_2 \left(1 - \hat{p}_2 \right)}{n_2} \right)} = 1.645 \times \sqrt{\left( \frac{0.000165 \left(1 - 0.000165\right)}{200,000} + \frac{0.000575 \left(1 - 0.000575\right)}{200,000} \right)} = 1.645 \times 0.0000399 = 0.0000656\] Thus, the confidence interval is: \[ ( \hat{p}_1 - \hat{p}_2) \pm MOE = 0.000165 - 0.000575 \pm 0.0000656 = [ -0.0004756 , -0.0003444 ] \]
09

Interpret the confidence interval

We are 90% confident that the difference in the population proportions \(p_1 - p_2\) is between \(-0.0004756\) and \(-0.0003444\). This interval does not include 0, which supports the conclusion that the vaccine is effective in reducing the rate of polio.

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.

null hypothesis
The null hypothesis, often denoted as \(\text{H_0}\), is a statement that assumes no effect or no difference exists in a population. In hypothesis testing, it acts as the default or starting assumption. For the given problem, the null hypothesis states that the proportion of children who contracted polio in the experimental group is greater than or equal to the proportion in the control group. Formally, it is written as \(\text{H_0}: p_1 \geq p_2\).

The main objective in hypothesis testing is to gather evidence to either reject or fail to reject the null hypothesis. If the test results show strong evidence against the null hypothesis, it can be rejected. However, if the evidence is not strong enough, the null hypothesis cannot be rejected, meaning it remains a plausible explanation.
alternative hypothesis
The alternative hypothesis, denoted as \(\text{H_a}\), is the statement that contradicts the null hypothesis. It represents the effect or difference that the researcher aims to prove. In this problem, the alternative hypothesis asserts that the proportion of children who contracted polio in the experimental group is less than the proportion in the control group. It is mathematically expressed as \(\text{H_a}: p_1 < p_2\).

The alternative hypothesis is what researchers usually aim to support through their experiments. If enough evidence is found against the null hypothesis, it supports the alternative hypothesis, suggesting there is a significant effect or difference.
confidence interval
A confidence interval is a range of values, derived from sample data, that is likely to contain the value of an unknown population parameter. It provides an estimate of where the true population parameter lies and helps gauge the precision of the estimate. For instance, a 90% confidence interval suggests that if the same population were sampled multiple times, 90% of those intervals would contain the true population parameter.

In the problem, a 90% confidence interval for the difference between the two population proportions \(p_1 - p_2\) is constructed. This interval is calculated to range between \(-0.0004756\) and \(-0.0003444\). Since this range does not include 0, it indicates a significant difference between the two proportions, implying that the vaccine is effective in reducing the rate of polio.
proportion
A proportion represents a part or fraction of a whole. It is the ratio of a specific number of observations to the total number of observations. In hypothesis testing, proportions are often compared to determine if significant differences exist between groups.

In this exercise, the sample proportions are derived by dividing the number of children who contracted polio by the total number of children in each group. For the experimental group, the proportion is \(\frac{33}{200,000} = 0.000165\), and for the control group, it is \(\frac{115}{200,000} = 0.000575\). These proportions are then used in further calculations to test the hypotheses and construct confidence intervals.

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

Suppose that in clinical trials for treatment of a skin disorder 642 of 2105 patients receiving the current standard treatment were cured of the disorder and 697 of 2115 patients receiving a new proposed treatment were cured of the disorder. (a) Does the new procedure cure a higher percentage of patients at the \(\alpha=0.05\) level of significance? (b) Do you think that the difference in success rates is practically significant? What factors might influence your decision?

Kids and Leisure Young children require a lot of time. This time commitment cuts into a parent's leisure time. A sociologist wanted to estimate the difference in the amount of daily leisure time (in hours) of adults who do not have children under the age of 18 years and the amount of daily leisure time (in hours) of adults who have children under the age of 18 years. A random sample of 40 adults with no children under the age of 18 years results in a mean daily leisure time of 5.62 hours with a standard deviation of 2.43 hours. A random sample of 40 adults with children under the age of 18 years results in a mean daily leisure time of 4.10 hours with a standard deviation of 1.82 hours. Construct and interpret a \(90 \%\) confidence interval for the mean difference in leisure time between adults with no children and adults with children. (Source: American Time Use Survey)

On November \(3-5,2005,\) the Gallup Organization surveyed 1028 adults and found that 226 of them had smoked at least one cigarette in the past week. In \(1990,\) Gallup also asked 1028 adults the same question and determined that 278 adults had smoked at least one cigarette in the past week. Can we say the proportion of American adults who smoked at least one cigarette in the past week has decreased since \(1990 ?\) Why?

Determine whether the sampling is dependent or independent. A psychologist wants to know whether subjects respond faster to a go/no go stimulus or a choice stimulus. With the go/no go stimulus, subjects must respond to a particular stimulus by pressing a button and disregard other stimuli. In the choice stimulus, the subjects respond differently depending on the stimulus. The psychologist randomly selects 20 subjects and each subject is presented a series of go/no go stimuli and choice stimuli. The mean reaction time to each stimulus is compared.

A nutritionist claims that the proportion of females who consume too much saturated fat is lower than the proportion of males who consume too much saturated fat. In interviews with 513 randomly selected females, she determines that 300 consume too much saturated fat. In interviews with 564 randomly selected males, she determines that 391 consume too much saturated fat, based on data obtained from the USDA's Diet and Health Knowledge Survey. (a) Determine whether a lower proportion of females than males consume too much saturated fat at the \(\alpha=0.05\) level of significance. (b) Construct a \(95 \%\) confidence interval for the difference between the two population proportions, \(p_{f}-p_{m}\)

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.