/*! 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 23 The paper "Driving Performance W... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

The paper "Driving Performance While Using a Mobile Phone: A Simulation Study of Greek Professional Drivers" (Transportation Research Part F [2016]: \(164-170)\) describes a study in which 50 Greek male taxi drivers drove in a driving simulator. In the simulator, they were asked to drive following a lead car. On one drive, they had no distractions, and the average distance between the driver's car and the lead car was recorded. In a second drive, the drivers talked on a mobile phone while driving. The authors of the paper used a paired-samples \(t\) test to determine if the mean following distance is greater when the driver has no distractions than when the driver is talking on a mobile phone. The mean of the 50 sample differences (no distraction - talking on mobile phone) was 0.47 meters and the standard deviation of the sample differences was 1.22 meters. The authors concluded that there was evidence to support the claim that the mean following distance for Greek taxi drivers is greater when there are no distractions than when the driver is talking on a mobile phone. Do you agree with this conclusion? Carry out a hypothesis test to support your answer. You may assume that this sample of 50 drivers is representative of Greek taxi drivers.

Short Answer

Expert verified
In conclusion, there is sufficient evidence at a 0.05 significance level to support the claim that the mean following distance for Greek taxi drivers is greater when there are no distractions than when the driver is talking on a mobile phone. This is in line with the authors' conclusion from the study.

Step by step solution

01

Define the null and alternative hypotheses

Let \(\mu_1\) denote the mean following distance with no distractions and \(\mu_2\) denote the mean following distance while talking on a mobile phone. Null Hypothesis (H0): There is no difference in the mean following distances in both scenarios. \[ H_0 : \mu_1 - \mu_2 = 0 \] Alternative Hypothesis (H1): The mean following distance is greater with no distractions than with talking on a mobile phone. \[ H_1 : \mu_1 - \mu_2 > 0 \]
02

Compute the test statistic

The test statistic for a paired-samples t-test is given by: \[ t = \frac{\bar{d} - \mu_{d,H_0}}{(\frac{s}{\sqrt{n}})} \] Where \(\bar{d}\) is the sample mean difference, \(\mu_{d,H_0}\) is the hypothesized mean difference, \(s\) is the standard deviation of sample differences, and \(n\) is the number of paired observations. In this case, we have the following values: \(\bar{d} = 0.47\), \(\mu_{d,H_0} = 0\), \(s = 1.22\), \(n = 50\). Plugging these values into the formula, we get: \[ t = \frac{0.47 - 0}{(\frac{1.22}{\sqrt{50}})} \]
03

Calculate the test statistic value

\[ t = \frac{0.47}{(\frac{1.22}{\sqrt{50}})} \approx 3.26 \]
04

Determine the critical value and make a decision

Now we need to determine the critical value for our hypothesis test. As it is a one-tailed test (greater than in the alternative hypothesis), we need to find the critical value for a one-tailed t-test. Let's consider a significance level of \(\alpha = 0.05\). Using a t-distribution table or a calculator, find the critical value for \(49\) degrees of freedom (n-1) and a 0.05 significance level. The critical value for a one-tailed t-test with 49 degrees of freedom and \(\alpha = 0.05\) is approximately 1.68. Since our test statistic \(t \approx 3.26 > 1.68\), we can reject the null hypothesis in favor of the alternative hypothesis.
05

Conclusion

There is enough evidence at a 0.05 significance level to conclude that the mean following distance for Greek taxi drivers is greater when there are no distractions than when the driver is talking on a mobile phone. Thus, we agree with the authors' conclusion.

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, denoted as H0, is a fundamental concept in statistical hypothesis testing. It asserts that there is no effect or no difference, and any observed deviation in the data is merely due to random chance.

In our exercise regarding the Greek taxi drivers, the null hypothesis states that the mean following distance is the same whether the drivers were distracted by a mobile phone or not. Symbolically, the null hypothesis is represented as \[ H_0 : \mu_1 - \mu_2 = 0 \] where \(\mu_1\) is the mean following distance with no distractions, and \(\mu_2\) is the mean following distance while talking on a mobile phone.

Establishing the baseline assumption of no effect allows researchers to use statistical methods to determine if the evidence strongly suggests otherwise, which would then warrant rejection of the null hypothesis in favor of an alternative hypothesis.
Alternative Hypothesis
In contrast to the null hypothesis, the alternative hypothesis, denoted as H1 or Ha, posits that there is a difference, effect, or relationship. The alternative hypothesis is what researchers aim to support.

For our specific study on driving performance, the alternative hypothesis claims that driving performance—as measured by following distance—is affected by the use of a mobile phone. It proposes that the mean following distance is greater without the distraction of a mobile phone than with it. In mathematical terms, this is expressed as \[ H_1 : \mu_1 - \mu_2 > 0 \]

This directional hypothesis specifies not just a difference but the direction of that difference. The hypothesis posits that not being distracted leads to an increased mean following distance, which would be considered safer in real-world driving.
Test Statistic
The test statistic is a standardized value that is calculated from sample data during a hypothesis test. It is used to make a decision about the null hypothesis. The type of test statistic depends on the test being performed; for the paired-samples t-test, the test statistic helps assess the difference between paired observations.

In our driving simulation study, the test statistic is computed using the following formula: \[ t = \frac{\bar{d} - \mu_{d,H_0}}{(\frac{s}{\sqrt{n}})} \] where \(\bar{d}\) is the mean of the differences for paired measurements (here, the following distance without distraction minus the following distance while talking on the phone), \(\mu_{d,H_0}\) hypothetically equals zero (as per the null hypothesis), \(s\) is the standard deviation of the differences, and \(n\) is the sample size.

The calculated t-value then helps us determine whether the observed mean difference is statistically significant compared to the null hypothesis—providing a bridge to making informed inferences about the population from our sample.
Significance Level
The significance level, represented by alpha (\(\alpha\)), is the threshold for determining statistical significance in hypothesis testing. It signifies the probability of rejecting the null hypothesis when it is actually true (Type I error). Common values for \(\alpha\) are 0.05, 0.01, or 0.10.

For the paired-samples t-test in the Greek taxi drivers study, a significance level of 0.05 is selected. This means there is a 5% risk of concluding that the mean following distance is different when using a mobile phone—even if, in reality, there is no such difference (false positive).

If the calculated test statistic exceeds the critical value determined by the significance level, the null hypothesis is rejected. As described in the solution, with our test statistic of approximately 3.26 and the critical value for a one-tailed t-test at 1.68 for \(\alpha = 0.05\), we reject the null hypothesis, thus supporting the alternative hypothesis that drivers maintain a greater following distance when not distracted by a mobile phone.

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 article "An Alternative Vote: Applying Science to the Teaching of Science" (The Economist, May 12,2011 ) describes an experiment conducted at the University of British Columbia. A total of 850 engineering students enrolled in a physics course participated in the experiment. Students were randomly assigned to one of two experimental groups. Both groups attended the same lectures for the first 11 weeks of the semester. In the twelfth week, one of the groups was switched to a style of teaching where students were expected to do reading assignments prior to class, and then class time was used to focus on problem solving, discussion, and group work. The second group continued with the traditional lecture approach. At the end of the twelfth week, students were given a test over the course material from that week. The mean test score for students in the new teaching method group was 74 , and the mean test score for students in the traditional lecture group was 41 . Suppose that the two groups each consisted of 425 students. Also suppose that the standard deviations of test scores for the new teaching method group and the traditional lecture method group were 20 and \(24,\) respectively. Estimate the difference in mean test score for the two teaching methods using a \(95 \%\) confidence interval. Be sure to give an interpretation of the interval.

Internet addiction has been described as excessive and uncontrolled Internet use. The authors of the paper "Gender Difference in the Relationship Between Internet Addiction and Depression" (Computers in Human Behavior [2016]: \(463-470\) ) used a score designed to measure the extent and severity of Internet addiction in a study of 836 male and 879 female sixth grade students in China. Internet Addiction was measured using Young's Internet Addiction Diagnostic Test. The lowest possible score on this test is zero, and higher scores indicate higher levels of Internet addiction. For the sample of males, the mean Internet Addiction score was 1.51 and the standard deviation was \(2.03 .\) For the sample of females, the mean was 1.07 and the standard deviation was \(1.63 .\) For purposes of this exercise, you can assume that it is reasonable to regard these two samples as representative of the population of male Chinese sixth grade students and the population of female Chinese sixth grade students, respectively. a. The standard deviation is greater than the mean for each of these samples. Explain why it is not reasonable to think that the distribution of Internet Addiction scores would be approximately normal for either the population of male Chinese sixth grade students or the population of female Chinese sixth grade students. b. Given your response to Part (a), would it be appropriate to use the two- sample \(t\) test to test the null hypothesis that there is no difference in the mean Internet Addiction score for male Chinese sixth grade students and female Chinese sixth grade students? Explain why or why not. c. If appropriate, carry out a test to determine if there is convincing evidence that the mean Internet Addiction score is greater for male Chinese sixth grade students than for female Chincse sixth grade students. Use \(\alpha=0.05\).

The National Sleep Foundation surveyed representative samples of adults in six different countries to ask questions about sleeping habits ("2013 International Bedroom Poll Summary of Findings," www.sleepfoundation.org/sites /default/files/RPT495a.pdf, retrieved May 20,2017 ). Each person in a representative sample of 250 adults in each of these countries was asked how much sleep they get on a typical work night. For the United States, the sample mean was 391 minutes, and for Mexico the sample mean was 426 minutes. Suppose that the sample standard deviations were 30 minutes for the U.S. sample and 40 minutes for the Mexico sample. The report concludes that on average, adults in the United States get less sleep on work nights than adults in Mexico. Is this a reasonable conclusion? Support your answer with an appropriate hypothesis test.

The humorous puper "Will Humans Swim Faster or Slower in Syrup?" (American Institute of Chemical Engineers Journal [2004]: \(2646-2647\) ) investigated the fluid mechanics of swimming. Twenty swimmers each swam a specified distance in a water-filled pool and in a pool in which the water was thickened with food grade guar gum to create a syruplike consistency. Velocity, in meters per second, was recorded. Values estimated from a graph in the paper are given. The authors of the paper concluded that swimming in guar syrup does not change mean swimming speed. Are the given data consistent with this conclusion? Carry out a hypothesis test using a 0.01 significance level.

The paper "The Effect of Multitasking on the Grade Performance of Business Students" (Research in Higher Education Journal [2010]: 1-10) describes an experiment in which 62 undergraduate business students were randomly assigned to one of two experimental groups. Students in one group were asked to listen to a lecture but were told that they were permitted to use cell phones to send text messages during the lecture. Students in the second group listened to the same lecture but were not permitted to send text messages. Afterwards, students in both groups took a quiz on material covered in the lecture. Data from this experiment are summarized in the accompanying table.

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.