/*! 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

Aptitude tests should produce scores with a large amount of variation so that an administrator can distinguish between persons with low aptitude and persons with high aptitude. The standard test used by a certain industry has been producing scores with a standard deviation of 10 points. A new test is given to 20 prospective employees and produces a sample standard deviation of 12 points. Are scores from the new test significantly more variable than scores from the standard? Use \(\alpha=.01\)

A study was conducted by the Florida Game and Fish Commission to assess the amounts of chemical residues found in the brain tissue of brown pelicans. In a test for DDT, random samples of \(n_{1}=10\) juveniles and \(n_{2}=13\) nestlings produced the results shown in the accompanying table (measurements in parts per million, ppm). $$\begin{array}{ll} \hline \text { Juveniles } & \text { Nestlings } \\ \hline n_{1}=10 & n_{2}=13 \\ \bar{y}_{1}=.041 & \bar{y}_{2}=.026 \\ s_{1}=.017 & s_{2}=.006 \\ \hline \end{array}$$ a. Test the hypothesis that mean amounts of DDT found in juveniles and nestlings do not differ versus the alternative, that the juveniles have a larger mean. Use \(\alpha=.05 .\) (This test has important implications regarding the accumulation of DDT over time.) b. Is there evidence that the mean for juveniles exceeds that for nestlings by more than. 01 ppm? i. Bound the \(p\) -value, using a table in the appendix. ii. Find the exact \(p\) -value, using the appropriate applet.

Let \(Y_{1}\) and \(Y_{2}\) be independent and identically distributed with a uniform distribution over the interval \((\theta, \theta+1)\). For testing \(H_{0}: \theta=0\) versus \(H_{a}: \theta>0,\) we have two competing tests: Test 1: Reject \(H_{0}\) if \(Y_{1}>.95\). Test 2: Reject \(H_{0}\) if \(Y_{1}+Y_{2}>c\). Find the value of \(c\) so that test 2 has the same value for \(\alpha\) as test \(1 .\) [Hint: In Example 6.3 , we derived the density and distribution function of the sum of two independent random variables that are uniformly distributed on the interval \((0,1) .]\)

Why is the \(Z\) test usually inappropriate as a test procedure when the sample size is small?

What assumptions are made when a Student's \(t\) test is employed to test a hypothesis involving a population mean?

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.