Question

In: Math

In answering the question(s), make sure to write down the following 7 steps. Step 1: Establish...

In answering the question(s), make sure to write down the following 7 steps.

Step 1: Establish null and alternate hypotheses State the null and alternative hypothesis (as a sentence and formula).

Step 2: Calculate the degrees of freedom

Step 3: Calculate t critical using critical t – table

Step 4: Calculate the Sum of Square deviation (SSD)

Step 5: Calculate t obtained

Step 6: Specify the critical value and the obtained value on a t-distribution curve

Step 7: Decision and Conclusion Write a clear and concise conclusion.

A researcher is interested in whether gender predicts the type of costume people would wear to an upcoming party. He asks 6 guys and 6 girls: How likely would you be to wear a “Creepy Clown” costume to the upcoming Halloween party? (1 = very unlikely to 7 = very likely). The data are shown below.

Guys: 4 6 4 3 6 7

Girls: 2 5 4 1 2 3

1. Use alpha = .01 to see whether gender impacts willingness to wear a Creepy Clown costume. (Note: You need to write down all the 7 steps.)

2. Use alpha = .01 to see whether guys are more willing than girls to a Creepy Clown costume. (Note: You only need to write down the steps that are different from part (1).)

3. Use alpha = .05 to see whether guys are more willing than girls to a Creepy Clown costume. (Note: You only need to write down the steps that are different from part (1).)

Solutions

Expert Solution

Solution:

Part 1

Step 1: Establish null and alternate hypotheses. State the null and alternative hypothesis (as a sentence and formula).

Null hypothesis: H0: Gender do not impact significantly on willingness to wear a Creepy Clown costume.

Alternative hypothesis: Ha: Gender significantly impact on willingness to wear a Creepy Clown costume.

H0: µ1 = µ2 v/s Ha: µ1 ≠ µ2

This is a two tailed test.

Step 2: Calculate the degrees of freedom

We are given n1 = 6 and n2 = 6

df = n1 + n2 – 2 = 6 + 6 – 2 = 10

Step 3: Calculate t critical using critical t – table

t-critical value = ±3.1693

Step 4: Calculate the Sum of Square deviation (SSD)

SSD = sqrt(∑(X - mean)^2/(n – 1))

No.

Guys X

(X - mean)^2

Girls Y

(Y - mean)^2

1

4

1

2

0.69438889

2

6

1

5

4.69458889

3

4

1

4

1.36118889

4

3

4

1

3.36098889

5

6

1

2

0.69438889

6

7

4

3

0.02778889

Total

30

12

17

10.83333334

Mean

5

2.833333

SSD for guys = sqrt(12/(6 – 1)) = sqrt(12/5) = sqrt(2.4) = 1.549193

