Hypothesis Test for Lightning Deaths Refer to the sample data given in Cumulative Review Exercise 1 and consider those data to be a random sample of annual lightning deaths from recent years. Use those data with a 0.01 significance level to test the claim that the mean number of annual lightning deaths is less than the mean of 72.6 deaths from the 1980s. If the mean is now lower than in the past, identify one of the several factors that could explain the decline.
Table of contents
- 1. Intro to Stats and Collecting Data55m
- 2. Describing Data with Tables and Graphs1h 55m
- 3. Describing Data Numerically1h 45m
- 4. Probability2h 16m
- 5. Binomial Distribution & Discrete Random Variables2h 33m
- 6. Normal Distribution and Continuous Random Variables1h 38m
- 7. Sampling Distributions & Confidence Intervals: Mean1h 53m
- 8. Sampling Distributions & Confidence Intervals: Proportion1h 12m
- 9. Hypothesis Testing for One Sample2h 19m
- 10. Hypothesis Testing for Two Samples3h 22m
- 11. Correlation1h 6m
- 12. Regression1h 4m
- 13. Chi-Square Tests & Goodness of Fit1h 20m
- 14. ANOVA1h 0m
9. Hypothesis Testing for One Sample
Performing Hypothesis Tests: Means
Problem 9.2.10a
Textbook Question
In Exercises 5–20, assume that the two samples are independent simple random samples selected from normally distributed populations, and do not assume that the population standard deviations are equal. (Note: Answers in Appendix D include technology answers based on Formula 9-1 along with “Table” answers based on Table A-3 with df equal to the smaller of n1-1 and n2-1)
Color and Creativity Researchers from the University of British Columbia conducted trials to investigate the effects of color on creativity. Subjects with a red background were asked to think of creative uses for a brick; other subjects with a blue background were given the same task. Responses were scored by a panel of judges and results from scores of creativity are given below. Higher scores correspond to more creativity. The researchers make the claim that “blue enhances performance on a creative task.”
a. Use a 0.01 significance level to test the claim that blue enhances performance on a creative task.


1
Step 1: Define the null hypothesis (H₀) and the alternative hypothesis (H₁). H₀: There is no difference in creativity scores between the red and blue backgrounds (μ₁ = μ₂). H₁: Blue enhances performance on a creative task, meaning the mean creativity score for the blue background is greater than the mean score for the red background (μ₂ > μ₁).
Step 2: Identify the significance level (α). The problem specifies a significance level of 0.01, which will be used to determine whether to reject the null hypothesis.
Step 3: Calculate the test statistic using the formula for a two-sample t-test for independent samples: t = (x̄₁ - x̄₂) / √((s₁²/n₁) + (s₂²/n₂)). Here, x̄₁ = 3.39, s₁ = 0.97, n₁ = 35 for the red background, and x̄₂ = 3.97, s₂ = 0.63, n₂ = 36 for the blue background.
Step 4: Determine the degrees of freedom (df) using the formula: df = min(n₁ - 1, n₂ - 1). In this case, df = min(35 - 1, 36 - 1) = 34. Use this df to find the critical t-value from a t-distribution table or technology for a one-tailed test at α = 0.01.
Step 5: Compare the calculated t-value to the critical t-value. If the calculated t-value exceeds the critical t-value, reject the null hypothesis (H₀) and conclude that blue enhances performance on a creative task. Otherwise, fail to reject H₀.

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
6mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Hypothesis Testing
Hypothesis testing is a statistical method used to make decisions about a population based on sample data. It involves formulating a null hypothesis (H0) and an alternative hypothesis (H1), then using sample statistics to determine whether to reject H0 in favor of H1. In this case, the null hypothesis would state that there is no difference in creativity scores between the red and blue backgrounds, while the alternative would claim that the blue background enhances creativity.
Recommended video:
Guided course
Step 1: Write Hypotheses
Significance Level
The significance level, denoted as alpha (α), is the threshold for determining whether a result is statistically significant. In this scenario, a significance level of 0.01 indicates that there is a 1% risk of concluding that a difference exists when there is none. This level is used to assess the strength of the evidence against the null hypothesis, with lower values indicating a stricter criterion for significance.
Recommended video:
Guided course
Step 4: State Conclusion Example 4
Independent Samples t-Test
An independent samples t-test is a statistical test used to compare the means of two independent groups to determine if there is a significant difference between them. In this case, the test will compare the creativity scores of subjects with red and blue backgrounds. The test accounts for sample sizes, means, and standard deviations to calculate a t-statistic, which is then compared to a critical value based on the chosen significance level.
Recommended video:
Sampling Distribution of Sample Proportion
Watch next
Master Standard Deviation (σ) Known with a bite sized video explanation from Patrick
Start learningRelated Videos
Related Practice
Textbook Question
39
views