/*! 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 76 Jan Lindhe conducted a study \(^... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

Jan Lindhe conducted a study \(^{\star}\) on the effect of an oral antiplaque rinse on plaque buildup on teeth. Fourteen subjects, whose teeth were thoroughly cleaned and polished, were randomly assigned to two groups of seven subjects each. Both groups were assigned to use oral rinses (no brushing) for a 2-week period. Group 1 used a rinse that contained an antiplaque agent. Group 2, the control group, received a similar rinse except that, unknown to the subjects, the rinse contained no antiplaque agent. A plaque index \(y,\) a measure of plaque buildup, was recorded at \(4,7,\) and 14 days. The mean and standard deviation for the 14-day plaque measurements for the two groups are given in the following table: $$\begin{array}{lcc} \hline & \text { Control Group } & \text { Antiplaque Group } \\ \hline \text { Sample size } & 7 & 7 \\ \text { Mean } & 1.26 & .78 \\ \text { Standard deviation } & 32 & .32 \\ \hline \end{array}$$ a. State the null and alternative hypotheses that should be used to test the effectiveness of the antiplaque oral rinse. b. Do the data provide sufficient evidence to indicate that the oral antiplaque rinse is effective? Test using \(\alpha=.05\) c. Bound or find the \(p\) -value for the test.

Short Answer

Expert verified
The antiplaque rinse is effective; reject the null hypothesis ( p < 0.05 ).

Step by step solution

01

Define Hypotheses

To test the effectiveness of the antiplaque rinse, define the null and alternative hypotheses. - **Null Hypothesis (H_0):** There is no difference in plaque buildup between the control group and the antiplaque group at 14 days, i.e., \( \mu_1 = \mu_2 \). - **Alternative Hypothesis (H_a):** The antiplaque rinse reduces plaque buildup compared to the control, i.e., \( \mu_1 > \mu_2 \).
02

Calculate the Test Statistic

Using the means, standard deviations, and sample sizes, calculate the test statistic for a two-sample t-test. The formula for the test statistic is: \[ t = \frac{\bar{x}_1 - \bar{x}_2}{\sqrt{\frac{s_1^2}{n_1} + \frac{s_2^2}{n_2}}} \]Substitute the values: \( \bar{x}_1 = 1.26 \), \( \bar{x}_2 = 0.78 \), \( s_1^2 = 0.32^2 \), \( s_2^2 = 0.32^2 \), \( n_1 = n_2 = 7 \).\[ t = \frac{1.26 - 0.78}{\sqrt{\frac{0.32^2}{7} + \frac{0.32^2}{7}}} \]
03

Calculate the Test Statistic Numerically

Compute the value of the test statistic using the obtained formula:1. Calculate the numerator: \( 1.26 - 0.78 = 0.48 \).2. Calculate the denominator: \( \sqrt{\frac{0.32^2}{7} + \frac{0.32^2}{7}} = \sqrt{\frac{0.1024}{7} + \frac{0.1024}{7}} = \sqrt{0.0293} = 0.171 \).3. Calculate the t-value: \( t = \frac{0.48}{0.171} \approx 2.81 \).
04

Determine the Critical Value or p-value

Determine the critical value from the t-distribution table for \( df = n_1 + n_2 - 2 = 12 \) degrees of freedom at \( \alpha = 0.05 \).For a one-tailed test, the critical value of t at \( df = 12 \) is approximately 1.782. Since \( t = 2.81 \) is greater than 1.782, the null hypothesis can be rejected.
05

Find the p-value

Find the p-value corresponding to the calculated t-value.For \( t = 2.81 \) and \( df = 12 \), use statistical software or tables to find that \( p < 0.05 \).
06

Conclusion

Because the calculated t-value exceeds the critical value and \( p < 0.05 \), we reject the null hypothesis. Thus, there is sufficient evidence to conclude that the antiplaque rinse is effective.

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
In hypothesis testing, the **null hypothesis** is a crucial concept. It's essentially a statement of no effect or no difference. It's what we assume to be true until we have enough evidence to conclude otherwise. In our exercise, the null hypothesis (H_0) claims that there is no difference in plaque buildup between the control group and the antiplaque group after 14 days. Mathematically, this is expressed as \( \mu_1 = \mu_2 \), where \( \mu_1 \) and \( \mu_2 \) are the population means of the control and antiplaque groups, respectively.
To ensure a correct interpretation, remember that failing to reject the null hypothesis doesn't prove that it's true. It just means the data didn't provide strong enough evidence to conclude it's false.
  • It's tested indirectly. We look for evidence against it rather than for it.
  • Failing to reject it doesn't mean it's true, just that we don't have enough evidence to reject it.
  • It's often a statement of "no effect" or "no difference."
Alternative Hypothesis
The **alternative hypothesis** is what you want to prove true. It's the statement that there is an effect or a difference. In this study of plaque buildup, the alternative hypothesis (H_a) suggests that the antiplaque rinse indeed reduces plaque compared to the control solution. In formal terms, it's expressed as \( \mu_1 > \mu_2 \), indicating that the average plaque index for the antiplaque rinse group is lower.
When we conduct a test, our statistical calculations target rejecting the null hypothesis in favor of the alternative hypothesis. This inquiry leads to scientific discoveries or actionable results, like a new oral hygiene product being proven effective.
  • It directly challenges the null hypothesis.
  • It's what the researcher aims to support.
  • Its verification means the treatment or change has an effect.
t-test
The **t-test** is a statistical test used to compare the means of two groups. In the context of our exercise, we applied a two-sample t-test to determine if there is a significant difference between the plaque buildup of the control and antiplaque groups. The t-test formula for our study is: \[ t = \frac{\bar{x}_1 - \bar{x}_2}{\sqrt{\frac{s_1^2}{n_1} + \frac{s_2^2}{n_2}}} \]Here, \( \bar{x}_1 \) and \( \bar{x}_2 \) are the sample means, \( s_1 \) and \( s_2 \) are the standard deviations, and \( n_1 \) and \( n_2 \) are the sample sizes of the two groups respectively.
In our case, after plugging in the values, we found a t-value of approximately 2.81. This figure helps decide if the mean difference is statistically significant.
  • It is crucial for comparing two group means.
  • It helps determine if the observed difference could have happened by random chance.
  • The computed t-value is compared to a critical value to make a decision.
p-value
The **p-value** is a probability that measures the evidence against the null hypothesis. A low p-value indicates strong evidence against the null hypothesis, so you reject it. In our exercise, for the calculated t-value of 2.81 and 12 degrees of freedom, the p-value was found to be less than 0.05.
In simpler terms, this means that there was less than a 5% probability that the difference in means between our treatment and control groups happened by random chance alone. Hence, it provides enough evidence to reject the null hypothesis and accept that the antiplaque rinse is indeed effective.
  • It's used to determine the significance of results.
  • A small p-value (<0.05) usually leads to rejecting the null hypothesis.
  • Helps to communicate how unlikely the observed data is under the null hypothesis.

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

A manufacturer of hard safety hats for construction workers is concerned about the mean and the variation of the forces its helmets transmit to wearers when subjected to a standard external force. The manufacturer desires the mean force transmitted by helmets to be 800 pounds (or less), well under the legal 1000 -pound limit, and desires \(\sigma\) to be less than \(40 .\) Tests were run on a random sample of \(n=40\) helmets, and the sample mean and variance were found to be equal to 825 pounds and 2350 pounds \(^{2}\), respectively. a. If \(\mu=800\) and \(\sigma=40,\) is it likely that any helmet subjected to the standard external force will transmit a force to a wearer in excess of 1000 pounds? Explain. b. Do the data provide sufficient evidence to indicate that when subjected to the standard external force, the helmets transmit a mean force exceeding 800 pounds? c. Do the data provide sufficient evidence to indicate that \(\sigma\) exceeds \(40 ?\)

A two-stage clinical trial is planned for testing \(H_{0}: p=.10\) versus \(H_{a}: p>.10,\) where \(p\) is the proportion of responders among patients who were treated by the protocol treatment. At the first = 15 patients are accrued and treated. If 4 or more responders are observed among the (first) 15 patients, \(H_{0}\) is rejected, the study is terminated, and no more patients are accrued. Otherwise, =another 15 patients will be accrued and treated in the second stage. If a total of 6 or more Tesponders are observed among the 30 patients accrued in the two stages ( 15 in the first stage and 15 more in the second stage), then \(H_{0}\) is rejected. For example, if 5 responders are found among the first-stage patients, \(H_{0}\) is rejected and the study is over. However, if 2 responders are found among the first-stage patients, 15 second-stage patients are accrued, and an additional 4 or more Jresponders (for a total of 6 or more among the 30 ) are identified, \(H_{0}\) is rejected and the study is over. a. Use the binomial table to find the numerical value of \(\alpha\) for this testing procedure. b. Use the binomial table to find the probability of rejecting the null hypothesis when using this rejection region if \(p=.30\). c. For the rejection region defined above, find \(\beta\) if \(p=.30\).

An article in American Demographics reports that \(67 \%\) of American adults always vote in presidential elections. \(^{\star}\) To test this claim, a random sample of 300 adults was taken, and 192 stated that they always voted in presidential elections. Do the results of this sample provide sufficient evidence to indicate that the percentage of adults who say that they always vote in presidential elections is different than the percentage reported in American Demographics? Test using \(\alpha=.01\)

The effect of alcohol consumption on the body appears to be much greater at higher altitudes. To test this theory, a scientist randomly selected 12 subjects and divided them into two groups of 6 each. One group was transported to an altitude of 12,000 feet, and each member in the group ingested 100 cubic centimeters \(\left(\mathrm{cm}^{3}\right)\) of alcohol. The members of the second group were taken to sea level and given the same amount of alcohol. After 2 hours, the amount of alcohol in the blood of each subject was measured (measurements in grams/100 \(\mathrm{cm}^{3}\) ). The data are given in the following table. Is there sufficient evidence to indicate that retention of alcohol is greater at 12,000 feet than at sea level? Test at the \(\alpha=.10\) level of significance. $$\begin{array}{cc} \hline \text { Sea Level } & \begin{array}{c} 12,000 \\ \text { feet } \end{array} \\ \hline .07 & .13 \\ .10 & .17 \\ .09 & .15 \\ .12 & .14 \\ .09 & .10 \\ .13 & .14 \\ \hline \end{array}$$

A check-cashing service found that approximately \(5 \%\) of all checks submitted to the service were bad. After instituting a check-verification system to reduce its losses, the service found that only 45 checks were bad in a random sample of 1124 that were cashed. Does sufficient evidence exist to affirm that the check-verification system reduced the proportion of bad checks? What attained significance level is associated with the test? What would you conclude at the \(\alpha=.01\) level?

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.