SSD for girls = sqrt(10.83333334/(6- 1) = sqrt(10.83333334/5) = 1.471960145

Step 5: Calculate t obtained

Test statistic = t = (X1bar – X2bar) / sqrt[Sp2*((1/n1)+(1/n2))]

Where Sp2 is pooled variance

Sp2 = [(n1 – 1)*S1^2 + (n2 – 1)*S2^2]/(n1 + n2 – 2)

Sp2 = [(6 – 1)* 1.549193^2 + (6 – 1)* 1.47196^2]/(6 + 6 – 2)

Sp2 = 2.2833

(X1bar – X2bar) = 5 - 2.833333 = 2.1667

t = 2.1667/sqrt[2.2833*((1/6)+(1/6))]

t = 2.4835

Step 6: Specify the critical value and the obtained value on a t-distribution curve

Critical value = t-critical = ±3.1693

P-value = 0.0323

α = 0.01

P-value > α = 0.01

Step 7: Decision and Conclusion Write a clear and concise conclusion.

P-value = 0.0323

α = 0.01

P-value > α = 0.01

So, we do not reject the null hypothesis H0

There is insufficient evidence to conclude that Gender significantly impact on willingness to wear a Creepy Clown costume.

Part 2

Step 1: Establish null and alternate hypotheses. State the null and alternative hypothesis (as a sentence and formula).

Null hypothesis: H0: There is no any significant difference in willing between guys and girls.

Alternative hypothesis: Ha: Guys are more willing than girls to a Creepy Clown costume.

H0: µ1 = µ2 v/s Ha: µ1 > µ2

This is an upper tailed test.

Step 2: Calculate the degrees of freedom

We are given n1 = 6 and n2 = 6

df = n1 + n2 – 2 = 6 + 6 – 2 = 10

Step 3: Calculate t critical using critical t – table

t-critical value = ±3.1693

Step 4: Calculate the Sum of Square deviation (SSD)

SSD = sqrt(∑(X - mean)^2/(n – 1))

No.

Guys X

(X - mean)^2

Girls Y

(Y - mean)^2

1

4

1

2

0.69438889

2

6

1

5

4.69458889

3

4

1

4

1.36118889

4

3

4

1

3.36098889

5

6

1

2

0.69438889

6

7

4

3

0.02778889

Total

30

12

17

10.83333334

Mean

5

2.833333

SSD for guys = sqrt(12/(6 – 1)) = sqrt(12/5) = sqrt(2.4) = 1.549193

SSD for girls = sqrt(10.83333334/(6- 1) = sqrt(10.83333334/5) = 1.471960145

Step 5: Calculate t obtained

Test statistic = t = (X1bar – X2bar) / sqrt[Sp2*((1/n1)+(1/n2))]

Where Sp2 is pooled variance

Sp2 = [(n1 – 1)*S1^2 + (n2 – 1)*S2^2]/(n1 + n2 – 2)

Sp2 = [(6 – 1)* 1.549193^2 + (6 – 1)* 1.47196^2]/(6 + 6 – 2)

Sp2 = 2.2833

(X1bar – X2bar) = 5 - 2.833333 = 2.1667

t = 2.1667/sqrt[2.2833*((1/6)+(1/6))]

t = 2.4835

Step 6: Specify the critical value and the obtained value on a t-distribution curve

Critical value = t-critical = 2.7638

P-value = 0.0162

α = 0.01

P-value > α = 0.01

Step 7: Decision and Conclusion Write a clear and concise conclusion.

P-value = 0.0162

α = 0.01

P-value > α = 0.01

So, we do not reject the null hypothesis H0

There is insufficient evidence to conclude that Gender significantly impact on willingness to wear a Creepy Clown costume.

Part 3

Step 1: Establish null and alternate hypotheses. State the null and alternative hypothesis (as a sentence and formula).

Null hypothesis: H0: There is no any significant difference in willing between guys and girls.

Alternative hypothesis: Ha: Guys are more willing than girls to a Creepy Clown costume.

H0: µ1 = µ2 v/s Ha: µ1 > µ2

This is an upper tailed test.

Step 2: Calculate the degrees of freedom

We are given n1 = 6 and n2 = 6

df = n1 + n2 – 2 = 6 + 6 – 2 = 10

Step 3: Calculate t critical using critical t – table

t-critical value = ±3.1693

Step 4: Calculate the Sum of Square deviation (SSD)

SSD = sqrt(∑(X - mean)^2/(n – 1))

No.

Guys X

(X - mean)^2

Girls Y

(Y - mean)^2

1

4

1

2

0.69438889

2

6

1

5

4.69458889

3

4

1

4

1.36118889

4

3

4

1

3.36098889

5

6

1

2

0.69438889

6

7

4

3

0.02778889

Total

30

12

17

10.83333334

Mean

5

2.833333

SSD for guys = sqrt(12/(6 – 1)) = sqrt(12/5) = sqrt(2.4) = 1.549193

SSD for girls = sqrt(10.83333334/(6- 1) = sqrt(10.83333334/5) = 1.471960145

Step 5: Calculate t obtained

Test statistic = t = (X1bar – X2bar) / sqrt[Sp2*((1/n1)+(1/n2))]

Where Sp2 is pooled variance

Sp2 = [(n1 – 1)*S1^2 + (n2 – 1)*S2^2]/(n1 + n2 – 2)

Sp2 = [(6 – 1)* 1.549193^2 + (6 – 1)* 1.47196^2]/(6 + 6 – 2)

Sp2 = 2.2833

(X1bar – X2bar) = 5 - 2.833333 = 2.1667

t = 2.1667/sqrt[2.2833*((1/6)+(1/6))]

t = 2.4835

Step 6: Specify the critical value and the obtained value on a t-distribution curve

Critical value = t-critical = 2.7638

P-value = 0.0162

α = 0.05

P-value < α = 0.05

Step 7: Decision and Conclusion Write a clear and concise conclusion.

P-value = 0.0162

α = 0.05

P-value < α = 0.05

So, we reject the null hypothesis H0

There is sufficient evidence to conclude that Gender significantly impact on willingness to wear a Creepy Clown costume.


Related Solutions

In answering the question(s), make sure to write down the following 7 steps. Step 1: Establish...
In answering the question(s), make sure to write down the following 7 steps. Step 1: Establish null and alternate hypotheses- State the null and alternative hypothesis (as a sentence and formula). Step 2: Calculate the degrees of freedom Step 3: Calculate t critical using critical t – table Step 4: Calculate the Sum of Square deviation (SSD) Step 5: Calculate t obtained Step 6: Specify the critical value and the obtained value on a t-distribution curve Step 7: Decision and...
In answering the question(s), make sure to write down the following 7 steps. Step 1: Establish...
In answering the question(s), make sure to write down the following 7 steps. Step 1: Establish null and alternate hypotheses- State the null and alternative hypothesis (as a sentence and formula). Step 2: Calculate the degrees of freedom Step 3: Calculate t critical using critical t – table Step 4: Calculate the Sum of Square deviation (SSD) Step 5: Calculate t obtained Step 6: Specify the critical value and the obtained value on a t-distribution curve Step 7: Decision and...
Write a one page by answering the following question Most importantly, be sure to use evidence,...
Write a one page by answering the following question Most importantly, be sure to use evidence, reason, argument, and/or examples to support your view Corporation B is a publicly traded Fortune 500 company worth $50 billion. Corporation B has factories in the United States, in addition to Mexico and China. While Corporation B has a strong code of ethics, a recent internal audit found that Corporation B unjustly profited off labor in Mexico and China that was conducted under illegal...
here are several parts to this question so make sure you are answering each part. A...
here are several parts to this question so make sure you are answering each part. A researcher collects the following sample of scores: 3, 5, 6, and 10. What is the mean? QUESTION 5 What is value for Σ(X – M)? QUESTION 6 What is the Sum of Squares?   QUESTION 7 What are the degrees of freedom? QUESTION 8 What is the variance? Round to three decimal places. QUESTION 9 What is the standard deviation? Round to three decimal places....
Prompt #1 for this Discussion: Reply to everyone for consideration by answering the following question(s): Is...
Prompt #1 for this Discussion: Reply to everyone for consideration by answering the following question(s): Is there such a thing as sugar addiction? (nutrition 101)
Analyze the effect of the following events on the economy. Make sure to explain everything step-by-step....
Analyze the effect of the following events on the economy. Make sure to explain everything step-by-step. The example is provided in the first task. a) The central bank increases the money supply. Ms increases => interest rate decreases => investment increases =>Y increases On the graph: LM shifts to the right; at the new equilibrium point, Y increases, interest rate decreases. b) The government increases taxes. c) The government increases government spending. d) MPC increases. e) the tax rate decreases.
Please show all steps and write neatly. Make sure the proving is with letters and not...
Please show all steps and write neatly. Make sure the proving is with letters and not with numbers. Please!!!! Thank you Let A, B, C be 3 x 3 matrices. Show (AB)C= A(BC)
STEPS IN THE CAPITAL RATIONING PROCESS Step 1:  Identify potential capital investment projects. Step 2:  Establish a minimum...
STEPS IN THE CAPITAL RATIONING PROCESS Step 1:  Identify potential capital investment projects. Step 2:  Establish a minimum average rate of return and/or a maximum desired cash payback period to screen the projects. Eliminate any project that fails to meet these standards, unless the project has overriding qualitative benefits. Step 3:  Evaluate the remaining projects, using net present value and/or internal rate of return techniques. Step 4:  Consider the qualitative benefits of each project. Step 5:  Rank the projects, based on the results of Steps...
make a report answering the following question 1- Compare and contrast the two metaphors of change...
make a report answering the following question 1- Compare and contrast the two metaphors of change as proposed by Lewin? Provide examples in your explanation.
Trying to make sure I'm answering these questions correctly. I'm confused on question d. I can...
Trying to make sure I'm answering these questions correctly. I'm confused on question d. I can explain why in terms of concentration gradient and the fact it's in a hypotonice solution which would cause water to go into the blood vessel, but don't know how to answer it in terms of hydrostatic pressure. 6. Imagine blood in a vessel that has an osmolarity of 300 mEq (a measure of the concentration of particles). Now, imagine that the IF around the...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT