Question

In: Statistics and Probability

Hi, I am taking stats class and I have one question. I have been struggling with...

Hi, I am taking stats class and I have one question. I have been struggling with it for few hours.

To investigate the fluid mechanics of swimming, twenty swimmers each swam a specified distance in a water-filled pool and in a pool where the water was thickened with food grade guar gum to create a syrup-like consistency. Velocity, in meters per second, was recorded and the results are given in a table below. The researchers concluded that swimming in guar syrup does not change swimming speed. (Use a statistical computer package to calculate the P-value. Use μd = μwaterμguar syrup. Round your test statistic to two decimal places and the P-value to three decimal places.)

Swimmer Velocity (m/s)
Water Guar Syrup
1 1.10 1.12
2 1.81 0.91
3 1.20 1.83
4 0.93 1.92
5 1.20 1.38
6 1.31 1.59
7 1.00 1.92
8 1.04 1.00
9 1.94 1.56
10 1.02 1.60
11 1.20 1.65
12 0.95 1.85
13 1.72 1.96
14 1.97 1.59
15 0.97 1.60
16 1.02 0.94
17 0.91 1.39
18 1.34 1.55
19 1.99 1.39
20 1.65 1.10
t =
df =
P =


Is there sufficient evidence to suggest that there is any difference in swimming time between swimming in guar syrup and swimming in water? Carry out a hypothesis test using α = 0.01 significance level.

YesNo    

Solutions

Expert Solution

SN

Water

Guar Syrup

d

d2

1

1.1

1.12

-0.02

0.0004

2

1.81

0.91

0.9

0.81

3

1.2

1.83

-0.63

0.3969

4

0.93

1.92

-0.99

0.9801

5

1.2

1.38

-0.18

0.0324

6

1.31

1.59

-0.28

0.0784

7

1

1.92

-0.92

0.8464

8

1.04

1

0.04

0.0016

9

1.94

1.56

0.38

0.1444

10

1.02

1.6

-0.58

0.3364

11

1.2

1.65

-0.45

0.2025

12

0.95

1.85

-0.9

0.81

13

1.72

1.96

-0.24

0.0576

14

1.97

1.59

0.38

0.1444

15

0.97

1.6

-0.63

0.3969

16

1.02

0.94

0.08

0.0064

17

0.91

1.39

-0.48

0.2304

18

1.34

1.55

-0.21

0.0441

19

1.99

1.39

0.6

0.36

20

1.65

1.1

0.55

0.3025

Total

-3.58

6.1818

We have to test

H0: µwater - µgaur =0 i.e. μd = 0

HA: µwater - µgaur ≠ 0 i.e. μd ≠ 0

We have got

n=20

Σd=-3.58

Σd2=6.1818

The test statistic to test this null hypothesis is paired t-test given as below:

The test statistic = t =-1.48

The degrees of freedom = df = n-1 = 19

The p-value for above test = 0.155

The p-value of above test is 0.155 which is greater than α=0.01 and it suggests that we do not have enough evidence against null hypothesis to reject it, so we fail to reject the null hypothesis and we can conclude that there is no significant difference in swimming time between swimming in guar syrup and swimming in water.

In other words, there is not sufficient evidence to suggest that there is any difference in swimming time between swimming in guar syrup and swimming in water.


Related Solutions

Hi, I am taking MGMT460 and I have a question on an assignment for Work rules...
Hi, I am taking MGMT460 and I have a question on an assignment for Work rules ch.6 : What style of leadership is encouraged at Google (phrase your answer in one of the four styles described in Organizational Design, pages 160 – 166)? Explain (provide at least 3 examples from Work Rules, chapter 6).
Hello, this question relates to a class I am taking called introduction to C++. I have...
Hello, this question relates to a class I am taking called introduction to C++. I have no experience writing programs and outside of learning out of a textbook, and studying on my own, have little understanding of logic. I have been assigned a problem that requires me to write a program for a Grocery Bill, where the consumer inputs the price for 5 items, that the program calculates the total with a 6% sales tax. I really am not sure...
Hi! I am taking a managerial accounting class this semester. the instruction for the journal entry...
Hi! I am taking a managerial accounting class this semester. the instruction for the journal entry follow: "Record the entry for Overhead costs applied to Work in Process Inventory." I am not sure how to calculate the numbers for this post?
Hi there I need to write an ethic issue in technology but I am struggling to...
Hi there I need to write an ethic issue in technology but I am struggling to choose a topic. I am asking about the possibility of "Ethical issues" topics that is tread common in technology. Would anyone can give me some options to choose from. Thank you.
Hello, I am currently taking software design and analysis class and have a question about those...
Hello, I am currently taking software design and analysis class and have a question about those 3 in cpp, can you please help me? thank you - What is the complexity of pop()? push()? top()? size()? isEmpty()? - Write a C++ implementation of push() in a linked-chain implementation of stack - Write a C++ implementation of pop() in a linked-chain implementation of stack
I am comfortable with structures that contains one item per variable. But i am struggling to...
I am comfortable with structures that contains one item per variable. But i am struggling to manage structure that contains multiple items in one variable (within a matrix). it's in C language. for example this structure :    struct resume{ char *name; char *job; char school*; int counter_resume; }resume; i want to create functions that are able to dynamically allocate memory so it can add multiple persons resume without knowing how many they are going to be in the beginning....
Assembly Question: I am trying to annotate this code and am struggling to understand what it...
Assembly Question: I am trying to annotate this code and am struggling to understand what it is doing. Can someone please add comments? .data .star: .string "*" .line: .string "\n" .input: .string "%d" .count: .space 8 .text .global main printstars: push %rsi push %rdi _printstars: push %rdi mov $.star, %rdi xor %rax, %rax call printf pop %rdi dec %rdi cmp $0, %rdi jg _printstars mov $.line, %rdi xor %rax, %rax call printf pop %rdi pop %rsi ret printstarpyramid: mov %rdi,...
I am taking a Data Structures and Program Design class. BUT, I am having trouble getting...
I am taking a Data Structures and Program Design class. BUT, I am having trouble getting access to the vectors so that I can compare the guesses with the random numbers. I’ve been working on this for several days and don't feel any closer to a solution and could really use some help as I really don't know how to get this to work. Thank you! The assignment is: Design an ADT for a one-person guessing game that chooses 4...
Hello, I have this question that I have been trying to solve for days. I am...
Hello, I have this question that I have been trying to solve for days. I am always able to solve the first part of the question, but I am never able to get the second part. Please help me understand how to set up this problem so I am able to solve it! Q: Let's revisit the banked curves from earlier to see another reason they are useful.We are building a road, and at one place we need to make...
Hi, I am struggling to understand this worksheet my professor gave us for practice. Could someone...
Hi, I am struggling to understand this worksheet my professor gave us for practice. Could someone make any sense of this? The scenario: Sodium is found largely in the extracellular compartment with concentrations between 130-145 mM with intracellular sodium concentrations between 3.5-5mM. This chemical difference gives sodium a large concentration gradient, which when permitted (by opening of a channel or through facilitated transport) will move down its concentration gradient to enter the cell. Sodium also has a favorable electrical gradient;...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT