/*! 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 4 Example 13.1 looked at a study c... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

Example 13.1 looked at a study comparing students who use Facebook and students who do not use Facebook ("Facebook and Academic Performance," Computers in Human Behavior [2010]: \(1237-1245\) ). In addition to asking the students in the samples about GPA, each student was also asked how many hours he or she spent studying each day. The two samples (141 students who were Facebook users and 68 students who were not Facebook users) were independently selected from students at a large, public Midwestern university. Although the samples were not selected at random, they were selected to be representative of the two populations. For the sample of Facebook users, the mean number of hours studied per day was 1.47 hours and the standard deviation was 0.83 hours. For the sample of students who do not use Facebook, the mean was 2.76 hours and the standard deviation was 0.99 hours. Do these sample data provide convincing evidence that the mean time spent studying for Facebook users is less than the mean time spent studying for students who do not use Facebook? Use a significance level of 0.01 .

Short Answer

Expert verified
The full answer will depend on the calculated test statistic and p-value. If the p-value is smaller than 0.01, then it is concluded that there is strong evidence that the mean time spent studying for Facebook users is less than the mean time spent studying for students who do not use Facebook. If the p-value is greater than 0.01, there isn't strong enough evidence to support that the mean time studying is different for the two groups.

Step by step solution

01

State the Null and Alternate Hypothesis

Null hypothesis (H0): The mean time spent studying for Facebook users is equal to the mean time spent studying for students who do not use Facebook. This can be written as \( \mu_1 = \mu_2 \). \n\nAlternate hypothesis (H1): The mean time spent studying for Facebook users is less than the mean time spent studying for students who do not use Facebook. This can be written as \( \mu_1 < \mu_2 \).
02

Calculate the Test Statistic

The test statistic for a hypothesis test comparing two means (assuming equal variances) can be calculated using the following formula: \[ t = \frac{ \bar{X}_1 - \bar{X}_2 } { s_p \cdot \sqrt{\frac{1}{n_1} + \frac{1}{n_2}} } \] where \(\bar{X}_1\) and \(\bar{X}_2\) are the sample means, \(s_p\) is the pooled standard deviation, and \(n_1\) and \(n_2\) are the sample sizes. In this case, \( \bar{X}_1 = 1.47 \) hours, \( \bar{X}_2 = 2.76 \) hours, \( n_1 = 141 \), \( n_2 = 68 \), and \( s_p \) can be calculated as \[ s_p = \sqrt{\frac{(n_1 - 1)s_{1}^{2} + (n_2 - 1)s_{2}^{2}}{n_1 + n_2 - 2}} \] where \(s_{1}^{2} = 0.83^2\) and \(s_{2}^{2} = 0.99^2\). Substituting these values into the formula will give the test statistic t-value.
03

Determine the P-Value and Make a Decision

Using a t-table or a calculator, the p-value associated with the calculated t-value can be found. If the p-value is less than the significance level (0.01 in this case), then the null hypothesis can be rejected, otherwise, it cannot be rejected. Using the p-value decision rule, if the p-value \( < \) 0.01, there is strong evidence that the mean time spent studying for Facebook users is less than for non-Facebook users. If the p-value \( > \) 0.01, there isn't sufficient evidence to support that the mean time studying is different for the two groups.

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 and Alternative Hypotheses
Understanding the null and alternative hypotheses is critical in the context of hypothesis testing. The null hypothesis (\( H_0 \)) is a statement of no effect or no difference; it's the default assumption that there is no change or no association. In our example, the null hypothesis suggests that there is no difference in average study time between students who use Facebook and those who do not.The alternative hypothesis (\( H_1 \text{ or }\ H_a \text{ in some texts} \)), on the other hand, is what you aim to support with evidence. It directly contradicts the null hypothesis. For the given scenario, the alternative is that the mean time spent studying by Facebook users is less than the average for non-users.

Distinguishing Between These Hypotheses

  • \( H_0: \text{Null Hypothesis, }\ \text{e.g., }\ \text{No difference} \ (\text{mean difference }\ = 0)\)
  • \( H_1: \text{Alternative Hypothesis, }\ \text{e.g., }\ \text{Less time spent studying among Facebook users} \ (\text{mean difference }\ < 0)\)
The importance of correctly stating these hypotheses cannot be overstated, as they form the basis for the rest of the hypothesis testing process.
Test Statistic Calculation
Once hypotheses are established, the next step is to calculate the test statistic; a numerical value that allows us to assess the evidence against the null hypothesis. In the context of comparing two means, as in our exercise, the test statistic is usually a t-score calculated from sample data. Here's a brief look into the formula used:\begin{align*} t &= \frac{ \bar{X}_1 - \bar{X}_2 } { s_p \text{ * }\sqrt{\frac{1}{n_1} + \frac{1}{n_2}} } \[5pt\] s_p &= \text{pooled standard deviation (combined estimate of standard deviation)} \ \ n_1 &= \text{sample size of group 1} \ n_2 &= \text{sample size of group 2} \end{align*}

Understanding the Test Statistic

  • The greater the absolute value of the t-score, the stronger the evidence against the null hypothesis.
  • A negative t-score suggests that the first mean is less than the second, aligning with our alternative hypothesis in this example.
This statistic essentially shows how extreme the observed difference between sample means is when considering variability within the samples.
Significance Level
The significance level (denoted by alpha, \( \alpha \) ) is a threshold set by the researcher to determine the point at which the evidence against the null hypothesis is deemed strong enough to reject it. Common alpha values are 0.05, 0.01, and 0.001, where the smaller \( \alpha \) represents a stricter criterion for rejecting \( H_0 \) .In the exercise, a significance level of 0.01 indicates that the researcher is willing to accept up to a 1% risk of incorrectly rejecting the null hypothesis, commonly known as a Type I error. This significance level plays a crucial role in interpreting the p-value and deciding whether to accept or reject the null hypothesis.

Implications of the Significance Level

  • A lower \( \alpha \) reduces the risk of a Type I error but increases the risk of not detecting a true effect (Type II error).
  • Setting the appropriate \( \alpha \) depends on the context of the study and the consequences of making an error.
By using a significance level, we impose a rigorous standard for claiming evidence of an effect or difference.
P-Value Interpretation
The p-value is the probability of observing a test statistic as extreme as, or more extreme than, what was actually observed, assuming that the null hypothesis is true. It's a measure of the evidence against the null hypothesis: smaller p-values suggest stronger evidence.In the context of our Facebook study, the p-value would tell us the likelihood of observing the sample mean difference in study time if, in reality, no difference exists between the groups.

Making a Decision

  • If the p-value \( < \alpha \), the evidence is strong enough to reject the null hypothesis. Here, if the p-value is less than 0.01, we reject \( H_0 \).
  • If the p-value \( \geq \alpha \), there isn't sufficient evidence to reject the null hypothesis. An example would be a p-value of 0.02 when \( \alpha = 0.01 \).
It is important to note that a non-significant result (\( p \geq \alpha \) ) does not prove the null hypothesis; it simply means there isn't strong evidence against it given the data. This nuanced interpretation is fundamental to a proper understanding of hypothesis testing.

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

For each of the following hypothesis testing scenarios, indicate whether or not the appropriate hypothesis test would be for a difference in population means. If not, explain why not. Scenario 1: A researcher at the Medical College of Virginia conducted a study of 60 randomly selected male soccer players and concluded that players who frequently "head" the ball in soccer have a lower mean IQ (USA Today, August 14,1995 ). The soccer players were divided into two samples, based on whether they averaged 10 or more headers per game, and IQ was measured for each player. You would like to determine if the data support the researcher's conclusion. Scenario 2: A credit bureau analysis of undergraduate students" credit records found that the mean number of credit cards in an undergraduate's wallet was 4.09 ("Undergraduate Students and Credit Cards in \(2004,{ }^{n}\) Nellie Mae, May 2005 ). It was also reported that in a random sample of 132 undergraduates, the mean number of credit cards that the students said they carried was 2.6. You would like to determine if there is convincing evidence that the mean number of credit cards that undergraduates report carrying is less than the credit bureau's figure of \(4.09 .\) Scenario 3: Some commercial airplanes recirculate approximately \(50 \%\) of the cabin air in order to increase fuel efficiency. The authors of the paper "Aircraft Cabin Air Recirculation and Symptoms of the Common Cold" (Journal of the American Medical Association \([2002]: 483-486)\) studied 1,100 airline passengers who flew from San Francisco to Denver. Some passengers traveled on airplanes that recirculated air, and others traveled on planes that did not. Of the 517 passengers who flew on planes that did not recirculate air,

In the study described in the paper "Exposure to Diesel Exhaust Induces Changes in EEG in Human Volunteers" (Particle and Fibre Toxicology [2007]), 10 healthy men were exposed to diesel exhaust for 1 hour. A measure of brain activity (called median power frequency, or MPF) was recorded at two different locations in the brain both before and after the diesel exhaust exposure. The resulting data are given in the accompanying table. For purposes of this exercise, assume that it is reasonable to regard the sample of 10 men as representative of healthy adult males. $$ \begin{array}{ccccc} &{\mathrm{MPF}(\operatorname{In} \mathrm{Hz})} \\ { 2 - 5 } \text { Subject } & \begin{array}{c} \text { Location 1 } \\ \text { Before } \end{array} & \begin{array}{c} \text { Location 1 } \\ \text { After } \end{array} & \begin{array}{c} \text { Location 2 } \\ \text { Before } \end{array} & \begin{array}{c} \text { Location 2 } \\ \text { After } \end{array} \\ \hline 1 & 6.4 & 8.0 & 6.9 & 9.4 \\ 2 & 8.7 & 12.6 & 9.5 & 11.2 \\ 3 & 7.4 & 8.4 & 6.7 & 10.2 \\ 4 & 8.7 & 9.0 & 9.0 & 9.6 \\ 5 & 9.8 & 8.4 & 9.7 & 9.2 \\ 6 & 8.9 & 11.0 & 9.0 & 11.9 \\ 7 & 9.3 & 14.4 & 7.9 & 9.1 \\ 8 & 7.4 & 11.3 & 8.3 & 9.3 \\ 9 & 6.6 & 7.1 & 7.2 & 8.0 \\ 10 & 8.9 & 11.2 & 7.4 & 9.1 \end{array} $$ Do the data provide convincing evidence that the mean MPF at brain location 1 is higher after diesel exposure than before diesel exposure? Test the relevant hypotheses using a significance level of 0.05 .

The article "Plugged In, but Tuned Out" (USA Today, January 20,2010 ) summarizes data from two surveys of kids ages 8 to 18 . One survey was conducted in 1999 and the other was conducted in 2009 . Data on number of hours per day spent using electronic media, consistent with summary quantities in the article, are given below (the actual sample sizes for the two surveys were much larger). For purposes of this exercise, you can assume that the two samples are representative of kids ages 8 to 18 in each of the 2 years when the surveys were conducted. $$ \begin{array}{lllllllllllll} \mathbf{2 0 0 9} & 5 & 9 & 5 & 8 & 7 & 6 & 7 & 9 & 7 & 9 & 6 & 9 \\ & 10 & 9 & 8 & & & & & & & & & \\ 1999 & 4 & 5 & 7 & 7 & 5 & 7 & 5 & 6 & 5 & 6 & 7 & 8 \\ & 5 & 6 & 6 & & & & & & & & & \\ & & & & & & & & & & & \end{array} $$ a. Because the given sample sizes are small, what assumption must be made about the distributions of electronic media use times for the two-sample \(t\) test to be appropriate? Use the given data to construct graphical displays that would be useful in determining whether this assumption is reasonable. Do you think it is reasonable to use these data to carry out a two-sample \(t\) test? b. Do the given data provide convincing evidence that the mean number of hours per day spent using electronic media was greater in 2009 than in \(1999 ?\) Test the relevant hypotheses using a significance level of 0.01 .

The article "Plugged In, but Tuned Out" (USA Today, January 20,2010 ) summarizes data from two surveys of kids ages 8 to 18 . One survey was conducted in 1999 and the other was conducted in \(2009 .\) Data on the number of hours per day spent using electronic media, consistent with summary quantities given in the article, are given in the following table (the actual sample sizes for the two surveys were much larger). For purposes of this exercise, assume that the two samples are representative of kids ages 8 to 18 in each of the 2 years the surveys were conducted. Construct and interpret a \(98 \%\) confidence interval estimate of the difference between the mean number of hours per day spent using electronic media in 2009 and \(1999 .\) $$ \begin{array}{llllllllllllllll} 2009 & 5 & 9 & 5 & 8 & 7 & 6 & 7 & 9 & 7 & 9 & 6 & 9 & 10 & 9 & 8 \\ 1999 & 4 & 5 & 7 & 7 & 5 & 7 & 5 & 6 & 5 & 6 & 7 & 8 & 5 & 6 & 6 \end{array} $$

The paper referenced in the Preview Example of this chapter ("Mood Food: Chocolate and Depressive Symptoms in a Cross-Sectional Analysis," Archives of Internal Medicine [2010]: \(699-703\) ) describes a study that investigated the relationship between depression and chocolate consumption. Participants in the study were 931 adults who were not currently taking medication for depression. These participants were screened for depression using a widely used screening test. The participants were then divided into two samples based on their test score. One sample consisted of people who screened positive for depression, and the other sample consisted of people who did not screen positive for depression. Each of the study participants also completed a food frequency survey. The researchers believed that the two samples were representative of the two populations of interest-adults who would screen positive for depression and adults who would not screen positive. The paper reported that the mean number of servings per month of chocolate for the sample of people that screened positive for depression was 8.39 , and the sample standard deviation was \(14.83 .\) For the sample of people who did not screen positive for depression, the mean was \(5.39,\) and the standard deviation was \(8.76 .\) The paper did not say how many individuals were in each sample, but for the purposes of this exercise, you can assume that the 931 study participants included 311 who screened positive for depression and 620 who did not screen positive. Carry out a hypothesis test to confirm the researchers' conclusion that the mean number of servings of chocolate per month for people who would screen positive for depression is higher than the mean number of chocolate servings per month for people who would not screen positive.

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.